| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_storage_sql2: Add a 'caps' table for indicating support for optional feat... | Kim Alvefur | 2015-05-19 | 1 | -0/+3 |
* | mod_storage_sql2: Change order of arguments to :append to be the same as retu... | Kim Alvefur | 2015-05-19 | 1 | -3/+3 |
* | mod_storage_sql2: Include 'with' field from iterator like some 3rd party arch... | Kim Alvefur | 2015-05-19 | 1 | -2/+2 |
* | mod_storage_sql2, util.sql: Set character encoding on every connect | Kim Alvefur | 2014-12-11 | 1 | -2/+0 |
* | mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks daurnima... | Kim Alvefur | 2014-06-20 | 1 | -1/+3 |
* | core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import f... | Kim Alvefur | 2014-05-09 | 1 | -1/+1 |
* | mod_storage_sql2: Build counter query without ORDER BY clause | Kim Alvefur | 2014-04-08 | 1 | -1/+1 |
* | mod_storage_sql2: archive:delete() with username = true deletes for all users | Kim Alvefur | 2014-02-09 | 1 | -0/+4 |
* | mod_storage_sql2: Only attempt to delete conflicting items if an ID/key is given | Kim Alvefur | 2014-01-21 | 1 | -2/+5 |
* | mod_storage_sql2: Fix another SQL syntax error that slipped trough | Kim Alvefur | 2014-01-21 | 1 | -1/+1 |
* | mod_storage_sql2: Fix SQL syntax | Kim Alvefur | 2014-01-18 | 1 | -2/+2 |
* | mod_storage_sql2: Fix syntax error in subquery (Thanks Lance) | Kim Alvefur | 2014-01-05 | 1 | -2/+2 |
* | mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Con... | Kim Alvefur | 2013-12-25 | 1 | -2/+6 |
* | mod_storage_sql2: Include user, host and store in id lookup | Kim Alvefur | 2013-12-25 | 1 | -4/+6 |
* | mod_storage_sql2: Auto increment columns won't be NULL, so drop nullable=false | Kim Alvefur | 2013-11-11 | 1 | -1/+1 |
* | mod_storage_sql2: Fix backwards comparison of timestamp | Kim Alvefur | 2013-11-07 | 1 | -1/+1 |
* | mod_storage_sql2: Switch to the util.sql table definition for the main table | Kim Alvefur | 2013-10-31 | 1 | -21/+1 |
* | mod_storage_sql2: The prosodyarchive_index should be unique | Kim Alvefur | 2013-10-30 | 1 | -1/+1 |
* | mod_storage_sql2: Use primary_key and auto_increment flags instead of baking ... | Kim Alvefur | 2013-10-30 | 1 | -1/+1 |
* | mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL) | Kim Alvefur | 2013-10-30 | 1 | -2/+2 |
* | mod_storage_sql2: Move checking of the sql_manage_tables option so it also in... | Kim Alvefur | 2013-10-28 | 1 | -7/+6 |
* | mod_storage_sql2, util.sql: Move code for setting encoding to util.sql | Kim Alvefur | 2013-10-28 | 1 | -12/+2 |
* | mod_storage_sql2: Move all schema upgrade code to the same place | Kim Alvefur | 2013-10-28 | 1 | -22/+20 |
* | mod_storage_sql2: Split up setting of encoding and table upgrade code | Kim Alvefur | 2013-10-28 | 1 | -1/+3 |
* | mod_storage_sql2: Add method for deleting items from archives with same synta... | Kim Alvefur | 2013-09-28 | 1 | -0/+15 |
* | mod_storage_sql2: Split out code for building WHERE clauses into separate fun... | Kim Alvefur | 2013-09-28 | 1 | -34/+44 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -4/+4 |
* | mod_storage_sql2: Do an early return and drop an indentation level | Kim Alvefur | 2013-08-02 | 1 | -30/+29 |
* | mod_storage_sql2: Add archive store with append and find methods | Kim Alvefur | 2013-07-12 | 1 | -0/+89 |
* | mod_storage_sql2: Create an additional table `prosodyarchive` for chronologic... | Kim Alvefur | 2013-07-12 | 1 | -1/+18 |
* | mod_storage_sql2: Support XML serialization for stanzas. | Kim Alvefur | 2013-07-10 | 1 | -0/+9 |
* | mod_storage_sql2: Keep available store types in a table | Kim Alvefur | 2013-07-10 | 1 | -2/+7 |
* | mod_storage_sql2: Fix iteration over users and stores | Kim Alvefur | 2013-07-10 | 1 | -2/+16 |
* | mod_storage_sql2: Make sure the user field is not NULL | Kim Alvefur | 2013-07-10 | 1 | -4/+4 |
* | mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob) | Kim Alvefur | 2013-06-23 | 1 | -1/+1 |
* | mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting ... | Matthew Wild | 2013-04-18 | 1 | -0/+237 |