| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) | Kim Alvefur | 2020-03-22 | 1 | -0/+1 |
* | mod_storage_sql: Move update limit check back one step, fixes traceback | Kim Alvefur | 2020-02-22 | 1 | -6/+6 |
* | mod_storage_sql: Fix check for deletion limits (fixes #1494) | Kim Alvefur | 2020-02-21 | 1 | -7/+7 |
* | mod_storage_sql: Handle SQLite DELETE with LIMIT being optional (fixes #1359) | Kim Alvefur | 2019-05-13 | 1 | -6/+15 |
* | mod_storage_sql: Move code out of if-else chain | Kim Alvefur | 2019-05-13 | 1 | -9/+8 |
* | mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) | Matthew Wild | 2018-11-15 | 1 | -4/+4 |
* | mod_storage_sql: Handle Lua 5.3 move of unpack function | Kim Alvefur | 2018-10-21 | 1 | -1/+1 |
* | mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (... | Matthew Wild | 2018-10-13 | 1 | -1/+1 |
* | mod_storage_sql: Keep prosodyarchive_index unique constraint on non-MySQL DBs | Matthew Wild | 2018-10-12 | 1 | -1/+1 |
* | mod_storage_sql: Change prosodyarchive_index to be non-unique (fixes #1087) | Matthew Wild | 2018-10-11 | 1 | -8/+25 |
* | mod_storage_sql: Have :users() throw an error on failure instead of returning... | Matthew Wild | 2018-10-11 | 1 | -1/+1 |
* | mod_storage_sql: Workaround MySQL not supporting LIMIT subquery in archive tr... | Matthew Wild | 2018-10-11 | 1 | -3/+9 |
* | mod_storage_sql: Remove unused function argument [luacheck] | Kim Alvefur | 2018-10-10 | 1 | -1/+1 |
* | mod_storage_sql: Catch and report value deserialization errors | Kim Alvefur | 2018-02-24 | 1 | -8/+19 |
* | Merge 0.10->trunk | Kim Alvefur | 2017-12-22 | 1 | -1/+1 |
|\ |
|
| * | mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?) | Kim Alvefur | 2017-12-12 | 1 | -1/+1 |
* | | mod_storage_sql: Remove ability to override name of key-value table (unreacha... | Kim Alvefur | 2017-12-11 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-11-21 | 1 | -0/+2 |
|\| |
|
| * | mod_storage_sql: Add indices that include the with and when columns of archives | Kim Alvefur | 2017-11-21 | 1 | -0/+2 |
* | | mod_storage_sql: Add support for truncating deletion | Kim Alvefur | 2017-11-09 | 1 | -1/+29 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-10-05 | 1 | -2/+2 |
|\| |
|
| * | mod_storage_sql: Also clear the prosodyarchive table when an user is deleted ... | Kim Alvefur | 2017-10-05 | 1 | -0/+1 |
| * | mod_storage_sql: Remove return values from purge method | Kim Alvefur | 2017-10-05 | 1 | -2/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-05-17 | 1 | -1/+1 |
|\| |
|
| * | mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c... | Matthew Wild | 2017-04-30 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-13 | 1 | -6/+10 |
|\| |
|
| * | mod_storage_sql: Limit encoding check to current database | Kim Alvefur | 2017-04-13 | 1 | -2/+4 |
| * | mod_storage_sql: Break long lines | Kim Alvefur | 2017-04-12 | 1 | -2/+5 |
| * | mod_storage_sql: Pass charset and collation names via variable binding | Kim Alvefur | 2017-04-12 | 1 | -4/+3 |
| * | mod_storage_sql: Quote some field names | Kim Alvefur | 2017-04-12 | 1 | -2/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-12 | 1 | -1/+1 |
|\| |
|
| * | mod_storage_sql: Raise error if encoding check query fails | Kim Alvefur | 2017-04-12 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-10 | 1 | -54/+54 |
|\| |
|
| * | SQL: Use standard quotes for columns and other identifiers, rewrite to grave ... | Kim Alvefur | 2017-04-10 | 1 | -54/+54 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-03 | 1 | -1/+1 |
|\| |
|
| * | mod_storage_sql: Fix to use correct SQL query (thanks carlos) | Kim Alvefur | 2017-04-03 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-04-01 | 1 | -44/+126 |
|\| |
|
| * | mod_storage_sql: Remove unused return values (should those actually be used?) | Kim Alvefur | 2017-04-01 | 1 | -1/+2 |
| * | mod_storage_sql: Ignore name clash [luacheck] | Kim Alvefur | 2017-04-01 | 1 | -1/+1 |
| * | mod_storage_sql: Split long lines [luacheck] | Kim Alvefur | 2017-04-01 | 1 | -2/+4 |
| * | mod_storage_sql: Ignore name clash [luacheck] | Kim Alvefur | 2017-04-01 | 1 | -1/+1 |
| * | mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator ... | Kim Alvefur | 2017-04-01 | 1 | -6/+6 |
| * | mod_storage_sql: Move SQL queries into multiline strings for readability [lua... | Kim Alvefur | 2017-04-01 | 1 | -21/+101 |
| * | mod_storage_sql: Rename variables to avoid name clashes [luacheck] | Kim Alvefur | 2017-04-01 | 1 | -11/+11 |
| * | mod_storage_sql: Sensible defaults for 'when' and 'with' arguments | Kim Alvefur | 2017-04-01 | 1 | -0/+2 |
| * | mod_storage_sql: Remove compat for argument order change | Kim Alvefur | 2017-04-01 | 1 | -3/+0 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-02-20 | 1 | -1/+3 |
|\| |
|
| * | mod_storage_sql: Make archive:append() to return the id (or key) as first ret... | Kim Alvefur | 2017-02-20 | 1 | -1/+3 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-01-24 | 1 | -2/+2 |
|\| |
|
| * | mod_storage_sql: Fix to use correct order for return values from transaction ... | Kim Alvefur | 2017-01-24 | 1 | -2/+2 |