log plugins/mod_storage_sql2.lua @ 5968:e1e9f1411442

age author description
Wed, 25 Dec 2013 15:28:55 +0100 Kim Alvefur mod_storage_sql2: Include user, host and store in id lookup
Mon, 11 Nov 2013 23:15:26 +0100 Kim Alvefur mod_storage_sql2: Auto increment columns won't be NULL, so drop nullable=false
Thu, 07 Nov 2013 17:18:20 +0100 Kim Alvefur mod_storage_sql2: Fix backwards comparison of timestamp
Thu, 31 Oct 2013 00:53:59 +0100 Kim Alvefur mod_storage_sql2: Switch to the util.sql table definition for the main table
Wed, 30 Oct 2013 22:37:07 +0100 Kim Alvefur mod_storage_sql2: The prosodyarchive_index should be unique
Wed, 30 Oct 2013 22:27:22 +0100 Kim Alvefur mod_storage_sql2: Use primary_key and auto_increment flags instead of baking that into the type
Wed, 30 Oct 2013 14:33:15 +0100 Kim Alvefur mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL)
Mon, 28 Oct 2013 22:08:46 +0100 Kim Alvefur mod_storage_sql2: Move checking of the sql_manage_tables option so it also includes table upgrades (again)