Search
Items tagged with: sqlite
Here are some interesting things that I learned about #sqlite WAL mode this morning while debugging a #GeoPackage issue:
+ #QGIS opens GeoPackages in WAL mode
+ WAL mode persists, so subsequent connections from any application will be in WAL mode
+ Calling `PRAGMA journal_mode=DELETE;` turns off WAL mode and cleans up `-wal` and `-shm` files
+ WAL mode does not work across network file systems (or, in my case, between #WSL and Windows)
The docs are worth reading:
https://www.sqlite.org/testing.html
Mi hai citato #sqlite, il progetto/prodotto col miglior codice etico possibile https://monodes.com/predaelli/2022/09/22/sqlite-code-of-ethics-is-a-masterpiece/ 🥰😍😇
@freezr @informapirata @giuseppegv @giornalismo
SQLite Code of Ethics is a masterpiece
Everyone love SQLite the small, efficient, embeddable SQL server that has been used everywhere. It is truly a masterpiece. Yet the real gem is its Code of EthicsPaolo Redaelli
Stranger Strings: An exploitable flaw in SQLite
By Andreas Kellas Trail of Bits is publicly disclosing CVE-2022-35737, which affects applications that use the SQLite library API. CVE-2022-35737 was introduced in SQLite version 1.0.12 (released o…Trail of Bits Blog