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.
1 parent 06f2d82 commit e5dde5aCopy full SHA for e5dde5a
1 file changed
stdlib/sql_test.go
@@ -1406,6 +1406,8 @@ func TestOptionShouldPing_HookCalledOnReuse(t *testing.T) {
1406
1407
func TestRowsColumnTypeLength(t *testing.T) {
1408
testWithAllQueryExecModes(t, func(t *testing.T, db *sql.DB) {
1409
+ skipCockroachDB(t, db, "Server does not support type")
1410
+
1411
columnTypeLengthTests := []struct {
1412
Len int64
1413
OK bool
0 commit comments