Skip to content

Commit 8892874

Browse files
committed
No longer configure connection on init so connection is deferred
1 parent 9e35025 commit 8892874

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/arjdbc/sqlite3/adapter.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def dealloc(stmt)
9393
def initialize(config)
9494
@memory_database = config[:database] == ":memory:"
9595
super
96-
configure_connection
9796
end
9897

9998
def self.database_exists?(config)

0 commit comments

Comments
 (0)