Software /
code /
prosody
Log
description | author | age |
---|---|---|
util.sql: Use appropriate collation for the chosen character set - fixes MySQL silently ignoring our SET NAMES command when we use utf8mb4 | Matthew Wild | Wed, 08 Jul 2015 15:06:20 +0100 |
util.sql: Create table with same charset as the charset we selected for our connection, also use corresponding _bin collation | Matthew Wild | Wed, 08 Jul 2015 15:04:23 +0100 |
util.sql: Allow onconnect callback to fail connection to the DB by returning false, err | Matthew Wild | Tue, 07 Jul 2015 17:43:14 +0100 |
mod_storage_sql2: Don't upgrade tables without admin intervention | Matthew Wild | Tue, 07 Jul 2015 17:42:29 +0100 |
mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-line | Matthew Wild | Tue, 07 Jul 2015 17:41:09 +0100 |
mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upgrade is required | Matthew Wild | Tue, 07 Jul 2015 17:40:23 +0100 |