Skip to content

Commit

Permalink
removing useless code. [#5070 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
  • Loading branch information
tenderlove authored and jeremy committed Jul 8, 2010
1 parent 00f1cd7 commit 9ac9c35
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -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?
Expand Down

0 comments on commit 9ac9c35

Please sign in to comment.