plugins/mod_storage_sql.lua
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.
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