mkleehammer / pyodbc

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

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

Closed rolexsanches closed 11 months ago

rolexsanches commented 11 months 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 11 months 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 11 months ago

You could try our Django driver.