pop
pop copied to clipboard
SQLite: CreateDB improvements.
trafficstars
This PR does two things:
- Ignores the query parameters when running CreateDB.
- Considers option "mode: memory" to avoid database creation.
While on this I noticed there is an issue with the SQLite Finalize() method which does not seem to consider the parameters on the URL. Not sure if these should be parsed somewhere else.