log plugins/mod_storage_sql2.lua @ 6846:7eb166fa1f26

age author description
Wed, 08 Jul 2015 15:07:23 +0100 Matthew Wild mod_storage_sql2: Upgrade table if its charset does not match our connection's charset (thanks Zash)
Tue, 07 Jul 2015 17:42:29 +0100 Matthew Wild mod_storage_sql2: Don't upgrade tables without admin intervention
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