prosody
log
graph
tags
bookmarks
branches
9f2b1e0bba90
browse
changeset
util/sql.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util/sql.lua @ 6764:
9f2b1e0bba90
less
more
|
(0)
-10
-8
tip
description
author
age
util.sql: Log debug message when connecting to database
Matthew Wild
Wed, 08 Jul 2015 15:15:32 +0100
util.sql: Make set_encoding() return failure of SET NAMES
Matthew Wild
Wed, 08 Jul 2015 15:14:24 +0100
util.sql: Return failure if set_encoding() fails
Matthew Wild
Wed, 08 Jul 2015 15:10:25 +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
util.sql: Call onconnect, provide noop dummy if not set
Kim Alvefur
Thu, 02 Jul 2015 22:32:44 +0200
util.sql: Remove built-in engine caching. This is the wrong layer to do this, and unintentionally sharing connections could cause problems (e.g. when interleaving multiple queries and result fetching)
Matthew Wild
Wed, 03 Jun 2015 15:57:46 +0100
less
more
|
(0)
-10
-8
tip