You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on an application that uses sqlalchemy for translating machine learning models into SQL code. I need to get the database version from the dialect for debugging purposes.
For Monetdb, the database version is always None, it probably needs to be a tuple.
orignally reported here:
MonetDB/pymonetdb#56
Hi,
I am working on an application that uses sqlalchemy for translating machine learning models into SQL code. I need to get the database version from the dialect for debugging purposes.
For Monetdb, the database version is always None, it probably needs to be a tuple.
Some script to reproduce:
Sample outputs (with other databases):
Thanks in advance
Antoine
The text was updated successfully, but these errors were encountered: