Software /
code /
prosody
Log
plugins/mod_storage_sql2.lua @ 5892:319ccceb1302
description | author | age |
---|---|---|
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 |
mod_storage_sql2, util.sql: Move code for setting encoding to util.sql | Kim Alvefur | Mon, 28 Oct 2013 22:07:16 +0100 |
mod_storage_sql2: Move all schema upgrade code to the same place | Kim Alvefur | Mon, 28 Oct 2013 21:37:30 +0100 |
mod_storage_sql2: Split up setting of encoding and table upgrade code | Kim Alvefur | Mon, 28 Oct 2013 21:34:55 +0100 |
mod_storage_sql2: Add method for deleting items from archives with same syntax as :find() | Kim Alvefur | Sat, 28 Sep 2013 22:04:04 +0200 |