diff options
author | Waqas Hussain <waqas20@gmail.com> | 2014-12-16 18:33:54 -0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2014-12-16 18:33:54 -0500 |
commit | f32bdb004946ee50088eb8bb0a69f244cb2a835b (patch) | |
tree | dcafd2057d83c1a967fe5381adba1478d7e22001 /plugins/mod_storage_sql2.lua | |
parent | b690efb23ea66e96d671fc263aea71413188394f (diff) | |
parent | 72b502bed309c90247cf578caf86791ad251b949 (diff) | |
download | prosody-f32bdb004946ee50088eb8bb0a69f244cb2a835b.tar.gz prosody-f32bdb004946ee50088eb8bb0a69f244cb2a835b.zip |
Merge 0.10 -> trunk
Diffstat (limited to 'plugins/mod_storage_sql2.lua')
-rw-r--r-- | plugins/mod_storage_sql2.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mod_storage_sql2.lua b/plugins/mod_storage_sql2.lua index e5357416..a637c9dc 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(); |