mkleehammer / pyodbc

Python ODBC bridge
https://github.com/mkleehammer/pyodbc/wiki
MIT No Attribution
2.95k stars 563 forks source link

'Query' object has no attribute 'explain_query' error while executing any query. #1246

Closed rolexsanches closed 1 year ago

rolexsanches commented 1 year ago

To diagnose, we usually need to know the following, including version numbers. On Windows, be sure to specify 32-bit Python or 64-bit:

Issue

'Query' object has no attribute 'explain_query' error while executing any query.

v-chojas commented 1 year ago

pyodbc has no 'query' object nor does any of its objects have 'explain_query' either. What are you doing? It's not clear this has anything to do with pyodbc.

absci commented 1 year ago

You could try our Django driver.