Log

plugins/mod_storage_sql.lua @ 9608:3e44b8dc2cc0 0.11

description author age
mod_storage_sql: Handle Lua 5.3 move of unpack function Kim Alvefur 2018-10-21
mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (fixes #1073) Matthew Wild 2018-10-13
mod_storage_sql: Keep prosodyarchive_index unique constraint on non-MySQL DBs Matthew Wild 2018-10-12
mod_storage_sql: Change prosodyarchive_index to be non-unique (fixes #1087) Matthew Wild 2018-10-11
mod_storage_sql: Have :users() throw an error on failure instead of returning non-iterator values Matthew Wild 2018-10-11
mod_storage_sql: Workaround MySQL not supporting LIMIT subquery in archive truncate operations, fixes #1200 Matthew Wild 2018-10-11
mod_storage_sql: Remove unused function argument [luacheck] Kim Alvefur 2018-10-10
mod_storage_sql: Catch and report value deserialization errors Kim Alvefur 2018-02-24
Merge 0.10->trunk Kim Alvefur 2017-12-22
mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?) Kim Alvefur 2017-12-12
mod_storage_sql: Remove ability to override name of key-value table (unreachable and would not work) Kim Alvefur 2017-12-11
Merge 0.10->trunk Kim Alvefur 2017-11-21
mod_storage_sql: Add indices that include the with and when columns of archives Kim Alvefur 2017-11-21
mod_storage_sql: Add support for truncating deletion Kim Alvefur 2017-11-09
Merge 0.10->trunk Kim Alvefur 2017-10-05
mod_storage_sql: Also clear the prosodyarchive table when an user is deleted (fixes #1009) Kim Alvefur 2017-10-05
mod_storage_sql: Remove return values from purge method Kim Alvefur 2017-10-05
Merge 0.10->trunk Kim Alvefur 2017-05-16
mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c9 (thanks waqas) Matthew Wild 2017-04-30
Merge 0.10->trunk Kim Alvefur 2017-04-12
mod_storage_sql: Limit encoding check to current database Kim Alvefur 2017-04-12
mod_storage_sql: Break long lines Kim Alvefur 2017-04-12
mod_storage_sql: Pass charset and collation names via variable binding Kim Alvefur 2017-04-12
mod_storage_sql: Quote some field names Kim Alvefur 2017-04-12
Merge 0.10->trunk Kim Alvefur 2017-04-12
mod_storage_sql: Raise error if encoding check query fails Kim Alvefur 2017-04-12
Merge 0.10->trunk Kim Alvefur 2017-04-10
SQL: Use standard quotes for columns and other identifiers, rewrite to grave accents for MySQL only (fixes #885) Kim Alvefur 2017-04-10
Merge 0.10->trunk Kim Alvefur 2017-04-02
mod_storage_sql: Fix to use correct SQL query (thanks carlos) Kim Alvefur 2017-04-02