Skip range test for cockroachdb.
This commit is contained in:
parent
43fc77ba99
commit
4094029bfb
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ WHERE sample_ranges.date_range @> $36::date;
|
|||
}
|
||||
|
||||
func TestRangeSelectColumnsFromSubQuery(t *testing.T) {
|
||||
skipForCockroachDB(t)
|
||||
|
||||
subQuery := SELECT(
|
||||
SampleRanges.AllColumns,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue