Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table name quoted wrong #11

Closed
kevenli opened this issue Dec 20, 2016 · 2 comments
Closed

table name quoted wrong #11

kevenli opened this issue Dec 20, 2016 · 2 comments
Assignees
Milestone

Comments

@kevenli
Copy link

kevenli commented Dec 20, 2016

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.

@gijzelaerr
Copy link
Collaborator

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?

@gijzelaerr gijzelaerr self-assigned this Sep 20, 2017
@gijzelaerr gijzelaerr added this to the 1.0 milestone Sep 20, 2017
@gijzelaerr
Copy link
Collaborator

closing this issue since probably not a problem with this dialect. Please reopen if the problem is not solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants