plugins/mod_storage_sql2.lua
Thu, 11 Dec 2014 09:18:39 +0100 Kim Alvefur mod_storage_sql2, util.sql: Set character encoding on every connect
Tue, 12 Aug 2014 11:38:12 +0200 Kim Alvefur mod_storage_sql2: DELETE then INSERT in map stores
Thu, 07 Aug 2014 18:34:51 -0400 daurnimator plugins/mod_storage_sql2: Return correct arguments from map_store operations
Thu, 07 Aug 2014 12:16:16 -0400 daurnimator plugins/mod_storage_sql2: Add map store support
Fri, 20 Jun 2014 16:16:33 +0200 Kim Alvefur mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks daurnimator)
Fri, 09 May 2014 19:35:29 +0200 Kim Alvefur core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
Tue, 08 Apr 2014 19:23:11 +0200 Kim Alvefur mod_storage_sql2: Build counter query without ORDER BY clause
Sun, 09 Feb 2014 15:12:13 +0100 Kim Alvefur mod_storage_sql2: archive:delete() with username = true deletes for all users
Tue, 21 Jan 2014 01:51:13 +0100 Kim Alvefur mod_storage_sql2: Only attempt to delete conflicting items if an ID/key is given
Tue, 21 Jan 2014 00:51:31 +0100 Kim Alvefur mod_storage_sql2: Fix another SQL syntax error that slipped trough
Sat, 18 Jan 2014 19:33:33 +0100 Kim Alvefur mod_storage_sql2: Fix SQL syntax
Sun, 05 Jan 2014 23:38:34 +0100 Kim Alvefur mod_storage_sql2: Fix syntax error in subquery (Thanks Lance)
Wed, 25 Dec 2013 22:37:52 +0100 Kim Alvefur mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Conflicting items are removed.
Wed, 25 Dec 2013 15:28:55 +0100 Kim Alvefur mod_storage_sql2: Include user, host and store in id lookup
Mon, 11 Nov 2013 23:15:26 +0100 Kim Alvefur mod_storage_sql2: Auto increment columns won't be NULL, so drop nullable=false
Thu, 07 Nov 2013 17:18:20 +0100 Kim Alvefur mod_storage_sql2: Fix backwards comparison of timestamp
Thu, 31 Oct 2013 00:53:59 +0100 Kim Alvefur mod_storage_sql2: Switch to the util.sql table definition for the main table
Wed, 30 Oct 2013 22:37:07 +0100 Kim Alvefur mod_storage_sql2: The prosodyarchive_index should be unique
Wed, 30 Oct 2013 22:27:22 +0100 Kim Alvefur mod_storage_sql2: Use primary_key and auto_increment flags instead of baking that into the type
Wed, 30 Oct 2013 14:33:15 +0100 Kim Alvefur mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL)
Mon, 28 Oct 2013 22:08:46 +0100 Kim Alvefur mod_storage_sql2: Move checking of the sql_manage_tables option so it also includes table upgrades (again)
Mon, 28 Oct 2013 22:07:16 +0100 Kim Alvefur mod_storage_sql2, util.sql: Move code for setting encoding to util.sql
Mon, 28 Oct 2013 21:37:30 +0100 Kim Alvefur mod_storage_sql2: Move all schema upgrade code to the same place
Mon, 28 Oct 2013 21:34:55 +0100 Kim Alvefur mod_storage_sql2: Split up setting of encoding and table upgrade code
Sat, 28 Sep 2013 22:04:04 +0200 Kim Alvefur mod_storage_sql2: Add method for deleting items from archives with same syntax as :find()
Sat, 28 Sep 2013 21:58:01 +0200 Kim Alvefur mod_storage_sql2: Split out code for building WHERE clauses into separate functions
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 02 Aug 2013 15:40:21 +0200 Kim Alvefur mod_storage_sql2: Do an early return and drop an indentation level
Fri, 12 Jul 2013 02:53:24 +0200 Kim Alvefur mod_storage_sql2: Add archive store with append and find methods
Fri, 12 Jul 2013 01:34:38 +0200 Kim Alvefur mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections
Wed, 10 Jul 2013 13:19:33 +0200 Kim Alvefur mod_storage_sql2: Support XML serialization for stanzas.
Wed, 10 Jul 2013 13:18:10 +0200 Kim Alvefur mod_storage_sql2: Keep available store types in a table
Wed, 10 Jul 2013 12:08:44 +0200 Kim Alvefur mod_storage_sql2: Fix iteration over users and stores
Wed, 10 Jul 2013 12:01:23 +0200 Kim Alvefur mod_storage_sql2: Make sure the user field is not NULL
Sun, 23 Jun 2013 19:27:49 +0200 Kim Alvefur mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob)
Thu, 18 Apr 2013 11:13:40 +0100 Matthew Wild mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting cross-module connection sharing, transactions and Things - a work in progress
less more (0) tip