pop icon indicating copy to clipboard operation
pop copied to clipboard

SQLite: CreateDB improvements.

Open paganotoni opened this issue 3 years ago • 0 comments
trafficstars

This PR does two things:

  1. Ignores the query parameters when running CreateDB.
  2. 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.

paganotoni avatar May 29 '22 20:05 paganotoni