[jOOQ/jOOQ#12848] Support parsing HSQLDB's inline FOREIGN KEY syntax
This commit is contained in:
parent
b8ab96b296
commit
9f20a54274
@ -4715,7 +4715,7 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (parseKeywordIf("REFERENCES")) {
|
||||
if (parseKeywordIf("FOREIGN KEY REFERENCES", "REFERENCES")) {
|
||||
constraints.add(parseForeignKeyReferenceSpecification(inlineConstraint, new Field[] { field(fieldName) }));
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user