log plugins/mod_storage_sql.lua @ 13802:7c76ca78ceef 13.0

age author description
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
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Wed, 12 Jul 2023 22:51:37 +0200 Kim Alvefur mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)