Commit 332af64
Skip TestConnQuerySanitizeSQLWithDollarQuotesStrings on CockroachDB
The test creates a canary table inside a transaction and relies on
rollback to remove it. CockroachDB auto commits DDL, so the table
survives the rollback and every subsequent run of the suite fails with
"relation canary already exists". Skip it there, matching the other DDL
in transaction tests.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent cc2ebd9 commit 332af64
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2256 | 2256 | | |
2257 | 2257 | | |
2258 | 2258 | | |
| 2259 | + | |
2259 | 2260 | | |
2260 | 2261 | | |
2261 | 2262 | | |
| |||
0 commit comments