Sicong

Results 39 comments of Sicong

Seems I can't reproduce your error. Is there any difference from your environment? ``` > pip freeze Django==2.1.10 django-pyodbc-azure==2.1.0.0 pyodbc==4.0.28 pytz==2021.1 ``` ``` > python -V Python 3.6.8 ``` I'm...

Thanks for all the comments and investigation. I'll test and revert options back to case insensitive.

Hi, we don't officially support Linux Mint. Here's the [Support Matrix](https://docs.microsoft.com/en-us/sql/connect/php/microsoft-php-drivers-for-sql-server-support-matrix?view=sql-server-ver16#supported-operating-systems).

Hi, I tested with PDO_SQLSRV driver and couldn't reproduce it. Which driver are you currently using, PDO_SQLSRV or SQLSRV?

> I was using sqlsrv. How can I provide some additional info (I can't export tables/data cause it's my client production data). Ok thanks, I'll test sqlsrv to see if...

I still couldn't reproduce it with SQLSRV, could you try a simple query without using dbal? like this [example](https://docs.microsoft.com/en-us/sql/connect/php/sqlsrv-fetch-array?view=sql-server-ver15#associative-array-example).

Could you run `odbcinst -j` to get unixODBC version, and is it possible to provide an ODBC trace?

> unixODBC 2.3.7 DRIVERS............: /etc/odbcinst.ini SYSTEM DATA SOURCES: /etc/odbc.ini FILE DATA SOURCES..: /etc/ODBCDataSources USER DATA SOURCES..: /home/marcin/.odbc.ini SQLULEN Size.......: 8 SQLLEN Size........: 8 SQLSETPOSIROW Size.: 8 > > root@PHP8:/etc# cat...