Kim Alvefur
|
8aaba12933
|
mod_storage_sql: Break long lines
|
2017-04-12 23:16:23 +02:00 |
|
Kim Alvefur
|
d938b42d8f
|
mod_storage_sql: Pass charset and collation names via variable binding
|
2017-04-12 21:53:21 +02:00 |
|
Kim Alvefur
|
a03638bd16
|
mod_storage_sql: Quote some field names
|
2017-04-12 21:51:17 +02:00 |
|
Kim Alvefur
|
c49d0d5b77
|
mod_storage_sql: Raise error if encoding check query fails
|
2017-04-12 17:26:13 +02:00 |
|
Kim Alvefur
|
91baabfede
|
SQL: Use standard quotes for columns and other identifiers, rewrite to grave accents for MySQL only (fixes #885)
|
2017-04-10 23:13:39 +02:00 |
|
Kim Alvefur
|
32e5f29192
|
mod_storage_sql: Fix to use correct SQL query (thanks carlos)
|
2017-04-03 00:34:37 +02:00 |
|
Kim Alvefur
|
9b9d6a9ba9
|
Merge 0.10->trunk
|
2017-05-17 01:06:20 +02:00 |
|
Kim Alvefur
|
9548228ec8
|
Merge 0.10->trunk
|
2017-04-13 01:30:24 +02:00 |
|
Kim Alvefur
|
a22c6725be
|
Merge 0.10->trunk
|
2017-04-12 20:59:18 +02:00 |
|
Kim Alvefur
|
8a9dd05b08
|
Merge 0.10->trunk
|
2017-04-10 23:16:13 +02:00 |
|
Kim Alvefur
|
8962d239ed
|
Merge 0.10->trunk
|
2017-04-03 00:59:44 +02:00 |
|
Kim Alvefur
|
2364604bc1
|
Merge 0.10->trunk
|
2017-04-01 21:48:54 +02:00 |
|
Kim Alvefur
|
67572368f2
|
mod_storage_sql: Remove unused return values (should those actually be used?)
|
2017-04-01 19:47:02 +02:00 |
|
Kim Alvefur
|
dd86b147bf
|
mod_storage_sql: Ignore name clash [luacheck]
|
2017-04-01 19:45:47 +02:00 |
|
Kim Alvefur
|
ee705afbef
|
mod_storage_sql: Split long lines [luacheck]
|
2017-04-01 19:45:37 +02:00 |
|
Kim Alvefur
|
d5205416d5
|
mod_storage_sql: Ignore name clash [luacheck]
|
2017-04-01 19:45:20 +02:00 |
|
Kim Alvefur
|
29c30180ee
|
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions
|
2017-04-01 19:39:20 +02:00 |
|
Kim Alvefur
|
61d955084f
|
mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck]
|
2017-04-01 19:26:27 +02:00 |
|
Kim Alvefur
|
fbd4f04b73
|
mod_storage_sql: Rename variables to avoid name clashes [luacheck]
|
2017-04-01 19:25:34 +02:00 |
|
Kim Alvefur
|
b33ad7f001
|
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments
|
2017-04-01 19:04:54 +02:00 |
|
Kim Alvefur
|
1113bbdf22
|
mod_storage_sql: Remove compat for argument order change
|
2017-04-01 19:02:27 +02:00 |
|
Kim Alvefur
|
50992abb10
|
Merge 0.10->trunk
|
2017-02-20 01:46:54 +01:00 |
|
Kim Alvefur
|
10bc92f25d
|
mod_storage_sql: Make archive:append() to return the id (or key) as first return value
|
2017-02-20 01:26:03 +01:00 |
|
Kim Alvefur
|
d020c4eab4
|
Merge 0.10->trunk
|
2017-01-24 19:27:17 +01:00 |
|
Kim Alvefur
|
1d99ff3da6
|
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)
|
2017-01-24 19:26:40 +01:00 |
|
Kim Alvefur
|
468d3db1a1
|
Merge 0.10->trunk
|
2017-01-23 19:34:14 +01:00 |
|
Kim Alvefur
|
2a65eae651
|
mod_storage_sql: Ignore shadowed error variable [luacheck]
|
2019-05-28 00:56:30 +02:00 |
|
Kim Alvefur
|
7b63f8d95d
|
mod_storage_sql: Fix to use correct arguments to archive id lookup
|
2019-05-28 00:47:50 +02:00 |
|
Kim Alvefur
|
5a2a81bfe9
|
mod_storage_sql: Correctly return item-not-found error
`return ok, err` comes out as `transaction_ok, ok, err`
|
2019-05-28 00:46:24 +02:00 |
|
Kim Alvefur
|
a770a84306
|
mod_storage_sql: Look up archive IDs in separate queries (fixes #1325)
This is probably not good for performance.
|
2019-03-23 00:51:10 +01:00 |
|
Kim Alvefur
|
48d6fa1aa1
|
Merge 0.11->trunk
|
2019-05-26 19:41:58 +02:00 |
|
Kim Alvefur
|
40040cdfbc
|
mod_storage_sql: Add support for iterating over users in archive stores
|
2019-05-05 16:26:01 +02:00 |
|
Kim Alvefur
|
2a9484a488
|
Merge 0.10->trunk
|
2016-12-02 11:13:05 +01:00 |
|
Kim Alvefur
|
738528509c
|
mod_storage_sql: Normalize parameters for upgrade command
|
2016-12-01 10:02:57 +01:00 |
|
Kim Alvefur
|
d0df7de379
|
mod_storage_sql: List available commands if no commands given (currenly only one available)
|
2016-12-01 10:02:26 +01:00 |
|
Kim Alvefur
|
f1ce52f17d
|
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)
|
2016-12-01 10:02:01 +01:00 |
|
Kim Alvefur
|
0176e27050
|
mod_storage_sql: Include missing parameter table key 'port'
|
2016-12-01 03:22:42 +01:00 |
|
Kim Alvefur
|
011ee227bb
|
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)
|
2016-11-29 08:20:42 +01:00 |
|
Kim Alvefur
|
b89b681cd2
|
mod_storage_sql: Use is_stanza() from util.stanza
|
2016-11-28 07:30:39 +01:00 |
|
Kim Alvefur
|
ad82f3f080
|
mod_storage_sql: Return number of affected items from archive:delete
|
2016-11-22 18:13:21 +01:00 |
|
Emmanuel Gil Peyrot
|
c6048a7cb4
|
Update every link to the documentation to use HTTPS
|
2016-04-16 21:08:05 +01:00 |
|
Kim Alvefur
|
c42992594d
|
mod_storage_sql: Make sure all serialization errors are propagated
|
2016-03-21 09:33:12 +01:00 |
|
Kim Alvefur
|
144597d16b
|
mod_storage_sql: Allow loops over results to end on their own
|
2016-03-13 17:43:33 +01:00 |
|
Kim Alvefur
|
9df91659b9
|
mod_storage_sql: Add LIMIT clause to queries where only a single row is expected
|
2016-03-13 17:42:22 +01:00 |
|
Kim Alvefur
|
7ebc652e1d
|
mod_storage_sql: Treat non-existent archive IDs as beyound the end of the archive (fixes #624) (tested on sqlite3 only)
|
2016-02-22 15:23:27 +01:00 |
|
Kim Alvefur
|
b3b5222557
|
mod_storage_sql: Remove debug logging of archive queries
|
2016-02-21 19:29:00 +01:00 |
|
Kim Alvefur
|
8dab3d4fad
|
mod_storage_sql: Lower message about new engine creation to debug level
|
2016-02-21 19:01:26 +01:00 |
|
Kim Alvefur
|
c9d425731d
|
mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576)
|
2016-02-21 14:53:19 +01:00 |
|
Kim Alvefur
|
1da9cde6ae
|
mod_storage_sql: Fix setting value to false in map store
|
2016-02-19 19:22:18 +01:00 |
|
Kim Alvefur
|
f856a201b7
|
mod_storage_sql: Silence some harmless luacheck warnings
|
2016-02-09 17:24:04 +01:00 |
|