Uh oh!
There was an error while loading. Please reload this page.
Support arbitrary WITH options for CREATE [TABLE|VIEW] - #74
Conversation
Pull Request Test Coverage Report for Build 273
💛 - Coveralls |
nickolay
commented
May 30, 2019
I'd like to share a few thoughts on this, even though I don't have specific suggestions at this time:
Some links to documentation (apparently these options can appear in other contexts, this is just a sample): |
nickolay
commented
Jun 2, 2019
One thing I'd like to request is that you put a realistic SQL in the testcase (possibly moving it to a dialect-specific suite); the extensions can be implemented in a follow-up. My idea with |
9922cc5 to
e9cdc81CompareBoth Postgres and MSSQL accept this syntax, though the particular options they accept differ.
benesch
commented
Jun 3, 2019
Ok, added a more realistic test case to the Postgres dialect. Thanks for the review! |
nickolay
commented
Jun 3, 2019
Thanks! Given that you kept |
benesch
commented
Jun 4, 2019
We do, yeah—but I think we'd be happy to declare that we are most closely aligned with the Postgres dialect, and ask for that dialect when we parse. I.e., you should definitely feel free to delete the general test case, or move it to the Postgres-specific test case. |
Both Postgres and MSSQL accept this syntax, though the particular
options they accept differ.