You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE child_table (child_column INT) INHERITS (parent_table);: ParserError("Expected: end of statement, found: INHERITS")
I will try to add support for this operation in a PR when I get the time, unless you tell me that for some reason you do not intend to support this syntax.
Best,
Luca
The text was updated successfully, but these errors were encountered:
Hi all,
It looks like
sqlparser
does not currently support theINHERITS
operation.as I get the following error:
I will try to add support for this operation in a PR when I get the time, unless you tell me that for some reason you do not intend to support this syntax.
Best,
Luca
The text was updated successfully, but these errors were encountered: