Merge 0.10->trunk
[prosody.git] / plugins / mod_storage_sql2.lua
index e5357416913f6137525780eb4fe734095ea57e7c..a637c9dcbd3de99b492d0c2a2a3433f2d4f49774 100644 (file)
@@ -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();