aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_storage_sql2.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.10->trunkMatthew Wild2015-07-091-10/+46
|\
| * mod_storage_sql2: Upgrade table if its charset does not match our connection'...Matthew Wild2015-07-081-6/+8
| * mod_storage_sql2: Don't upgrade tables without admin interventionMatthew Wild2015-07-071-2/+2
| * mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-lineMatthew Wild2015-07-071-0/+33
| * mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upg...Matthew Wild2015-07-071-0/+1
| * mod_storage_sql2: Rename variable to avoid name clashMatthew Wild2015-07-071-2/+2
* | Merge 0.10->trunkKim Alvefur2015-07-051-1/+1
|\|
| * mod_storage_sql2: Validate configuration after normalizing SQLite3 database p...Kim Alvefur2015-06-271-1/+1
* | Merge 0.10->trunkKim Alvefur2015-06-251-105/+131
|\|
| * Merge with 0.10Matthew Wild2015-06-241-5/+8
| |\
| * | mod_storage_sql2: Break up monolithic code into functions, theoretically no f...Matthew Wild2015-06-241-100/+115
| * | mod_storage_sql2: Improve logging when database read failsMatthew Wild2015-06-241-2/+5
| * | mod_storage_sql2: Some reformatting and variable name improvementsMatthew Wild2015-06-241-4/+4
| * | mod_storage_sql2: Add some commentsMatthew Wild2015-06-241-0/+8
* | | Merge 0.10->trunkKim Alvefur2015-05-211-1/+1
|\ \ \ | | |/ | |/|
| * | mod_storage_sql2: Fix argument compat thing from 41725f3df3cc, it was backwardsKim Alvefur2015-05-211-1/+1
* | | Merge 0.10->trunkKim Alvefur2015-05-191-5/+8
|\| |
| * | mod_storage_sql2: Add a 'caps' table for indicating support for optional feat...Kim Alvefur2015-05-191-0/+3
| * | mod_storage_sql2: Change order of arguments to :append to be the same as retu...Kim Alvefur2015-05-191-3/+3
| * | mod_storage_sql2: Include 'with' field from iterator like some 3rd party arch...Kim Alvefur2015-05-191-2/+2
| |/
* | Merge 0.10 -> trunkWaqas Hussain2014-12-161-2/+0
|\|
| * mod_storage_sql2, util.sql: Set character encoding on every connectKim Alvefur2014-12-111-2/+0
* | mod_storage_sql2: DELETE then INSERT in map storesKim Alvefur2014-08-121-13/+8
* | plugins/mod_storage_sql2: Return correct arguments from map_store operationsdaurnimator2014-08-071-2/+6
* | plugins/mod_storage_sql2: Add map store supportdaurnimator2014-08-071-0/+35
|/
* mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks daurnima...Kim Alvefur2014-06-201-1/+3
* core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import f...Kim Alvefur2014-05-091-1/+1
* mod_storage_sql2: Build counter query without ORDER BY clauseKim Alvefur2014-04-081-1/+1
* mod_storage_sql2: archive:delete() with username = true deletes for all usersKim Alvefur2014-02-091-0/+4
* mod_storage_sql2: Only attempt to delete conflicting items if an ID/key is givenKim Alvefur2014-01-211-2/+5
* mod_storage_sql2: Fix another SQL syntax error that slipped troughKim Alvefur2014-01-211-1/+1
* mod_storage_sql2: Fix SQL syntaxKim Alvefur2014-01-181-2/+2
* mod_storage_sql2: Fix syntax error in subquery (Thanks Lance)Kim Alvefur2014-01-051-2/+2
* mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Con...Kim Alvefur2013-12-251-2/+6
* mod_storage_sql2: Include user, host and store in id lookupKim Alvefur2013-12-251-4/+6
* mod_storage_sql2: Auto increment columns won't be NULL, so drop nullable=falseKim Alvefur2013-11-111-1/+1
* mod_storage_sql2: Fix backwards comparison of timestampKim Alvefur2013-11-071-1/+1
* mod_storage_sql2: Switch to the util.sql table definition for the main tableKim Alvefur2013-10-311-21/+1
* mod_storage_sql2: The prosodyarchive_index should be uniqueKim Alvefur2013-10-301-1/+1
* mod_storage_sql2: Use primary_key and auto_increment flags instead of baking ...Kim Alvefur2013-10-301-1/+1
* mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL)Kim Alvefur2013-10-301-2/+2
* mod_storage_sql2: Move checking of the sql_manage_tables option so it also in...Kim Alvefur2013-10-281-7/+6
* mod_storage_sql2, util.sql: Move code for setting encoding to util.sqlKim Alvefur2013-10-281-12/+2
* mod_storage_sql2: Move all schema upgrade code to the same placeKim Alvefur2013-10-281-22/+20
* mod_storage_sql2: Split up setting of encoding and table upgrade codeKim Alvefur2013-10-281-1/+3
* mod_storage_sql2: Add method for deleting items from archives with same synta...Kim Alvefur2013-09-281-0/+15
* mod_storage_sql2: Split out code for building WHERE clauses into separate fun...Kim Alvefur2013-09-281-34/+44
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-4/+4
* mod_storage_sql2: Do an early return and drop an indentation levelKim Alvefur2013-08-021-30/+29
* mod_storage_sql2: Add archive store with append and find methodsKim Alvefur2013-07-121-0/+89