Closed tchaloupka closed 7 years ago
But it isn't the same one. That is for global settings using sqlite3_config
, but this one is for setting of just the actual connection using sqlite3_db_config
See https://sqlite.org/c3ref/config.html vs https://sqlite.org/c3ref/db_config.html
Oh right. So it's nice to have, indeed.
Didn't find a way to call sqlite3_db_config so I've added it.