Log

plugins/mod_storage_sql2.lua @ 6767:d01c29b62b16

description author age
Merge 0.10->trunk Matthew Wild Thu, 09 Jul 2015 00:14:27 +0100
mod_storage_sql2: Upgrade table if its charset does not match our connection's charset (thanks Zash) Matthew Wild Wed, 08 Jul 2015 15:07:23 +0100
mod_storage_sql2: Don't upgrade tables without admin intervention Matthew Wild Tue, 07 Jul 2015 17:42:29 +0100
mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-line Matthew Wild Tue, 07 Jul 2015 17:41:09 +0100
mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upgrade is required Matthew Wild Tue, 07 Jul 2015 17:40:23 +0100
mod_storage_sql2: Rename variable to avoid name clash Matthew Wild Tue, 07 Jul 2015 17:39:56 +0100
Merge 0.10->trunk Kim Alvefur Sun, 05 Jul 2015 18:00:05 +0200
mod_storage_sql2: Validate configuration after normalizing SQLite3 database path (fixes traceback with default config) Kim Alvefur Sat, 27 Jun 2015 15:59:37 +0200
Merge 0.10->trunk Kim Alvefur Thu, 25 Jun 2015 18:57:43 +0200
Merge with 0.10 Matthew Wild Wed, 24 Jun 2015 23:25:42 +0100
mod_storage_sql2: Break up monolithic code into functions, theoretically no functionality changes. Matthew Wild Wed, 24 Jun 2015 23:24:32 +0100
mod_storage_sql2: Improve logging when database read fails Matthew Wild Wed, 24 Jun 2015 22:56:50 +0100
mod_storage_sql2: Some reformatting and variable name improvements Matthew Wild Wed, 24 Jun 2015 22:55:41 +0100
mod_storage_sql2: Add some comments Matthew Wild Wed, 24 Jun 2015 22:54:17 +0100
Merge 0.10->trunk Kim Alvefur Thu, 21 May 2015 22:56:39 +0200
mod_storage_sql2: Fix argument compat thing from 41725f3df3cc, it was backwards Kim Alvefur Thu, 21 May 2015 12:11:08 +0200
Merge 0.10->trunk Kim Alvefur Tue, 19 May 2015 23:23:44 +0200
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
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_storage_sql2: Do an early return and drop an indentation level Kim Alvefur Fri, 02 Aug 2013 15:40:21 +0200
mod_storage_sql2: Add archive store with append and find methods Kim Alvefur Fri, 12 Jul 2013 02:53:24 +0200
mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections Kim Alvefur Fri, 12 Jul 2013 01:34:38 +0200
mod_storage_sql2: Support XML serialization for stanzas. Kim Alvefur Wed, 10 Jul 2013 13:19:33 +0200
mod_storage_sql2: Keep available store types in a table Kim Alvefur Wed, 10 Jul 2013 13:18:10 +0200
mod_storage_sql2: Fix iteration over users and stores Kim Alvefur Wed, 10 Jul 2013 12:08:44 +0200
mod_storage_sql2: Make sure the user field is not NULL Kim Alvefur Wed, 10 Jul 2013 12:01:23 +0200
mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob) Kim Alvefur Sun, 23 Jun 2013 19:27:49 +0200
mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting cross-module connection sharing, transactions and Things - a work in progress Matthew Wild Thu, 18 Apr 2013 11:13:40 +0100