log plugins/mod_storage_sql2.lua @ 6756:2e75b94e3a1e

age author description
Tue, 07 Jul 2015 17:41:09 +0100 Matthew Wild mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-line
Tue, 07 Jul 2015 17:40:23 +0100 Matthew Wild mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upgrade is required
Tue, 07 Jul 2015 17:39:56 +0100 Matthew Wild mod_storage_sql2: Rename variable to avoid name clash
Sun, 05 Jul 2015 18:00:05 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 27 Jun 2015 15:59:37 +0200 Kim Alvefur mod_storage_sql2: Validate configuration after normalizing SQLite3 database path (fixes traceback with default config)
Thu, 25 Jun 2015 18:57:43 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 24 Jun 2015 23:25:42 +0100 Matthew Wild Merge with 0.10
Wed, 24 Jun 2015 23:24:32 +0100 Matthew Wild mod_storage_sql2: Break up monolithic code into functions, theoretically no functionality changes.
Wed, 24 Jun 2015 22:56:50 +0100 Matthew Wild mod_storage_sql2: Improve logging when database read fails
Wed, 24 Jun 2015 22:55:41 +0100 Matthew Wild mod_storage_sql2: Some reformatting and variable name improvements
Wed, 24 Jun 2015 22:54:17 +0100 Matthew Wild mod_storage_sql2: Add some comments
Thu, 21 May 2015 22:56:39 +0200 Kim Alvefur Merge 0.10->trunk
Thu, 21 May 2015 12:11:08 +0200 Kim Alvefur mod_storage_sql2: Fix argument compat thing from 41725f3df3cc, it was backwards
Tue, 19 May 2015 23:23:44 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 19 May 2015 18:24:53 +0200 Kim Alvefur mod_storage_sql2: Add a 'caps' table for indicating support for optional features
Tue, 19 May 2015 18:24:09 +0200 Kim Alvefur mod_storage_sql2: Change order of arguments to :append to be the same as return values from :find iterator