-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support variables in the place of table names in standard SQL queries #28
Comments
Hi Churanos, I believe the issue here is that there's no
Let me know if that works for you. In the future I hope to add some kind of string formatting function like |
Ah, I didn't read far enough into the code. I see that the SQLite engine doesn't like using a variable as the table name in |
The For the moment i can use temp tables to overcome with the variables in Select-Statements thing. |
I see, thanks for the info! I can pre-process function arguments before they hit SQLite, so it would be possible to convert an array blob into a readable string, etc. I'm open to suggestion on how you might want the API for this to look. |
I'm trying to export some data to text files:
Some hints to get it working? Is there a better way to do so?
The text was updated successfully, but these errors were encountered: