log plugins/mod_storage_sql.lua @ 14229:ce31fdde0ad1 default tip

age author description
Sat, 06 Dec 2025 15:58:40 +0000 Matthew Wild mod_storage_sql: optimization: use table.move for copying items between arrays
Tue, 30 Sep 2025 18:20:17 +0200 Kim Alvefur Merge 13.0->trunk
Mon, 19 Aug 2024 00:11:06 +0200 Kim Alvefur mod_storage_sql: Switch mutating transactions to new API
Tue, 30 Sep 2025 16:11:49 +0200 Kim Alvefur mod_storage_sql: Set configurable wait time for locked SQLite3 database 13.0
Tue, 22 Jul 2025 16:34:27 +0100 Matthew Wild mod_storage_sql: Assert that serialization of archive:set() payload succeeds 13.0
Wed, 16 Apr 2025 15:35:07 +0200 Kim Alvefur mod_storage_sql: Also retrieve all SQLite3 indices 13.0
Fri, 11 Apr 2025 09:45:04 +0200 Kim Alvefur mod_storage_sql: Retrieve all indices to see if the new one exists 13.0
Thu, 10 Apr 2025 00:22:44 +0200 Kim Alvefur mod_storage_sql: Mark unused argument as such 13.0
Wed, 09 Apr 2025 18:27:42 +0200 Kim Alvefur mod_storage_sql: Handle failure to deploy new UNIQUE index 13.0
Wed, 09 Apr 2025 15:06:48 +0200 Kim Alvefur mod_storage_sql: Add shell command to create tables and indices (again) 13.0
Mon, 07 Apr 2025 20:23:00 +0200 Kim Alvefur mod_storage_sql: Delay showing SQL library error until attempted load 13.0
Sun, 23 Mar 2025 12:15:16 +0100 Kim Alvefur mod_storage_sql: Drop legacy index without confirmation to ease upgrades 13.0
Wed, 19 Mar 2025 16:13:32 +0100 Kim Alvefur mod_storage_sql: Fix indentation 13.0
Sat, 08 Feb 2025 12:55:40 +0100 Kim Alvefur mod_storage_sql: Fix tests for SQLite3
Thu, 23 Jan 2025 22:32:44 +0100 Kim Alvefur mod_storage_sql: Don't treat Enter or Ctrl-C as yes in upgrade command
Thu, 23 Jan 2025 19:33:05 +0100 Kim Alvefur mod_storage_sql: Detect SQLite3 without UPSERT (or SQLCipher 3.x)
Wed, 08 Jan 2025 22:30:30 +0100 Kim Alvefur mod_storage_sql: Remove the word 'error' from debug messages
Mon, 17 Jul 2023 04:30:35 +0200 Kim Alvefur mod_storage_sql: Use UUIDv7 as keys
Sat, 22 Jul 2023 16:15:48 +0200 Kim Alvefur mod_storage_sql: Spell out missing dependencies
Sat, 22 Jul 2023 15:22:54 +0200 Kim Alvefur mod_storage_sql: Pass variables as arguments instead of upvalues
Tue, 18 Jul 2023 12:38:16 +0200 Kim Alvefur plugins: Use boolean config method in some places
Tue, 18 Jul 2023 11:53:31 +0200 Kim Alvefur mod_storage_sql: Use integer config option for cache size
Tue, 18 Jul 2023 11:53:12 +0200 Kim Alvefur mod_storage_sql: Use config enum for 'sqlite_tune'
Mon, 17 Jul 2023 04:52:50 +0200 Kim Alvefur mod_storage_sql: Allow higher precision timestamps in SQLite3