Commit Graph

16 Commits (1bcfdab54f7785d3db05c65ad5672406885d0b91)

Author SHA1 Message Date
Kim Alvefur f925ba7723 mod_storage_sql2: Move checking of the sql_manage_tables option so it also includes table upgrades (again) 12 years ago
Kim Alvefur e993570759 mod_storage_sql2, util.sql: Move code for setting encoding to util.sql 12 years ago
Kim Alvefur d011ca8a32 mod_storage_sql2: Move all schema upgrade code to the same place 12 years ago
Kim Alvefur af3f07ec57 mod_storage_sql2: Split up setting of encoding and table upgrade code 12 years ago
Kim Alvefur e8380a3cd2 mod_storage_sql2: Add method for deleting items from archives with same syntax as :find() 12 years ago
Kim Alvefur c9f9fdd69c mod_storage_sql2: Split out code for building WHERE clauses into separate functions 12 years ago
Florian Zeitz 1d833bb807 Remove all trailing whitespace 13 years ago
Kim Alvefur 6b7b6e0e7b mod_storage_sql2: Do an early return and drop an indentation level 13 years ago
Kim Alvefur 3d9b1be698 mod_storage_sql2: Add archive store with append and find methods 13 years ago
Kim Alvefur 8a80110435 mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections 13 years ago
Matthew Wild 26511c10d4 mod_storage_sql2: Remove from 0.9 13 years ago
Kim Alvefur 298aef6be7 mod_storage_sql2: Support XML serialization for stanzas. 13 years ago
Kim Alvefur 1e1834a4ec mod_storage_sql2: Keep available store types in a table 13 years ago
Kim Alvefur 06561ae513 mod_storage_sql2: Fix iteration over users and stores 13 years ago
Kim Alvefur 01de781b7b mod_storage_sql2: Make sure the user field is not NULL 13 years ago
Kim Alvefur 12877796b2 mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob) 13 years ago
Matthew Wild 7d92759bf8 mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting cross-module connection sharing, transactions and Things - a work in progress 13 years ago