Changes between Initial Version and Version 1 of Ticket #34972, comment 4
- Timestamp:
- Nov 19, 2023, 8:18:18 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34972, comment 4
initial v1 1 We tried it in a different project and confirmed it worked, I expect this is an issue with the mssql-django DB connector. 1 We tried it in a different project and confirmed it worked, I expect this is an issue with the mssql-django DB connector. Confirmed non-issue, we had a version mismatch between mssql-django and pyodbc due to running Apple Silicon. Installing the latest version of both using a work-around gives me the expected output of None when using the original query we had an issue with (for reference the test query above still returns NotImplemented, but I guess it was just a bad example in this case).