assafmo / SQLiteQueryServer

Bulk query SQLite database over the network
MIT License
51 stars 2 forks source link

Handle zero query params / static query #1

Closed assafmo closed 5 years ago

assafmo commented 5 years ago

If the query is static (0 params) and a request has e.g. 2 lines than the query needs to be executed twice.
Right now the csv reader ignores empty lines. This causes static queries to not be executed with empty csv line.

assafmo commented 5 years ago

https://github.com/assafmo/SQLiteQueryServer/commit/30f3dde0435c0940a8120d06922ead8025fde441