Set the correct pragmas on the connection.
# File lib/sequel/adapters/swift/sqlite.rb, line 28 def connect(opts) c = super connection_pragmas.each{|s| log_connection_yield(s, c){c.execute(s)}} c end
# File lib/sequel/adapters/swift/sqlite.rb, line 23 def database_error_regexps DATABASE_ERROR_REGEXPS end