File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
test/excludes/ActiveRecord/ConnectionAdapters Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424
2525# NOTE: The expression `do $$ BEGIN RAISE WARNING 'foo'; END; $$` works with PG, not CRDB.
2626plpgsql_needed = "PL-PGSQL differs in CockroachDB. Not tested yet. See #339"
27- exclude :test_ignores_warnings_when_behaviour_ignore , plpgsql_needed
28- exclude :test_logs_warnings_when_behaviour_log , plpgsql_needed
29- exclude :test_raises_warnings_when_behaviour_raise , plpgsql_needed
30- exclude :test_reports_when_behaviour_report , plpgsql_needed
31- exclude :test_warnings_behaviour_can_be_customized_with_a_proc , plpgsql_needed
27+ exclude :test_ignores_warnings_when_behavior_ignore , plpgsql_needed
28+ exclude :test_logs_warnings_when_behavior_log , plpgsql_needed
29+ exclude :test_raises_warnings_when_behavior_raise , plpgsql_needed
30+ exclude :test_reports_when_behavior_report , plpgsql_needed
31+ exclude :test_warnings_behavior_can_be_customized_with_a_proc , plpgsql_needed
3232exclude :test_allowlist_of_warnings_to_ignore , plpgsql_needed
3333exclude :test_allowlist_of_warning_codes_to_ignore , plpgsql_needed
3434
You can’t perform that action at this time.
0 commit comments