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
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)
Sat, 17 Jun 2023 13:37:33 +0200 Kim Alvefur mod_storage_sql: Fix column name in index check for PostgreSQL
Sat, 17 Jun 2023 13:36:42 +0200 Kim Alvefur mod_storage_sql: Adjust indentation to align with surrounding code
Sat, 17 Jun 2023 00:22:45 +0200 Kim Alvefur mod_storage_sql: Only remove old index if it exists
Sat, 17 Jun 2023 00:00:21 +0200 Kim Alvefur mod_storage_sql: Be more specific when checking for old index in SQLite3
Fri, 16 Jun 2023 23:57:15 +0200 Kim Alvefur mod_storage_sql: Improve check for old table index on PostgreSQL
Fri, 16 Jun 2023 13:03:34 +0200 Kim Alvefur mod_storage_sql: Enable UPSERT with PostgreSQL
Sun, 11 Jun 2023 20:25:50 +0200 Kim Alvefur mod_storage_sql: Add some TODO comments for future UPSERT work
Sun, 11 Jun 2023 20:05:32 +0200 Kim Alvefur mod_storage_sql: Do not keep track of quota when no quota is set
Sun, 11 Jun 2023 17:04:11 +0200 Kim Alvefur mod_storage_sql: Add setting to tune SQLite3 performance vs safety
Sat, 10 Jun 2023 14:01:56 +0200 Kim Alvefur mod_storage_sql: Record all SQLite3 compile options for potential use
Sat, 10 Jun 2023 16:39:48 +0200 Kim Alvefur mod_storage_sql: Compose a keyval+ store out of keyval and map store methods
Sat, 10 Jun 2023 15:44:09 +0200 Kim Alvefur mod_storage_sql: Add UPSERT support
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Tue, 31 Jan 2023 07:52:33 +0100 Kim Alvefur mod_storage_sql: Remove module status on unknown 'debug' level
Mon, 30 Jan 2023 00:40:47 +0100 Kim Alvefur mod_storage_sql: Silence luacheck warning
Mon, 30 Jan 2023 00:38:26 +0100 Kim Alvefur mod_storage_sql: Record connection to database as module status
Thu, 19 Jan 2023 16:56:12 +0100 Kim Alvefur mod_storage_sql: Support SQLite3 without LuaDBI
Fri, 06 Jan 2023 23:53:50 +0100 Kim Alvefur Merge 0.12->trunk
Sun, 01 Jan 2023 16:20:58 +0100 Kim Alvefur mod_storage_sql: Fix #1639 0.12
Thu, 29 Dec 2022 18:28:50 +0100 Kim Alvefur Merge 0.12->trunk
Thu, 29 Dec 2022 18:06:35 +0100 Kim Alvefur mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) 0.12
Wed, 07 Sep 2022 12:27:12 +0200 Kim Alvefur mod_storage_sql: Strip timestamp precision in queries to fix error (thanks muppeth)
Sun, 14 Aug 2022 17:29:39 +0200 Kim Alvefur mod_storage_sql: Drop archive timestamp precision pending schema update
Fri, 29 Jul 2022 17:10:31 +0200 Kim Alvefur Merge 0.12->trunk
Fri, 22 Jul 2022 19:09:50 +0200 Kim Alvefur mod_storage_sql: Fix summary API with Postgres (fixes #1766) 0.12
Wed, 27 Jul 2022 00:10:08 +0200 Kim Alvefur Merge 0.12->trunk
Tue, 26 Jul 2022 00:39:16 +0200 Kim Alvefur mod_storage_sql: Fix bypass of load procedure under prosodyctl 0.12
Mon, 11 Jul 2022 19:07:38 +0200 Kim Alvefur compat: Remove handling of Lua 5.1 location of 'unpack' function
Sat, 02 Jul 2022 17:30:06 +0200 Kim Alvefur mod_storage_sql: Remove Lua 5.1 compatibility hack
Tue, 30 Nov 2021 16:26:01 +0100 Kim Alvefur mod_storage_sql: Return cached total where it makes sense
Tue, 30 Nov 2021 15:58:23 +0100 Kim Alvefur mod_storage_sql: Adjust handling of 'total' for multi-id queries
Tue, 30 Nov 2021 15:24:17 +0100 Kim Alvefur mod_storage_sql: Fix traceback on multi-user deletion
Tue, 30 Nov 2021 01:21:02 +0100 Kim Alvefur mod_storage_sql: Expose multi-user deletion capability
Mon, 21 Jun 2021 17:31:17 +0200 Kim Alvefur mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
Mon, 01 Feb 2021 12:47:05 +0100 Kim Alvefur mod_storage_sql: Implement map-like API for archives
Wed, 13 Jan 2021 15:33:44 +0100 Kim Alvefur mod_storage_sql: Fix compatibilty with Lua 5.1
Tue, 12 Jan 2021 18:46:17 +0100 Kim Alvefur mod_storage_sql: Support query for set of IDs
Sat, 09 Jan 2021 21:08:33 +0100 Kim Alvefur mod_storage_sql: Advertise support for id range query
Thu, 02 Jul 2020 19:03:59 +0200 Kim Alvefur mod_storage_sql: Measure hits/misses on the item count cache
Fri, 12 Jun 2020 16:54:38 +0100 Matthew Wild mod_storage_sql: Fix incorrect results when fetching items before specific archive id
Sat, 02 May 2020 14:13:02 +0200 Kim Alvefur mod_storage_sql: Log database connection parameters when creating engine
Sun, 22 Mar 2020 21:13:09 +0100 Kim Alvefur Merge 0.11->trunk
Sun, 22 Mar 2020 21:05:59 +0100 Kim Alvefur mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) 0.11
Wed, 11 Mar 2020 16:32:41 +0000 Matthew Wild storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()
Wed, 11 Mar 2020 15:57:53 +0000 Matthew Wild mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)
Sat, 22 Feb 2020 16:26:20 +0100 Kim Alvefur Merge 0.11->trunk
Sat, 22 Feb 2020 16:23:43 +0100 Kim Alvefur mod_storage_sql: Move update limit check back one step, fixes traceback 0.11
Fri, 21 Feb 2020 23:01:43 +0100 Kim Alvefur Merge 0.11->trunk
Fri, 21 Feb 2020 23:00:44 +0100 Kim Alvefur mod_storage_sql: Fix check for deletion limits (fixes #1494) 0.11
Tue, 24 Dec 2019 00:49:43 +0100 Kim Alvefur mod_storage_sql: Remove unused and not actually returned return value [luacheck]
Fri, 23 Aug 2019 01:15:44 +0200 Kim Alvefur mod_storage_*: Also include timestmap of first message in :summary API
Fri, 23 Aug 2019 01:10:27 +0200 Kim Alvefur mod_storage_*: Include timestamp of latest message in :summary API
Fri, 23 Aug 2019 01:04:00 +0200 Kim Alvefur mod_storage_*: Tweak :summary API to allow future expansion with more fields
Tue, 28 May 2019 00:56:30 +0200 Kim Alvefur mod_storage_sql: Ignore shadowed error variable [luacheck]
Tue, 28 May 2019 00:47:50 +0200 Kim Alvefur mod_storage_sql: Fix to use correct arguments to archive id lookup
Tue, 28 May 2019 00:46:24 +0200 Kim Alvefur mod_storage_sql: Correctly return item-not-found error
Sat, 23 Mar 2019 00:51:10 +0100 Kim Alvefur mod_storage_sql: Look up archive IDs in separate queries (fixes #1325)
Sun, 26 May 2019 19:41:58 +0200 Kim Alvefur Merge 0.11->trunk
Mon, 13 May 2019 14:39:38 +0200 Kim Alvefur mod_storage_sql: Handle SQLite DELETE with LIMIT being optional (fixes #1359) 0.11
Mon, 13 May 2019 14:47:41 +0200 Kim Alvefur mod_storage_sql: Move code out of if-else chain 0.11
Sun, 05 May 2019 16:26:01 +0200 Kim Alvefur mod_storage_sql: Add support for iterating over users in archive stores
Mon, 25 Feb 2019 15:51:55 +0100 Kim Alvefur mod_storage_sql: Implement archive summary API
Fri, 22 Mar 2019 16:30:53 +0100 Kim Alvefur mod_storage_sql: No archive item limit by default
Fri, 22 Mar 2019 02:18:54 +0100 Kim Alvefur mod_storage_sql: Return cached count if only this is queried for
Fri, 22 Mar 2019 02:13:27 +0100 Kim Alvefur mod_storage_sql: Cache total count if it's calculated as part of the current query
Fri, 22 Mar 2019 02:12:02 +0100 Kim Alvefur mod_storage_sql: Skip cache write
Fri, 22 Mar 2019 02:10:46 +0100 Kim Alvefur mod_storage_sql: Fix to use currently queried store
Fri, 22 Mar 2019 02:09:38 +0100 Kim Alvefur mod_storage_sql: Don't increment counter twice (fixes accounting error)
Fri, 22 Mar 2019 18:02:27 +0100 Kim Alvefur mod_storage_internal,_sql: Key item count cache on both username and store
Fri, 22 Mar 2019 18:01:24 +0100 Kim Alvefur mod_storage_internal,_sql: Expose archive capabilities feature set
Fri, 20 Oct 2017 12:53:53 +0200 Matthew Wild mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733)
Sat, 08 Dec 2018 17:09:55 +0100 Kim Alvefur various: Don't rely on _G.unpack existing
Thu, 15 Nov 2018 21:55:16 +0000 Matthew Wild mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) 0.11
Sun, 21 Oct 2018 21:12:38 +0200 Kim Alvefur mod_storage_sql: Handle Lua 5.3 move of unpack function
Sat, 13 Oct 2018 08:17:58 +0100 Matthew Wild mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (fixes #1073)
Fri, 12 Oct 2018 21:59:15 +0100 Matthew Wild mod_storage_sql: Keep prosodyarchive_index unique constraint on non-MySQL DBs
Thu, 11 Oct 2018 19:23:21 +0100 Matthew Wild mod_storage_sql: Change prosodyarchive_index to be non-unique (fixes #1087)
Thu, 11 Oct 2018 19:15:46 +0100 Matthew Wild mod_storage_sql: Have :users() throw an error on failure instead of returning non-iterator values
Thu, 11 Oct 2018 18:20:09 +0100 Matthew Wild mod_storage_sql: Workaround MySQL not supporting LIMIT subquery in archive truncate operations, fixes #1200
Wed, 10 Oct 2018 21:23:35 +0200 Kim Alvefur mod_storage_sql: Remove unused function argument [luacheck]
Sat, 24 Feb 2018 11:50:08 +0100 Kim Alvefur mod_storage_sql: Catch and report value deserialization errors
Fri, 22 Dec 2017 01:02:05 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 12 Dec 2017 01:40:09 +0100 Kim Alvefur mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?)
Mon, 11 Dec 2017 22:45:03 +0100 Kim Alvefur mod_storage_sql: Remove ability to override name of key-value table (unreachable and would not work)
Tue, 21 Nov 2017 23:16:16 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 21 Nov 2017 14:46:21 +0100 Kim Alvefur mod_storage_sql: Add indices that include the with and when columns of archives
Thu, 09 Nov 2017 16:50:36 +0100 Kim Alvefur mod_storage_sql: Add support for truncating deletion
Thu, 05 Oct 2017 18:06:04 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 05 Oct 2017 17:44:47 +0200 Kim Alvefur mod_storage_sql: Also clear the prosodyarchive table when an user is deleted (fixes #1009)
Thu, 05 Oct 2017 17:22:42 +0200 Kim Alvefur mod_storage_sql: Remove return values from purge method
Wed, 17 May 2017 01:06:20 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 30 Apr 2017 10:44:53 +0100 Matthew Wild mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c9 (thanks waqas)
Thu, 13 Apr 2017 01:30:24 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 13 Apr 2017 01:29:35 +0200 Kim Alvefur mod_storage_sql: Limit encoding check to current database
Wed, 12 Apr 2017 23:16:23 +0200 Kim Alvefur mod_storage_sql: Break long lines
Wed, 12 Apr 2017 21:53:21 +0200 Kim Alvefur mod_storage_sql: Pass charset and collation names via variable binding
Wed, 12 Apr 2017 21:51:17 +0200 Kim Alvefur mod_storage_sql: Quote some field names
Wed, 12 Apr 2017 20:59:18 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 12 Apr 2017 17:26:13 +0200 Kim Alvefur mod_storage_sql: Raise error if encoding check query fails
Mon, 10 Apr 2017 23:16:13 +0200 Kim Alvefur Merge 0.10->trunk
Mon, 10 Apr 2017 23:13:39 +0200 Kim Alvefur SQL: Use standard quotes for columns and other identifiers, rewrite to grave accents for MySQL only (fixes #885)
Mon, 03 Apr 2017 00:59:44 +0200 Kim Alvefur Merge 0.10->trunk
Mon, 03 Apr 2017 00:34:37 +0200 Kim Alvefur mod_storage_sql: Fix to use correct SQL query (thanks carlos)
Sat, 01 Apr 2017 21:48:54 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 01 Apr 2017 19:47:02 +0200 Kim Alvefur mod_storage_sql: Remove unused return values (should those actually be used?)
Sat, 01 Apr 2017 19:45:47 +0200 Kim Alvefur mod_storage_sql: Ignore name clash [luacheck]
Sat, 01 Apr 2017 19:45:37 +0200 Kim Alvefur mod_storage_sql: Split long lines [luacheck]
Sat, 01 Apr 2017 19:45:20 +0200 Kim Alvefur mod_storage_sql: Ignore name clash [luacheck]
Sat, 01 Apr 2017 19:39:20 +0200 Kim Alvefur mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions
Sat, 01 Apr 2017 19:26:27 +0200 Kim Alvefur mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck]
Sat, 01 Apr 2017 19:25:34 +0200 Kim Alvefur mod_storage_sql: Rename variables to avoid name clashes [luacheck]
Sat, 01 Apr 2017 19:04:54 +0200 Kim Alvefur mod_storage_sql: Sensible defaults for 'when' and 'with' arguments
Sat, 01 Apr 2017 19:02:27 +0200 Kim Alvefur mod_storage_sql: Remove compat for argument order change
Mon, 20 Feb 2017 01:46:54 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 20 Feb 2017 01:26:03 +0100 Kim Alvefur mod_storage_sql: Make archive:append() to return the id (or key) as first return value
Tue, 24 Jan 2017 19:27:17 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 24 Jan 2017 19:26:40 +0100 Kim Alvefur mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)
Mon, 23 Jan 2017 19:34:14 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 22 Nov 2016 18:13:21 +0100 Kim Alvefur mod_storage_sql: Return number of affected items from archive:delete
Fri, 02 Dec 2016 11:13:05 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 01 Dec 2016 10:02:57 +0100 Kim Alvefur mod_storage_sql: Normalize parameters for upgrade command
Thu, 01 Dec 2016 10:02:26 +0100 Kim Alvefur mod_storage_sql: List available commands if no commands given (currenly only one available)
Thu, 01 Dec 2016 10:02:01 +0100 Kim Alvefur mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)
Thu, 01 Dec 2016 03:22:42 +0100 Kim Alvefur mod_storage_sql: Include missing parameter table key 'port'
Tue, 29 Nov 2016 08:20:42 +0100 Kim Alvefur mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)
Mon, 28 Nov 2016 07:30:39 +0100 Kim Alvefur mod_storage_sql: Use is_stanza() from util.stanza
Sat, 16 Apr 2016 21:08:05 +0100 Emmanuel Gil Peyrot Update every link to the documentation to use HTTPS
Mon, 21 Mar 2016 09:33:12 +0100 Kim Alvefur mod_storage_sql: Make sure all serialization errors are propagated
Sun, 13 Mar 2016 17:43:33 +0100 Kim Alvefur mod_storage_sql: Allow loops over results to end on their own
Sun, 13 Mar 2016 17:42:22 +0100 Kim Alvefur mod_storage_sql: Add LIMIT clause to queries where only a single row is expected
Mon, 22 Feb 2016 15:23:27 +0100 Kim Alvefur mod_storage_sql: Treat non-existent archive IDs as beyound the end of the archive (fixes #624) (tested on sqlite3 only)
Sun, 21 Feb 2016 19:29:00 +0100 Kim Alvefur mod_storage_sql: Remove debug logging of archive queries
Sun, 21 Feb 2016 19:01:26 +0100 Kim Alvefur mod_storage_sql: Lower message about new engine creation to debug level
Sun, 21 Feb 2016 14:53:19 +0100 Kim Alvefur mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576)
Fri, 19 Feb 2016 19:22:18 +0100 Kim Alvefur mod_storage_sql: Fix setting value to false in map store
Tue, 09 Feb 2016 17:24:04 +0100 Kim Alvefur mod_storage_sql: Silence some harmless luacheck warnings
Tue, 09 Feb 2016 16:56:27 +0100 Kim Alvefur mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction
Mon, 08 Feb 2016 20:23:12 +0100 Kim Alvefur mod_storage_sql: Support non-string keys in map store
Tue, 15 Dec 2015 13:15:30 +0100 Kim Alvefur mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)
Thu, 03 Dec 2015 15:03:24 +0000 Matthew Wild mod_storage_sql: Add map store (backported from trunk)
Thu, 03 Dec 2015 15:02:50 +0000 Matthew Wild mod_storage_sql: Whitespace fix (backported from trunk)
Thu, 03 Dec 2015 14:57:49 +0000 Matthew Wild storagemanager, mod_storage_sql, mod_storage_sql2: Rename mod_storage_sql2 -> mod_storage_sql, mod_storage_sql -> mod_storage_sql1 (temporarily), and emit warning for configs using sql2
Fri, 20 Jun 2014 16:22:23 +0200 Kim Alvefur mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types
Fri, 09 May 2014 19:35:29 +0200 Kim Alvefur core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 30 Nov 2012 08:50:03 +0500 Waqas Hussain mod_storage_sql: Return actual error string on commit failure.
Fri, 21 Sep 2012 17:24:06 +0200 Kim Alvefur mod_storage_sql: Add support for iterating over users with data in a store
Wed, 19 Sep 2012 12:14:08 +0100 Matthew Wild Merge 0.9->trunk
Wed, 19 Sep 2012 12:09:27 +0100 Matthew Wild mod_storage_sql: Remove obsolete comment
Mon, 17 Sep 2012 05:42:10 +0200 Kim Alvefur storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version
Wed, 12 Sep 2012 23:46:10 +0500 Waqas Hussain mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules.
Wed, 12 Sep 2012 23:41:28 +0500 Waqas Hussain core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().
Mon, 30 Jul 2012 18:50:46 +0100 Matthew Wild mod_storage_sql: Return connection from connect even if already connected (thanks IRON)
Mon, 30 Jul 2012 06:01:41 +0200 Kim Alvefur mod_storage_sql: Complete transactions in list_stores and purge
Mon, 30 Jul 2012 01:54:07 +0200 Kim Alvefur mod_storage_sql: Keep connections in a shared cache table
Sat, 28 Jul 2012 21:36:42 +0200 Kim Alvefur mod_storage_sql: Add method for removing all data belonging to a user
Sat, 28 Jul 2012 21:27:45 +0200 Kim Alvefur mod_storage_sql: Add method for listing stores
Sat, 28 Jul 2012 21:26:33 +0200 Kim Alvefur mod_storage_sql: Split out query handling logic from getsql() into a separate function
Sat, 11 Jun 2011 02:16:26 +0100 Matthew Wild mod_storage_sql: Add extra logging and error handling around table creation 0.8.2
Sat, 11 Jun 2011 02:15:38 +0100 Matthew Wild mod_storage_sql: Add sql_manage_tables to disable table creation/updating.
Sun, 05 Jun 2011 11:53:29 +0100 Matthew Wild mod_storage_sql: Fix commit c806a599224a for compatibility with non-MySQL databases (thanks Ognyan Kulev)
Fri, 03 Jun 2011 05:34:22 +0100 Matthew Wild mod_storage_sql: Log error when failing to update MySQL schema 0.8.1
Thu, 02 Jun 2011 02:30:26 +0100 Matthew Wild mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL, as it imposes a 64K limit otherwise, potentially truncating data. Automatically upgrades existing tables.
Tue, 01 Mar 2011 06:12:43 +0000 Matthew Wild mod_storage_sql: Display friendlier error when LuaDBI is missing
Tue, 11 Jan 2011 04:19:26 +0000 Matthew Wild mod_storage_sql: Create index when creating a new table
Mon, 10 Jan 2011 21:07:59 +0500 Waqas Hussain mod_storage_sql: Reconnect in all cases, and rollback on error.