Merge 0.10->trunk
|
Kim Alvefur |
Mon, 03 Apr 2017 00:59:44 +0200 |
mod_storage_sql: Fix to use correct SQL query (thanks carlos)
|
Kim Alvefur |
Mon, 03 Apr 2017 00:34:37 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Sat, 01 Apr 2017 21:48:54 +0200 |
mod_storage_sql: Remove unused return values (should those actually be used?)
|
Kim Alvefur |
Sat, 01 Apr 2017 19:47:02 +0200 |
mod_storage_sql: Ignore name clash [luacheck]
|
Kim Alvefur |
Sat, 01 Apr 2017 19:45:47 +0200 |
mod_storage_sql: Split long lines [luacheck]
|
Kim Alvefur |
Sat, 01 Apr 2017 19:45:37 +0200 |
mod_storage_sql: Ignore name clash [luacheck]
|
Kim Alvefur |
Sat, 01 Apr 2017 19:45:20 +0200 |
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions
|
Kim Alvefur |
Sat, 01 Apr 2017 19:39:20 +0200 |
mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck]
|
Kim Alvefur |
Sat, 01 Apr 2017 19:26:27 +0200 |
mod_storage_sql: Rename variables to avoid name clashes [luacheck]
|
Kim Alvefur |
Sat, 01 Apr 2017 19:25:34 +0200 |
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments
|
Kim Alvefur |
Sat, 01 Apr 2017 19:04:54 +0200 |
mod_storage_sql: Remove compat for argument order change
|
Kim Alvefur |
Sat, 01 Apr 2017 19:02:27 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Mon, 20 Feb 2017 01:46:54 +0100 |
mod_storage_sql: Make archive:append() to return the id (or key) as first return value
|
Kim Alvefur |
Mon, 20 Feb 2017 01:26:03 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Tue, 24 Jan 2017 19:27:17 +0100 |
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)
|
Kim Alvefur |
Tue, 24 Jan 2017 19:26:40 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Mon, 23 Jan 2017 19:34:14 +0100 |
mod_storage_sql: Return number of affected items from archive:delete
|
Kim Alvefur |
Tue, 22 Nov 2016 18:13:21 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Fri, 02 Dec 2016 11:13:05 +0100 |
mod_storage_sql: Normalize parameters for upgrade command
|
Kim Alvefur |
Thu, 01 Dec 2016 10:02:57 +0100 |
mod_storage_sql: List available commands if no commands given (currenly only one available)
|
Kim Alvefur |
Thu, 01 Dec 2016 10:02:26 +0100 |
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)
|
Kim Alvefur |
Thu, 01 Dec 2016 10:02:01 +0100 |
mod_storage_sql: Include missing parameter table key 'port'
|
Kim Alvefur |
Thu, 01 Dec 2016 03:22:42 +0100 |
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)
|
Kim Alvefur |
Tue, 29 Nov 2016 08:20:42 +0100 |
mod_storage_sql: Use is_stanza() from util.stanza
|
Kim Alvefur |
Mon, 28 Nov 2016 07:30:39 +0100 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
Sat, 16 Apr 2016 21:08:05 +0100 |
mod_storage_sql: Make sure all serialization errors are propagated
|
Kim Alvefur |
Mon, 21 Mar 2016 09:33:12 +0100 |
mod_storage_sql: Allow loops over results to end on their own
|
Kim Alvefur |
Sun, 13 Mar 2016 17:43:33 +0100 |
mod_storage_sql: Add LIMIT clause to queries where only a single row is expected
|
Kim Alvefur |
Sun, 13 Mar 2016 17:42:22 +0100 |
mod_storage_sql: Treat non-existent archive IDs as beyound the end of the archive (fixes #624) (tested on sqlite3 only)
|
Kim Alvefur |
Mon, 22 Feb 2016 15:23:27 +0100 |