File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # The tests below verify that no query is executed. AR-JDBC doesn't actually execute
3
+ # the queries, but fails during binding the params, just like AR would. The difference
4
+ # is in logging. AR only logs _after_ the binds are setup, AR-JDBC logs the whole
5
+ # block since everything is done in Java...
6
+ #
7
+ exclude :test_find_with_large_number , 'different order in ARJDBC gives false positive'
8
+ exclude :test_find_by_with_large_number , 'different order in ARJDBC gives false positive'
9
+ exclude :test_find_by_id_with_large_number , 'different order in ARJDBC gives false positive'
Original file line number Diff line number Diff line change
1
+ #
2
+ # The tests below verify that no query is executed. AR-JDBC doesn't actually execute
3
+ # the queries, but fails during binding the params, just like AR would. The difference
4
+ # is in logging. AR only logs _after_ the binds are setup, AR-JDBC logs the whole
5
+ # block since everything is done in Java...
6
+ #
7
+ exclude :test_find_with_large_number , 'different order in ARJDBC gives false positive'
8
+ exclude :test_find_by_with_large_number , 'different order in ARJDBC gives false positive'
9
+ exclude :test_find_by_id_with_large_number , 'different order in ARJDBC gives false positive'
Original file line number Diff line number Diff line change
1
+ #
2
+ # The tests below verify that no query is executed. AR-JDBC doesn't actually execute
3
+ # the queries, but fails during binding the params, just like AR would. The difference
4
+ # is in logging. AR only logs _after_ the binds are setup, AR-JDBC logs the whole
5
+ # block since everything is done in Java...
6
+ #
7
+ exclude :test_find_with_large_number , 'different order in ARJDBC gives false positive'
8
+ exclude :test_find_by_with_large_number , 'different order in ARJDBC gives false positive'
9
+ exclude :test_find_by_id_with_large_number , 'different order in ARJDBC gives false positive'
You can’t perform that action at this time.
0 commit comments