Log

plugins/mod_storage_sql.lua @ 5742:3c57c2281087

description author age
mod_storage_sql: Return actual error string on commit failure. Waqas Hussain 2012-11-30
mod_storage_sql: Add support for iterating over users with data in a store Kim Alvefur 2012-09-21
Merge 0.9->trunk Matthew Wild 2012-09-19
mod_storage_sql: Remove obsolete comment Matthew Wild 2012-09-19
storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version Kim Alvefur 2012-09-17
mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules. Waqas Hussain 2012-09-12
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides(). Waqas Hussain 2012-09-12
mod_storage_sql: Return connection from connect even if already connected (thanks IRON) Matthew Wild 2012-07-30
mod_storage_sql: Complete transactions in list_stores and purge Kim Alvefur 2012-07-30
mod_storage_sql: Keep connections in a shared cache table Kim Alvefur 2012-07-29
mod_storage_sql: Add method for removing all data belonging to a user Kim Alvefur 2012-07-28
mod_storage_sql: Add method for listing stores Kim Alvefur 2012-07-28
mod_storage_sql: Split out query handling logic from getsql() into a separate function Kim Alvefur 2012-07-28
mod_storage_sql: Add extra logging and error handling around table creation 0.8.2 Matthew Wild 2011-06-11
mod_storage_sql: Add sql_manage_tables to disable table creation/updating. Matthew Wild 2011-06-11
mod_storage_sql: Fix commit c806a599224a for compatibility with non-MySQL databases (thanks Ognyan Kulev) Matthew Wild 2011-06-05
mod_storage_sql: Log error when failing to update MySQL schema 0.8.1 Matthew Wild 2011-06-03
mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL, as it imposes a 64K limit otherwise, potentially truncating data. Automatically upgrades existing tables. Matthew Wild 2011-06-02
mod_storage_sql: Display friendlier error when LuaDBI is missing Matthew Wild 2011-03-01
mod_storage_sql: Create index when creating a new table Matthew Wild 2011-01-11
mod_storage_sql: Reconnect in all cases, and rollback on error. Waqas Hussain 2011-01-10
mod_storage_sql: Create table automatically for all databases now, not just SQLite. Also rename table from Prosody -> prosody. Matthew Wild 2011-01-08
mod_storage_sql: Make the 'database' value for the SQLite3 driver relative to the data path Matthew Wild 2011-01-07
mod_storage_sql: Catch Lua errors during SQL transactions, and rollback. Waqas Hussain 2011-01-05
mod_storage_sql: Removed unnecessary initialization of a variable. Waqas Hussain 2011-01-05
mod_storage_sql: Use util.json instead of util.serialization. Waqas Hussain 2010-12-27
mod_storage_sql: Log an error on query failure. Waqas Hussain 2010-12-27
mod_storage_sql: Remove the subkey column from the Prosody table, and make the map store compatible with the key-value store. Waqas Hussain 2010-12-27
mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL... Waqas Hussain 2010-12-27
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks. Waqas Hussain 2010-12-27