mod_storage_sql: Log database connection parameters when creating engine
|
Kim Alvefur |
2020-05-02 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-03-22 |
mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505)
0.11
|
Kim Alvefur |
2020-03-22 |
storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()
|
Matthew Wild |
2020-03-11 |
mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)
|
Matthew Wild |
2020-03-11 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-02-22 |
mod_storage_sql: Move update limit check back one step, fixes traceback
0.11
|
Kim Alvefur |
2020-02-22 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-02-21 |
mod_storage_sql: Fix check for deletion limits (fixes #1494)
0.11
|
Kim Alvefur |
2020-02-21 |
mod_storage_sql: Remove unused and not actually returned return value [luacheck]
|
Kim Alvefur |
2019-12-23 |
mod_storage_*: Also include timestmap of first message in :summary API
|
Kim Alvefur |
2019-08-22 |
mod_storage_*: Include timestamp of latest message in :summary API
|
Kim Alvefur |
2019-08-22 |
mod_storage_*: Tweak :summary API to allow future expansion with more fields
|
Kim Alvefur |
2019-08-22 |
mod_storage_sql: Ignore shadowed error variable [luacheck]
|
Kim Alvefur |
2019-05-27 |
mod_storage_sql: Fix to use correct arguments to archive id lookup
|
Kim Alvefur |
2019-05-27 |
mod_storage_sql: Correctly return item-not-found error
|
Kim Alvefur |
2019-05-27 |
mod_storage_sql: Look up archive IDs in separate queries (fixes #1325)
|
Kim Alvefur |
2019-03-22 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-05-26 |
mod_storage_sql: Handle SQLite DELETE with LIMIT being optional (fixes #1359)
0.11
|
Kim Alvefur |
2019-05-13 |
mod_storage_sql: Move code out of if-else chain
0.11
|
Kim Alvefur |
2019-05-13 |
mod_storage_sql: Add support for iterating over users in archive stores
|
Kim Alvefur |
2019-05-05 |
mod_storage_sql: Implement archive summary API
|
Kim Alvefur |
2019-02-25 |
mod_storage_sql: No archive item limit by default
|
Kim Alvefur |
2019-03-22 |
mod_storage_sql: Return cached count if only this is queried for
|
Kim Alvefur |
2019-03-22 |
mod_storage_sql: Cache total count if it's calculated as part of the current query
|
Kim Alvefur |
2019-03-22 |
mod_storage_sql: Skip cache write
|
Kim Alvefur |
2019-03-22 |
mod_storage_sql: Fix to use currently queried store
|
Kim Alvefur |
2019-03-22 |
mod_storage_sql: Don't increment counter twice (fixes accounting error)
|
Kim Alvefur |
2019-03-22 |
mod_storage_internal,_sql: Key item count cache on both username and store
|
Kim Alvefur |
2019-03-22 |
mod_storage_internal,_sql: Expose archive capabilities feature set
|
Kim Alvefur |
2019-03-22 |
mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733)
|
Matthew Wild |
2017-10-20 |
various: Don't rely on _G.unpack existing
|
Kim Alvefur |
2018-12-08 |
mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You)
0.11
|
Matthew Wild |
2018-11-15 |
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 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Remove unused return values (should those actually be used?)
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Ignore name clash [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Split long lines [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Ignore name clash [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Rename variables to avoid name clashes [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Remove compat for argument order change
|
Kim Alvefur |
2017-04-01 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-02-20 |
mod_storage_sql: Make archive:append() to return the id (or key) as first return value
|
Kim Alvefur |
2017-02-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-24 |
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)
|
Kim Alvefur |
2017-01-24 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-23 |
mod_storage_sql: Return number of affected items from archive:delete
|
Kim Alvefur |
2016-11-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-02 |
mod_storage_sql: Normalize parameters for upgrade command
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: List available commands if no commands given (currenly only one available)
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Include missing parameter table key 'port'
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)
|
Kim Alvefur |
2016-11-29 |
mod_storage_sql: Use is_stanza() from util.stanza
|
Kim Alvefur |
2016-11-28 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
mod_storage_sql: Make sure all serialization errors are propagated
|
Kim Alvefur |
2016-03-21 |
mod_storage_sql: Allow loops over results to end on their own
|
Kim Alvefur |
2016-03-13 |
mod_storage_sql: Add LIMIT clause to queries where only a single row is expected
|
Kim Alvefur |
2016-03-13 |
mod_storage_sql: Treat non-existent archive IDs as beyound the end of the archive (fixes #624) (tested on sqlite3 only)
|
Kim Alvefur |
2016-02-22 |
mod_storage_sql: Remove debug logging of archive queries
|
Kim Alvefur |
2016-02-21 |
mod_storage_sql: Lower message about new engine creation to debug level
|
Kim Alvefur |
2016-02-21 |
mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576)
|
Kim Alvefur |
2016-02-21 |
mod_storage_sql: Fix setting value to false in map store
|
Kim Alvefur |
2016-02-19 |
mod_storage_sql: Silence some harmless luacheck warnings
|
Kim Alvefur |
2016-02-09 |
mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction
|
Kim Alvefur |
2016-02-09 |
mod_storage_sql: Support non-string keys in map store
|
Kim Alvefur |
2016-02-08 |
mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)
|
Kim Alvefur |
2015-12-15 |
mod_storage_sql: Add map store (backported from trunk)
|
Matthew Wild |
2015-12-03 |
mod_storage_sql: Whitespace fix (backported from trunk)
|
Matthew Wild |
2015-12-03 |
storagemanager, mod_storage_sql, mod_storage_sql2: Rename mod_storage_sql2 -> mod_storage_sql, mod_storage_sql -> mod_storage_sql1 (temporarily), and emit warning for configs using sql2
|
Matthew Wild |
2015-12-03 |
mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types
|
Kim Alvefur |
2014-06-20 |
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
|
Kim Alvefur |
2014-05-09 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
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 |
mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string for NULL, and '=' instead of 'IS' for comparison, to work with MySQL's limitations...
|
Waqas Hussain |
2010-12-27 |
mod_storage_sql: Fix a couple of bugs in "JSON" decoding
|
Matthew Wild |
2010-12-18 |
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.
|
Waqas Hussain |
2010-12-13 |
mod_storage_sql: Fixed the deserialization of string-typed values.
|
Waqas Hussain |
2010-12-13 |
mod_storage_sql: Auto-initialize SQLite3 database.
|
Waqas Hussain |
2010-12-12 |
mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }.
|
Waqas Hussain |
2010-12-12 |
mod_storage_sql: Fixed a typo.
|
Waqas Hussain |
2010-12-12 |
mod_storage_sql: Initial commit of new SQL data driver.
|
Waqas Hussain |
2010-12-12 |