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.
2 parents 6dcc1b7 + c96d91d commit ab38770Copy full SHA for ab38770
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