| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mod_storage_sql: List available commands if no commands given (currenly only ... | Kim Alvefur | 2016-12-01 | 1 | -1/+2 |
| * | mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes a... | Kim Alvefur | 2016-12-01 | 1 | -0/+2 |
| * | mod_storage_sql: Include missing parameter table key 'port' | Kim Alvefur | 2016-12-01 | 1 | -1/+1 |
| * | mod_storage_sql: Create a new table to hold normalized database parameters (f... | Kim Alvefur | 2016-11-29 | 1 | -7/+15 |
| * | mod_storage_sql: Use is_stanza() from util.stanza | Kim Alvefur | 2016-11-28 | 1 | -3/+1 |
* | | Update every link to the documentation to use HTTPS | Emmanuel Gil Peyrot | 2016-04-16 | 1 | -1/+1 |
|/ |
|
* | mod_storage_sql: Make sure all serialization errors are propagated | Kim Alvefur | 2016-03-21 | 1 | -5/+3 |
* | mod_storage_sql: Allow loops over results to end on their own | Kim Alvefur | 2016-03-13 | 1 | -6/+8 |
* | mod_storage_sql: Add LIMIT clause to queries where only a single row is expected | Kim Alvefur | 2016-03-13 | 1 | -3/+3 |
* | mod_storage_sql: Treat non-existent archive IDs as beyound the end of the arc... | Kim Alvefur | 2016-02-22 | 1 | -2/+2 |
* | mod_storage_sql: Remove debug logging of archive queries | Kim Alvefur | 2016-02-21 | 1 | -2/+0 |
* | mod_storage_sql: Lower message about new engine creation to debug level | Kim Alvefur | 2016-02-21 | 1 | -1/+1 |
* | mod_storage_sql: Share SQL connections with same parameters across VirtualHos... | Kim Alvefur | 2016-02-21 | 1 | -11/+17 |
* | mod_storage_sql: Fix setting value to false in map store | Kim Alvefur | 2016-02-19 | 1 | -1/+2 |
* | mod_storage_sql: Silence some harmless luacheck warnings | Kim Alvefur | 2016-02-09 | 1 | -0/+3 |
* | mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in ... | Kim Alvefur | 2016-02-09 | 1 | -17/+23 |
* | mod_storage_sql: Support non-string keys in map store | Kim Alvefur | 2016-02-08 | 1 | -2/+14 |
* | mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion) | Kim Alvefur | 2015-12-15 | 1 | -1/+3 |
* | mod_storage_sql: Add map store (backported from trunk) | Matthew Wild | 2015-12-03 | 1 | -0/+34 |
* | mod_storage_sql: Whitespace fix (backported from trunk) | Matthew Wild | 2015-12-03 | 1 | -1/+1 |
* | storagemanager, mod_storage_sql, mod_storage_sql2: Rename mod_storage_sql2 ->... | Matthew Wild | 2015-12-03 | 1 | -307/+335 |
* | mod_storage_{none,internal,sql}: Return error for unsupported (everything but... | Kim Alvefur | 2014-06-20 | 1 | -3/+3 |
* | core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import f... | Kim Alvefur | 2014-05-09 | 1 | -1/+1 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -13/+13 |
* | mod_storage_sql: Return actual error string on commit failure. | Waqas Hussain | 2012-11-30 | 1 | -1/+2 |
* | mod_storage_sql: Add support for iterating over users with data in a store | Kim Alvefur | 2012-09-21 | 1 | -0/+11 |
* | Merge 0.9->trunk | Matthew Wild | 2012-09-19 | 1 | -9/+8 |
|\ |
|
| * | mod_storage_sql: Remove obsolete comment | Matthew Wild | 2012-09-19 | 1 | -1/+1 |
| * | storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores(... | Kim Alvefur | 2012-09-17 | 1 | -9/+8 |
* | | mod_storage_*: Don't explicitly set driver name, to ease copying/renaming mod... | Waqas Hussain | 2012-09-12 | 1 | -1/+1 |
* | | core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to a... | Waqas Hussain | 2012-09-12 | 1 | -1/+1 |
|/ |
|
* | mod_storage_sql: Return connection from connect even if already connected (th... | Matthew Wild | 2012-07-30 | 1 | -1/+1 |
* | mod_storage_sql: Complete transactions in list_stores and purge | Kim Alvefur | 2012-07-30 | 1 | -5/+5 |
* | mod_storage_sql: Keep connections in a shared cache table | Kim Alvefur | 2012-07-30 | 1 | -0/+22 |
* | mod_storage_sql: Add method for removing all data belonging to a user | Kim Alvefur | 2012-07-28 | 1 | -0/+8 |
* | mod_storage_sql: Add method for listing stores | Kim Alvefur | 2012-07-28 | 1 | -0/+18 |
* | mod_storage_sql: Split out query handling logic from getsql() into a separate... | Kim Alvefur | 2012-07-28 | 1 | -2/+5 |
* | mod_storage_sql: Add extra logging and error handling around table creationvault/0.8.20.8.2 | Matthew Wild | 2011-06-11 | 1 | -4/+11 |
* | mod_storage_sql: Add sql_manage_tables to disable table creation/updating. | Matthew Wild | 2011-06-11 | 1 | -0/+3 |
* | mod_storage_sql: Fix commit c806a599224a for compatibility with non-MySQL dat... | Matthew Wild | 2011-06-05 | 1 | -1/+1 |
* | mod_storage_sql: Log error when failing to update MySQL schemavault/0.8.10.8.1 | Matthew Wild | 2011-06-03 | 1 | -0/+2 |
* | mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL... | Matthew Wild | 2011-06-02 | 1 | -0/+18 |
* | mod_storage_sql: Display friendlier error when LuaDBI is missing | Matthew Wild | 2011-03-01 | 1 | -1/+12 |
* | mod_storage_sql: Create index when creating a new table | Matthew Wild | 2011-01-11 | 1 | -13/+32 |
* | mod_storage_sql: Reconnect in all cases, and rollback on error. | Waqas Hussain | 2011-01-10 | 1 | -15/+47 |
* | mod_storage_sql: Create table automatically for all databases now, not just S... | Matthew Wild | 2011-01-08 | 1 | -19/+21 |
* | mod_storage_sql: Make the 'database' value for the SQLite3 driver relative to... | Matthew Wild | 2011-01-07 | 1 | -2/+9 |
* | mod_storage_sql: Catch Lua errors during SQL transactions, and rollback. | Waqas Hussain | 2011-01-05 | 1 | -13/+30 |
* | mod_storage_sql: Removed unnecessary initialization of a variable. | Waqas Hussain | 2011-01-05 | 1 | -1/+1 |
* | mod_storage_sql: Use util.json instead of util.serialization. | Waqas Hussain | 2010-12-27 | 1 | -4/+4 |