Kanboard-Prod/libs/picodb/lib/PicoDb/Driver
Frédéric Guillot 5e4d506b28 Enable Sqlite WAL mode by default
WAL provides more concurrency as readers do not block writers and,
a writer does not block readers. Reading and writing can proceed concurrently.

This change might reduce the number of errors related to locked databases.

For reference: https://sqlite.org/wal.html
2023-02-10 20:02:18 -08:00
..
Base.php picodb(mssql): teach picodb to use TOP for limits on MSSQL 2022-10-23 16:19:50 -07:00
Mssql.php picodb(mssql): support all MSSQL pdo drivers 2022-10-23 16:19:50 -07:00
Mysql.php Use SET NAMES instead of charset for DB connection 2018-07-04 10:22:13 -07:00
Postgres.php Vendoring deprecated composer libs 2018-06-21 14:13:41 -07:00
Sqlite.php Enable Sqlite WAL mode by default 2023-02-10 20:02:18 -08:00