[jOOQ/jOOQ#13411] CockroachDB uses the NOT VISIBLE keywords
This commit is contained in:
parent
571d4e28da
commit
9eded931ee
@ -4925,7 +4925,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
else if (parseKeywordIf("VISIBLE")) {
|
||||
continue;
|
||||
}
|
||||
else if (parseKeywordIf("HIDDEN", "INVISIBLE")) {
|
||||
else if (parseKeywordIf("HIDDEN", "NOT VISIBLE", "INVISIBLE")) {
|
||||
type = type.hidden(true);
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user