Gauthier
Gauthier
To reduce the cleanup time you could use `org.sqlite.tmpdir`
PR welcome
It seems JDBC expects the default to always be true, according to https://stackoverflow.com/a/11022406 It would probably make sense for the exposed framework to allow for such option so that new...
We currently compile with `-DSQLITE_DEFAULT_MEMSTATUS=0`. SQLite [website](https://sqlite.org/c3ref/c_config_getmalloc.html) mentions for `SQLITE_CONFIG_MEMSTATUS`: > Memory allocation statistics are enabled by default unless SQLite is compiled with [SQLITE_DEFAULT_MEMSTATUS](https://sqlite.org/compile.html#default_memstatus)=0 in which case memory allocation statistics...
We don't expose it. It would require some JNI work.
As a general rule, please provide reproduction code.
> but I don't have the time to provide an operational test for you, I had assumed there would be one already you could examine Bold of you to believe...
Hi, i don't think we should add a pragma for that. The JDBC methods accept a schema, and if it is `null` then it should not be used for filtering.
> Hi, pragma is used only for getSchemas to mark if we read them at all. Other parts just check for null. i don't think the switch is necessary, we...
Code formatting is failing, can you run `mvn spotless:apply` ?