Skip to main content

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://sqlite.org/wal.html


Today I learned that #SQLite has 590 times more code for tests and test scripts (92,053,100) than it does for the actual application (155,800). No wonder it is so reliable.

https://www.sqlite.org/testing.html


@absc
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


Ouch. Exploitable flaw in #SQLite that was hiding for 22 years. But also: fixed in a week. https://blog.trailofbits.com/2022/10/25/sqlite-vulnerability-july-2022-library-api/

This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.