plugins/mod_storage_sql.lua
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.
Sat, 08 Jan 2011 23:09:21 +0000 Matthew Wild mod_storage_sql: Create table automatically for all databases now, not just SQLite. Also rename table from Prosody -> prosody.
Fri, 07 Jan 2011 11:57:48 +0000 Matthew Wild mod_storage_sql: Make the 'database' value for the SQLite3 driver relative to the data path
Wed, 05 Jan 2011 06:56:36 +0500 Waqas Hussain mod_storage_sql: Catch Lua errors during SQL transactions, and rollback.
Wed, 05 Jan 2011 06:23:58 +0500 Waqas Hussain mod_storage_sql: Removed unnecessary initialization of a variable.
Mon, 27 Dec 2010 19:43:57 +0500 Waqas Hussain mod_storage_sql: Use util.json instead of util.serialization.
Mon, 27 Dec 2010 06:10:35 +0500 Waqas Hussain mod_storage_sql: Log an error on query failure.
Mon, 27 Dec 2010 06:10:35 +0500 Waqas Hussain mod_storage_sql: Remove the subkey column from the Prosody table, and make the map store compatible with the key-value store.
Mon, 27 Dec 2010 06:10:35 +0500 Waqas Hussain mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL...
Mon, 27 Dec 2010 06:10:35 +0500 Waqas Hussain mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks.
Mon, 27 Dec 2010 06:10:35 +0500 Waqas Hussain mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string for NULL, and '=' instead of 'IS' for comparison, to work with MySQL's limitations...
Sat, 18 Dec 2010 03:25:31 +0000 Matthew Wild mod_storage_sql: Fix a couple of bugs in "JSON" decoding
Mon, 13 Dec 2010 19:28:57 +0500 Waqas Hussain mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.
Mon, 13 Dec 2010 19:27:14 +0500 Waqas Hussain mod_storage_sql: Fixed the deserialization of string-typed values.
Sun, 12 Dec 2010 05:39:24 +0500 Waqas Hussain mod_storage_sql: Auto-initialize SQLite3 database.
Sun, 12 Dec 2010 05:38:48 +0500 Waqas Hussain mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }.
Sun, 12 Dec 2010 05:38:08 +0500 Waqas Hussain mod_storage_sql: Fixed a typo.
Sun, 12 Dec 2010 05:18:36 +0500 Waqas Hussain mod_storage_sql: Initial commit of new SQL data driver.
less more (0) tip