Closed greyson closed 3 years ago
Hi, it looks good. Can you add simple parse tests for the two added syntaxes (just a single trivial test for each one)? Then I will merge it and fix it up for the dialect handling, so no need for any reverting.
Thanks, I added some tests and tweaked it to support schema qualified names for the table name
I just noticed the postgres documentation (section 5.3.2) states that the
NULL
constraint is non-standard. I don't feel confident adding it as a dialect option (yet) but neither do I typically like to rewrite committed history. Would you prefer this be removed byrevert
orrebase
?