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

Select IN not supported in SQLite #3

Open
leobelen opened this issue Jan 8, 2020 · 0 comments
Open

Select IN not supported in SQLite #3

leobelen opened this issue Jan 8, 2020 · 0 comments
Milestone

Comments

@leobelen
Copy link
Collaborator

leobelen commented Jan 8, 2020

Select statements with IN clause are not supported by SQLite as they have to include VALUES in this form:

WHERE (productKey, productIdentifier2) 
   IN (VALUES(23,'Master'),(28,'Local'),(18,'Local'),(19,'Local'))

An explanation can be found in https://stackoverflow.com/questions/45953553/what-is-the-syntax-for-select-in-statement-for-sqlite

@leobelen leobelen added this to the 0.1.2 milestone Jan 8, 2020
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

1 participant