Skip to content

Commit

Permalink
No longer configure connection on init so connection is deferred
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubya committed Nov 19, 2023
1 parent 9e35025 commit 8892874
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/arjdbc/sqlite3/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def dealloc(stmt)
def initialize(config)
@memory_database = config[:database] == ":memory:"
super
configure_connection
end

def self.database_exists?(config)
Expand Down

0 comments on commit 8892874

Please sign in to comment.