Skip to content

Commit

Permalink
Added comment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 25, 2023
1 parent fe963b0 commit 16b06cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/blazer/adapters/sql_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def parameter_binding
# Active Record < 6.1 silently ignores binds with Postgres when prepared statements are disabled
:numeric
elsif sqlite? && prepared_statements?
# Active Record silently ignores binds with SQLite when prepared statements are disabled
:numeric
elsif mysql? && prepared_statements?
# Active Record silently ignores binds with MySQL when prepared statements are disabled
Expand Down

0 comments on commit 16b06cc

Please sign in to comment.