aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_storage_sql2.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* mod_storage_sql2: Create an additional table `prosodyarchive` for ↵Kim Alvefur2013-07-121-1/+18
| | | | chronological collections
* mod_storage_sql2: Support XML serialization for stanzas.Kim Alvefur2013-07-101-0/+9
|
* mod_storage_sql2: Keep available store types in a tableKim Alvefur2013-07-101-2/+7
|
* mod_storage_sql2: Fix iteration over users and storesKim Alvefur2013-07-101-2/+16
|
* mod_storage_sql2: Make sure the user field is not NULLKim Alvefur2013-07-101-4/+4
|
* mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob)Kim Alvefur2013-06-231-1/+1
|
* mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting ↵Matthew Wild2013-04-181-0/+237
cross-module connection sharing, transactions and Things - a work in progress