Commit Graph

204 Commits (master)

Author SHA1 Message Date
Kim Alvefur fbd4f04b73 mod_storage_sql: Rename variables to avoid name clashes [luacheck] 9 years ago
Kim Alvefur b33ad7f001 mod_storage_sql: Sensible defaults for 'when' and 'with' arguments 9 years ago
Kim Alvefur 1113bbdf22 mod_storage_sql: Remove compat for argument order change 9 years ago
Kim Alvefur 18b6b5c90b mod_storage_sql: Catch and report value deserialization errors 8 years ago
Kim Alvefur 852564c14e mod_storage_sql: Remove ability to override name of key-value table (unreachable and would not work) 8 years ago
Kim Alvefur 01d628a547 mod_storage_sql: Add support for truncating deletion 8 years ago
Kim Alvefur 10bc92f25d mod_storage_sql: Make archive:append() to return the id (or key) as first return value 9 years ago
Kim Alvefur 1d99ff3da6 mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue) 9 years ago
Kim Alvefur 738528509c mod_storage_sql: Normalize parameters for upgrade command 9 years ago
Kim Alvefur d0df7de379 mod_storage_sql: List available commands if no commands given (currenly only one available) 9 years ago
Kim Alvefur f1ce52f17d mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil) 9 years ago
Kim Alvefur 0176e27050 mod_storage_sql: Include missing parameter table key 'port' 9 years ago
Kim Alvefur 011ee227bb mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636) 9 years ago
Kim Alvefur b89b681cd2 mod_storage_sql: Use is_stanza() from util.stanza 9 years ago
Kim Alvefur ad82f3f080 mod_storage_sql: Return number of affected items from archive:delete 9 years ago
Emmanuel Gil Peyrot c6048a7cb4 Update every link to the documentation to use HTTPS 10 years ago
Kim Alvefur c42992594d mod_storage_sql: Make sure all serialization errors are propagated 10 years ago
Kim Alvefur 144597d16b mod_storage_sql: Allow loops over results to end on their own 10 years ago
Kim Alvefur 9df91659b9 mod_storage_sql: Add LIMIT clause to queries where only a single row is expected 10 years ago
Kim Alvefur 7ebc652e1d mod_storage_sql: Treat non-existent archive IDs as beyound the end of the archive (fixes #624) (tested on sqlite3 only) 10 years ago
Kim Alvefur b3b5222557 mod_storage_sql: Remove debug logging of archive queries 10 years ago
Kim Alvefur 8dab3d4fad mod_storage_sql: Lower message about new engine creation to debug level 10 years ago
Kim Alvefur c9d425731d mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576) 10 years ago
Kim Alvefur 1da9cde6ae mod_storage_sql: Fix setting value to false in map store 10 years ago
Kim Alvefur f856a201b7 mod_storage_sql: Silence some harmless luacheck warnings 10 years ago
Kim Alvefur 315a1fc1ca mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction 10 years ago
Kim Alvefur 275bfb45fa mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion) 10 years ago
Matthew Wild 8b1e8e2e6b mod_storage_sql: Add map store (backported from trunk) 10 years ago
Matthew Wild 7c186b61f0 mod_storage_sql: Whitespace fix (backported from trunk) 10 years ago
Matthew Wild d3b6588fd7 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 10 years ago
Kim Alvefur b6a24a9bb0 mod_storage_sql: Support non-string keys in map store 10 years ago
Kim Alvefur 2ba9c6ce77 mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types 12 years ago
Kim Alvefur 36b77bca8b core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths 12 years ago
Florian Zeitz 1d833bb807 Remove all trailing whitespace 13 years ago
Waqas Hussain b3d1a28503 mod_storage_sql: Return actual error string on commit failure. 13 years ago
Kim Alvefur 3b3af5c75e mod_storage_sql: Add support for iterating over users with data in a store 13 years ago
Matthew Wild 3b96fac749 mod_storage_sql: Remove obsolete comment 13 years ago
Kim Alvefur 07bb8a42ce storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version 13 years ago
Waqas Hussain aff71e544e mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules. 13 years ago
Waqas Hussain 7daf3c7c14 core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides(). 13 years ago
Kim Alvefur a32b5ceb45 mod_storage_sql: Implement archive summary API 7 years ago
Kim Alvefur 8cc789c796 mod_storage_sql: No archive item limit by default 7 years ago
Kim Alvefur 9393931a25 mod_storage_sql: Return cached count if only this is queried for 7 years ago
Kim Alvefur 5029870d3e mod_storage_sql: Cache total count if it's calculated as part of the current query 7 years ago
Kim Alvefur 56a9e395ad mod_storage_sql: Skip cache write 7 years ago
Kim Alvefur 61edbdb90f mod_storage_sql: Fix to use currently queried store 7 years ago
Kim Alvefur 3e5243f2d2 mod_storage_sql: Don't increment counter twice (fixes accounting error) 7 years ago
Kim Alvefur 9eb4885f38 mod_storage_internal,_sql: Key item count cache on both username and store 7 years ago
Kim Alvefur 0028ea46e2 mod_storage_internal,_sql: Expose archive capabilities feature set 7 years ago
Matthew Wild d7761bd914 mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733) 8 years ago