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
Hi, i'm using sqlalchemy-monetdb against monetdb.
and I met a problem when running a select statement, the error is :
OperationalError: (pymonetdb.exceptions.OperationalError) SELECT: no such table 'abc_ds2_EJB09S'
[SQL: u'SELECT "ID" \nFROM "abc_ds2_EJB09S"\nLIMIT 10 OFFSET 0']
it seems the table name is quoted with double-quote, but i think it is incorrect. the table does exist and my traditional way(combine sql manually) works.
The text was updated successfully, but these errors were encountered:
hi @kevenli sorry for the delay. Is this still an issue for you? If so can you state which pymonetdb and sqlalchemy-monetdb version you are using? and what is the python code you use?
Hi, i'm using sqlalchemy-monetdb against monetdb.
and I met a problem when running a select statement, the error is :
OperationalError: (pymonetdb.exceptions.OperationalError) SELECT: no such table 'abc_ds2_EJB09S'
[SQL: u'SELECT "ID" \nFROM "abc_ds2_EJB09S"\nLIMIT 10 OFFSET 0']
it seems the table name is quoted with double-quote, but i think it is incorrect. the table does exist and my traditional way(combine sql manually) works.
The text was updated successfully, but these errors were encountered: