提交 9ac9c351 编写于 作者: A Aaron Patterson 提交者: Jeremy Kemper

removing useless code. [#5070 state:resolved]

Signed-off-by: NJeremy Kemper <jeremy@bitsweat.net>
上级 00f1cd71
......@@ -16,8 +16,7 @@ def self.sqlite3_connection(config) # :nodoc:
db = SQLite3::Database.new(
config[:database],
:results_as_hash => true,
:type_translation => false
:results_as_hash => true
)
db.busy_timeout(config[:timeout]) unless config[:timeout].nil?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册