-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL Server v15 is not supported. #209
Comments
Sounds like your ODBC driver is too old(?) |
Hi Kevin, thx for your advise, i'm using "ODBC Driver 17 for SQL Server", I can connect to the SQL server with this driver thru window ODBC settings, but django-pyodbc-azure response v15 is not supported, might be there are some different on MSSQL 2017 Linux Edition |
my stupid fault, wrongly installed preview version of MSSQL 2019 (v15), case close, sorry for your time |
Hi Guys, I am getting the same error, v15 is not supported, I am using django-mssql-backend. File "C:\Users\VarunAravinthN\AppData\Roaming\Python\Python38\site-packages\sql_server\pyodbc\base.py", line 384, in sql_server_version |
Got it fixed, I upgraded my django-sql-backend. Thanks |
Hi, i have the same Problem. Can anyone help me? What exactly i have to upgrade/change?
|
@s-trooper Hi, Can you check whether SQL V15 is supported by your odbc driver, (django_pyodbc_azure), if yes, check whether you are running the latest version of that driver. |
@VarunAravinth, ty for Help. I already have had the latest Driver, but i found that
|
Hi, Please check: https://pypi.org/project/django-pyodbc-azure-2019/
|
I have the same issue, I installed and then uninstalled django-pyodbc-azure, now im using django-mssql-backend How do I check which version is supported? Should I reinstall mssql? |
Hi, i'm trying to connect django-pyodbc-azure to MSSQL 2017 Linux Edition via ODBC Driver 17 for SQL Server Driver, however I've got an error message: SQL Server v15 is not supported. is it really not yet support v15? any plan to support it? thankyou
The text was updated successfully, but these errors were encountered: