-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Subqueries against SQLite causing VS to lock up #33
Comments
Have you tried running the query in other tools? For me to do any debugging (I have nothing to do with the sqlite engine), I need a copy of your database file |
I am able to execute the query in code using an instance of SQLiteDataReader (C# .NET); the result set returns as expected. I can generate a sample database file to send you (I need to scrub some data from it first). |
Thanks for the additional info - you can email me: ejlskov at Hotmail dot com |
Closing as no addtional info received - feel free to re-open |
Running a query that contains a subquery against a SQLite database causes VS (2013 Pro) to lock up; full query below:
Subquery runs fine as a standalone query, outer query runs fine without the inner query, and the query as a whole runs fine in code.
The text was updated successfully, but these errors were encountered: