| Tue, 08 Apr 2014 19:23:11 +0200 |
Kim Alvefur |
mod_storage_sql2: Build counter query without ORDER BY clause
|
| Sun, 09 Feb 2014 15:12:13 +0100 |
Kim Alvefur |
mod_storage_sql2: archive:delete() with username = true deletes for all users
|
| Tue, 21 Jan 2014 01:51:13 +0100 |
Kim Alvefur |
mod_storage_sql2: Only attempt to delete conflicting items if an ID/key is given
|
| Tue, 21 Jan 2014 00:51:31 +0100 |
Kim Alvefur |
mod_storage_sql2: Fix another SQL syntax error that slipped trough
|
| Sat, 18 Jan 2014 19:33:33 +0100 |
Kim Alvefur |
mod_storage_sql2: Fix SQL syntax
|
| Sun, 05 Jan 2014 23:38:34 +0100 |
Kim Alvefur |
mod_storage_sql2: Fix syntax error in subquery (Thanks Lance)
|
| Wed, 25 Dec 2013 22:37:52 +0100 |
Kim Alvefur |
mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Conflicting items are removed.
|
| 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)
|