atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
271 stars 46 forks source link

Improve fix exception throwing for MSSQL execute statement #1145

Closed mvorisek closed 10 months ago

mvorisek commented 10 months ago

replace #993

docs: https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/multiple-results and https://learn.microsoft.com/en-us/sql/connect/jdbc/parsing-the-results#exceptions

upstream issue PHP driver: https://github.com/microsoft/msphpsql/issues/1387

upstream issue ODBC: https://github.com/microsoft/mssql-jdbc/issues/995


other lib fixes: