Jake Wheat
Jake Wheat
What I'd like to do is adapt the context example from the Megaparsec tutorial, and add offsets to the context entries. Then I can use a custom pretty printer no...
`CURRENT_TIMESTAMP` should not be a keyword for this to parse. It's a different issue: These both parse with the default dialect: `created_at DATETIME default CURRENT_TIMESTAMP` `created_at DATETIME DEFAULT CURRENT_TIMESTAMP NOT...
> I think for generality it should be included in the same type with the other constraints Yes, I agree this is a sensible way to support it, and the...
> I guess I should change the Maybe DefaultClause to a list instead This is a problem supporting SQL, you end up with a very general AST which is less...
Sorry for the delay, I'll try to check and merge the pull request soon. > I'll have a think about the syntax types for columns without types I thought about...
Thanks for the report. I've done a little bit of looking into this. The following two statements are valid in Postgres (I think at least the first one is ANSI...
I made a new release, can you confirm if it solves your issue?