Software /
code /
prosody
Log
util/sql.lua @ 6753:33426c56f5d5
description | author | age |
---|---|---|
util.sql: Call onconnect, provide noop dummy if not set | Kim Alvefur | 2015-07-02 |
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 | 2015-06-03 |
util.sql: Expose db2uri helper function | Matthew Wild | 2015-06-03 |
util.sql: Rename some variable to match conventions | Matthew Wild | 2015-06-03 |
util.sql: Remove unused functions and unused commented code | Matthew Wild | 2015-05-30 |
mod_storage_sql2, util.sql: Set character encoding on every connect | Kim Alvefur | 2014-12-11 |
util.sql: Fix previous commit | Kim Alvefur | 2013-11-12 |