aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_storage_sql2.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-12-11 09:18:39 +0100
committerKim Alvefur <zash@zash.se>2014-12-11 09:18:39 +0100
commit655e1cde09f9ffb942f698b3869b1616ef11d70c (patch)
tree5be4e89291fa09d4adf85485d8cf2193d4868c3f /plugins/mod_storage_sql2.lua
parentf361945594fd28aced85bb500332d186f171e7a5 (diff)
downloadprosody-655e1cde09f9ffb942f698b3869b1616ef11d70c.tar.gz
prosody-655e1cde09f9ffb942f698b3869b1616ef11d70c.zip
mod_storage_sql2, util.sql: Set character encoding on every connect
Diffstat (limited to 'plugins/mod_storage_sql2.lua')
-rw-r--r--plugins/mod_storage_sql2.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mod_storage_sql2.lua b/plugins/mod_storage_sql2.lua
index 0531c905..d5e0494f 100644
--- a/plugins/mod_storage_sql2.lua
+++ b/plugins/mod_storage_sql2.lua
@@ -113,8 +113,6 @@ do -- process options to get a db connection
--local dburi = db2uri(params);
engine = mod_sql:create_engine(params);
- engine:set_encoding();
-
if module:get_option("sql_manage_tables", true) then
-- Automatically create table, ignore failure (table probably already exists)
create_table();