Merge 0.10->trunk
|
Kim Alvefur |
2017-04-12 |
mod_storage_sql: Limit encoding check to current database
|
Kim Alvefur |
2017-04-12 |
mod_storage_sql: Break long lines
|
Kim Alvefur |
2017-04-12 |
mod_storage_sql: Pass charset and collation names via variable binding
|
Kim Alvefur |
2017-04-12 |
mod_storage_sql: Quote some field names
|
Kim Alvefur |
2017-04-12 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-12 |
mod_storage_sql: Raise error if encoding check query fails
|
Kim Alvefur |
2017-04-12 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-10 |
SQL: Use standard quotes for columns and other identifiers, rewrite to grave accents for MySQL only (fixes #885)
|
Kim Alvefur |
2017-04-10 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-02 |
mod_storage_sql: Fix to use correct SQL query (thanks carlos)
|
Kim Alvefur |
2017-04-02 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Remove unused return values (should those actually be used?)
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Ignore name clash [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Split long lines [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Ignore name clash [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Rename variables to avoid name clashes [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments
|
Kim Alvefur |
2017-04-01 |
mod_storage_sql: Remove compat for argument order change
|
Kim Alvefur |
2017-04-01 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-02-20 |
mod_storage_sql: Make archive:append() to return the id (or key) as first return value
|
Kim Alvefur |
2017-02-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-24 |
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)
|
Kim Alvefur |
2017-01-24 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-23 |
mod_storage_sql: Return number of affected items from archive:delete
|
Kim Alvefur |
2016-11-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-02 |
mod_storage_sql: Normalize parameters for upgrade command
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: List available commands if no commands given (currenly only one available)
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Include missing parameter table key 'port'
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)
|
Kim Alvefur |
2016-11-29 |
mod_storage_sql: Use is_stanza() from util.stanza
|
Kim Alvefur |
2016-11-28 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
mod_storage_sql: Make sure all serialization errors are propagated
|
Kim Alvefur |
2016-03-21 |
mod_storage_sql: Allow loops over results to end on their own
|
Kim Alvefur |
2016-03-13 |
mod_storage_sql: Add LIMIT clause to queries where only a single row is expected
|
Kim Alvefur |
2016-03-13 |
mod_storage_sql: Treat non-existent archive IDs as beyound the end of the archive (fixes #624) (tested on sqlite3 only)
|
Kim Alvefur |
2016-02-22 |
mod_storage_sql: Remove debug logging of archive queries
|
Kim Alvefur |
2016-02-21 |
mod_storage_sql: Lower message about new engine creation to debug level
|
Kim Alvefur |
2016-02-21 |
mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576)
|
Kim Alvefur |
2016-02-21 |
mod_storage_sql: Fix setting value to false in map store
|
Kim Alvefur |
2016-02-19 |
mod_storage_sql: Silence some harmless luacheck warnings
|
Kim Alvefur |
2016-02-09 |
mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction
|
Kim Alvefur |
2016-02-09 |
mod_storage_sql: Support non-string keys in map store
|
Kim Alvefur |
2016-02-08 |
mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)
|
Kim Alvefur |
2015-12-15 |
mod_storage_sql: Add map store (backported from trunk)
|
Matthew Wild |
2015-12-03 |
mod_storage_sql: Whitespace fix (backported from trunk)
|
Matthew Wild |
2015-12-03 |
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
|
Matthew Wild |
2015-12-03 |
mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types
|
Kim Alvefur |
2014-06-20 |
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
|
Kim Alvefur |
2014-05-09 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_storage_sql: Return actual error string on commit failure.
|
Waqas Hussain |
2012-11-30 |
mod_storage_sql: Add support for iterating over users with data in a store
|
Kim Alvefur |
2012-09-21 |
Merge 0.9->trunk
|
Matthew Wild |
2012-09-19 |
mod_storage_sql: Remove obsolete comment
|
Matthew Wild |
2012-09-19 |
storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version
|
Kim Alvefur |
2012-09-17 |
mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules.
|
Waqas Hussain |
2012-09-12 |
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().
|
Waqas Hussain |
2012-09-12 |