aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_storage_sql.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.10->trunkKim Alvefur2017-05-171-1/+1
|\
| * mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c...Matthew Wild2017-04-301-1/+1
* | Merge 0.10->trunkKim Alvefur2017-04-131-6/+10
|\|
| * mod_storage_sql: Limit encoding check to current databaseKim Alvefur2017-04-131-2/+4
| * mod_storage_sql: Break long linesKim Alvefur2017-04-121-2/+5
| * mod_storage_sql: Pass charset and collation names via variable bindingKim Alvefur2017-04-121-4/+3
| * mod_storage_sql: Quote some field namesKim Alvefur2017-04-121-2/+2
* | Merge 0.10->trunkKim Alvefur2017-04-121-1/+1
|\|
| * mod_storage_sql: Raise error if encoding check query failsKim Alvefur2017-04-121-1/+1
* | Merge 0.10->trunkKim Alvefur2017-04-101-54/+54
|\|
| * SQL: Use standard quotes for columns and other identifiers, rewrite to grave ...Kim Alvefur2017-04-101-54/+54
* | Merge 0.10->trunkKim Alvefur2017-04-031-1/+1
|\|
| * mod_storage_sql: Fix to use correct SQL query (thanks carlos)Kim Alvefur2017-04-031-1/+1
* | Merge 0.10->trunkKim Alvefur2017-04-011-44/+126
|\|
| * mod_storage_sql: Remove unused return values (should those actually be used?)Kim Alvefur2017-04-011-1/+2
| * mod_storage_sql: Ignore name clash [luacheck]Kim Alvefur2017-04-011-1/+1
| * mod_storage_sql: Split long lines [luacheck]Kim Alvefur2017-04-011-2/+4
| * mod_storage_sql: Ignore name clash [luacheck]Kim Alvefur2017-04-011-1/+1
| * mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator ...Kim Alvefur2017-04-011-6/+6
| * mod_storage_sql: Move SQL queries into multiline strings for readability [lua...Kim Alvefur2017-04-011-21/+101
| * mod_storage_sql: Rename variables to avoid name clashes [luacheck]Kim Alvefur2017-04-011-11/+11
| * mod_storage_sql: Sensible defaults for 'when' and 'with' argumentsKim Alvefur2017-04-011-0/+2
| * mod_storage_sql: Remove compat for argument order changeKim Alvefur2017-04-011-3/+0
* | Merge 0.10->trunkKim Alvefur2017-02-201-1/+3
|\|
| * mod_storage_sql: Make archive:append() to return the id (or key) as first ret...Kim Alvefur2017-02-201-1/+3
* | Merge 0.10->trunkKim Alvefur2017-01-241-2/+2
|\|
| * mod_storage_sql: Fix to use correct order for return values from transaction ...Kim Alvefur2017-01-241-2/+2
* | Merge 0.10->trunkKim Alvefur2017-01-231-1/+2
|\|
| * mod_storage_sql: Return number of affected items from archive:deleteKim Alvefur2016-11-221-1/+2
* | Merge 0.10->trunkKim Alvefur2016-12-021-12/+21
|\|
| * mod_storage_sql: Normalize parameters for upgrade commandKim Alvefur2016-12-011-1/+1
| * mod_storage_sql: List available commands if no commands given (currenly only ...Kim Alvefur2016-12-011-1/+2
| * mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes a...Kim Alvefur2016-12-011-0/+2
| * mod_storage_sql: Include missing parameter table key 'port'Kim Alvefur2016-12-011-1/+1
| * mod_storage_sql: Create a new table to hold normalized database parameters (f...Kim Alvefur2016-11-291-7/+15
| * mod_storage_sql: Use is_stanza() from util.stanzaKim Alvefur2016-11-281-3/+1
* | Update every link to the documentation to use HTTPSEmmanuel Gil Peyrot2016-04-161-1/+1
|/
* mod_storage_sql: Make sure all serialization errors are propagatedKim Alvefur2016-03-211-5/+3
* mod_storage_sql: Allow loops over results to end on their ownKim Alvefur2016-03-131-6/+8
* mod_storage_sql: Add LIMIT clause to queries where only a single row is expectedKim Alvefur2016-03-131-3/+3
* mod_storage_sql: Treat non-existent archive IDs as beyound the end of the arc...Kim Alvefur2016-02-221-2/+2
* mod_storage_sql: Remove debug logging of archive queriesKim Alvefur2016-02-211-2/+0
* mod_storage_sql: Lower message about new engine creation to debug levelKim Alvefur2016-02-211-1/+1
* mod_storage_sql: Share SQL connections with same parameters across VirtualHos...Kim Alvefur2016-02-211-11/+17
* mod_storage_sql: Fix setting value to false in map storeKim Alvefur2016-02-191-1/+2
* mod_storage_sql: Silence some harmless luacheck warningsKim Alvefur2016-02-091-0/+3
* mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in ...Kim Alvefur2016-02-091-17/+23
* mod_storage_sql: Support non-string keys in map storeKim Alvefur2016-02-081-2/+14
* mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)Kim Alvefur2015-12-151-1/+3
* mod_storage_sql: Add map store (backported from trunk)Matthew Wild2015-12-031-0/+34