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