Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_storage_sql: Record connection to database as module status | Kim Alvefur | 2023-01-30 | 1 | -2/+6 |
| | | | | | | Allows retrieving this in e.g. a health reporting module Thanks pfak | ||||
* | util.sqlite3: Skip prepared statements when no parameters are given | Kim Alvefur | 2022-08-01 | 1 | -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 headers | Kim Alvefur | 2021-10-01 | 1 | -35/+44 |
| | | | | The 'type' fields are a first guess. | ||||
* | util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite3 | Kim Alvefur | 2022-08-01 | 1 | -0/+390 |
http://lua.sqlite.org/ |