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 6dcc1b7 commit c96d91dCopy full SHA for c96d91d
test/cases/coerced_tests.rb
@@ -222,6 +222,7 @@ def test_binds_are_logged_coerced
222
# SQL Server adapter does not use a statement cache as query plans are already reused using `EXEC sp_executesql`.
223
coerce_tests! :test_statement_cache
224
coerce_tests! :test_statement_cache_with_query_cache
225
+ coerce_tests! :test_statement_cache_with_find
226
coerce_tests! :test_statement_cache_with_find_by
227
coerce_tests! :test_statement_cache_with_in_clause
228
coerce_tests! :test_statement_cache_with_sql_string_literal
0 commit comments