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