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 6ef89ca commit c6a636bCopy full SHA for c6a636b
lib/arjdbc/sqlite3/adapter.rb
@@ -741,6 +741,12 @@ def initialize(...)
741
742
conn_params = @config.compact
743
744
+ # NOTE: strict strings is not supported by the jdbc driver yet,
745
+ # hope it will supported soon, I open a issue in their repository.
746
+ # https://github.com/xerial/sqlite-jdbc/issues/1153
747
+ #
748
+ # @config[:strict] = ConnectionAdapters::SQLite3Adapter.strict_strings_by_default unless @config.key?(:strict)
749
+
750
@connection_parameters = conn_params
751
end
752
0 commit comments