Software /
code /
prosody
Log
description | author | age |
---|---|---|
mod_storage_sql2: Upgrade table if its charset does not match our connection's charset (thanks Zash) | Matthew Wild | Wed, 08 Jul 2015 15:07:23 +0100 |
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 |