Log

plugins/mod_storage_sql2.lua @ 6726:e6e80ec50030

description author age
mod_storage_sql2: Add a 'caps' table for indicating support for optional features Kim Alvefur Tue, 19 May 2015 18:24:53 +0200
mod_storage_sql2: Change order of arguments to :append to be the same as return values from :find iterator Kim Alvefur Tue, 19 May 2015 18:24:09 +0200
mod_storage_sql2: Include 'with' field from iterator like some 3rd party archive-capable storage modules Kim Alvefur Tue, 19 May 2015 18:21:23 +0200
Merge 0.10 -> trunk Waqas Hussain Tue, 16 Dec 2014 18:33:54 -0500
mod_storage_sql2, util.sql: Set character encoding on every connect Kim Alvefur Thu, 11 Dec 2014 09:18:39 +0100
mod_storage_sql2: DELETE then INSERT in map stores Kim Alvefur Tue, 12 Aug 2014 11:38:12 +0200
plugins/mod_storage_sql2: Return correct arguments from map_store operations daurnimator Thu, 07 Aug 2014 18:34:51 -0400
plugins/mod_storage_sql2: Add map store support daurnimator Thu, 07 Aug 2014 12:16:16 -0400
mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks daurnimator) Kim Alvefur Fri, 20 Jun 2014 16:16:33 +0200
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths Kim Alvefur Fri, 09 May 2014 19:35:29 +0200
mod_storage_sql2: Build counter query without ORDER BY clause Kim Alvefur Tue, 08 Apr 2014 19:23:11 +0200
mod_storage_sql2: archive:delete() with username = true deletes for all users Kim Alvefur Sun, 09 Feb 2014 15:12:13 +0100
mod_storage_sql2: Only attempt to delete conflicting items if an ID/key is given Kim Alvefur Tue, 21 Jan 2014 01:51:13 +0100
mod_storage_sql2: Fix another SQL syntax error that slipped trough Kim Alvefur Tue, 21 Jan 2014 00:51:31 +0100
mod_storage_sql2: Fix SQL syntax Kim Alvefur Sat, 18 Jan 2014 19:33:33 +0100
mod_storage_sql2: Fix syntax error in subquery (Thanks Lance) Kim Alvefur Sun, 05 Jan 2014 23:38:34 +0100
mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Conflicting items are removed. Kim Alvefur Wed, 25 Dec 2013 22:37:52 +0100
mod_storage_sql2: Include user, host and store in id lookup Kim Alvefur Wed, 25 Dec 2013 15:28:55 +0100
mod_storage_sql2: Auto increment columns won't be NULL, so drop nullable=false Kim Alvefur Mon, 11 Nov 2013 23:15:26 +0100
mod_storage_sql2: Fix backwards comparison of timestamp Kim Alvefur Thu, 07 Nov 2013 17:18:20 +0100
mod_storage_sql2: Switch to the util.sql table definition for the main table Kim Alvefur Thu, 31 Oct 2013 00:53:59 +0100
mod_storage_sql2: The prosodyarchive_index should be unique Kim Alvefur Wed, 30 Oct 2013 22:37:07 +0100
mod_storage_sql2: Use primary_key and auto_increment flags instead of baking that into the type Kim Alvefur Wed, 30 Oct 2013 22:27:22 +0100
mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL) Kim Alvefur Wed, 30 Oct 2013 14:33:15 +0100
mod_storage_sql2: Move checking of the sql_manage_tables option so it also includes table upgrades (again) Kim Alvefur Mon, 28 Oct 2013 22:08:46 +0100
mod_storage_sql2, util.sql: Move code for setting encoding to util.sql Kim Alvefur Mon, 28 Oct 2013 22:07:16 +0100
mod_storage_sql2: Move all schema upgrade code to the same place Kim Alvefur Mon, 28 Oct 2013 21:37:30 +0100
mod_storage_sql2: Split up setting of encoding and table upgrade code Kim Alvefur Mon, 28 Oct 2013 21:34:55 +0100
mod_storage_sql2: Add method for deleting items from archives with same syntax as :find() Kim Alvefur Sat, 28 Sep 2013 22:04:04 +0200
mod_storage_sql2: Split out code for building WHERE clauses into separate functions Kim Alvefur Sat, 28 Sep 2013 21:58:01 +0200