Log

plugins/mod_storage_sql.lua @ 10997:2451e3918c2c

description author age
mod_storage_sql: Measure hits/misses on the item count cache Kim Alvefur 2020-07-02
mod_storage_sql: Fix incorrect results when fetching items before specific archive id Matthew Wild 2020-06-12
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