aboutsummaryrefslogtreecommitdiffstats
path: root/util/sqlite3.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_storage_sql: Record connection to database as module statusKim Alvefur2023-01-301-2/+6
| | | | | | Allows retrieving this in e.g. a health reporting module Thanks pfak
* util.sqlite3: Skip prepared statements when no parameters are givenKim Alvefur2022-08-011-0/+10
| | | | | Seems CREATE INDEX is unhappy as a prepared statement. Perhaps because the table has not been COMMIT-ed yet?
* util.sqlite3: Create util.error registry from headersKim Alvefur2021-10-011-35/+44
| | | | The 'type' fields are a first guess.
* util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite3Kim Alvefur2022-08-011-0/+390
http://lua.sqlite.org/