Log

plugins/mod_storage_sql2.lua @ 6746:5e8a8319699d

description author age
mod_storage_sql2: Validate configuration after normalizing SQLite3 database path (fixes traceback with default config) Kim Alvefur Sat, 27 Jun 2015 15:59:37 +0200
Merge 0.10->trunk Kim Alvefur Thu, 25 Jun 2015 18:57:43 +0200
Merge with 0.10 Matthew Wild Wed, 24 Jun 2015 23:25:42 +0100
mod_storage_sql2: Break up monolithic code into functions, theoretically no functionality changes. Matthew Wild Wed, 24 Jun 2015 23:24:32 +0100
mod_storage_sql2: Improve logging when database read fails Matthew Wild Wed, 24 Jun 2015 22:56:50 +0100
mod_storage_sql2: Some reformatting and variable name improvements Matthew Wild Wed, 24 Jun 2015 22:55:41 +0100
mod_storage_sql2: Add some comments Matthew Wild Wed, 24 Jun 2015 22:54:17 +0100
Merge 0.10->trunk Kim Alvefur Thu, 21 May 2015 22:56:39 +0200
mod_storage_sql2: Fix argument compat thing from 41725f3df3cc, it was backwards Kim Alvefur Thu, 21 May 2015 12:11:08 +0200
Merge 0.10->trunk Kim Alvefur Tue, 19 May 2015 23:23:44 +0200
mod_storage_sql2: Add a 'caps' table for indicating support for optional features Kim Alvefur Tue, 19 May 2015 18:24:53 +0200
mod_storage_sql2: Change order of arguments to :append to be the same as return values from :find iterator Kim Alvefur Tue, 19 May 2015 18:24:09 +0200
mod_storage_sql2: Include 'with' field from iterator like some 3rd party archive-capable storage modules Kim Alvefur Tue, 19 May 2015 18:21:23 +0200
Merge 0.10 -> trunk Waqas Hussain Tue, 16 Dec 2014 18:33:54 -0500
mod_storage_sql2, util.sql: Set character encoding on every connect Kim Alvefur Thu, 11 Dec 2014 09:18:39 +0100
mod_storage_sql2: DELETE then INSERT in map stores Kim Alvefur Tue, 12 Aug 2014 11:38:12 +0200
plugins/mod_storage_sql2: Return correct arguments from map_store operations daurnimator Thu, 07 Aug 2014 18:34:51 -0400
plugins/mod_storage_sql2: Add map store support daurnimator Thu, 07 Aug 2014 12:16:16 -0400
mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks daurnimator) Kim Alvefur Fri, 20 Jun 2014 16:16:33 +0200
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths Kim Alvefur Fri, 09 May 2014 19:35:29 +0200
mod_storage_sql2: Build counter query without ORDER BY clause Kim Alvefur Tue, 08 Apr 2014 19:23:11 +0200
mod_storage_sql2: archive:delete() with username = true deletes for all users Kim Alvefur Sun, 09 Feb 2014 15:12:13 +0100
mod_storage_sql2: Only attempt to delete conflicting items if an ID/key is given Kim Alvefur Tue, 21 Jan 2014 01:51:13 +0100
mod_storage_sql2: Fix another SQL syntax error that slipped trough Kim Alvefur Tue, 21 Jan 2014 00:51:31 +0100
mod_storage_sql2: Fix SQL syntax Kim Alvefur Sat, 18 Jan 2014 19:33:33 +0100
mod_storage_sql2: Fix syntax error in subquery (Thanks Lance) Kim Alvefur Sun, 05 Jan 2014 23:38:34 +0100
mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Conflicting items are removed. Kim Alvefur Wed, 25 Dec 2013 22:37:52 +0100
mod_storage_sql2: Include user, host and store in id lookup Kim Alvefur Wed, 25 Dec 2013 15:28:55 +0100