We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed68ed commit f06a5d2Copy full SHA for f06a5d2
lib/enhanced_sqlite3/adapter.rb
@@ -94,6 +94,7 @@ def configure_connection
94
95
def configure_busy_handler_timeout
96
return unless @config.key?(:timeout)
97
+ return if @config[:client] == "extralite" # extralite doesn't support busy_handler
98
99
timeout = self.class.type_cast_config_to_integer(@config[:timeout])
100
timeout_seconds = timeout.fdiv(1000)
0 commit comments