Results 47 comments of Jake Wheat

You just need to add '~' to the operator table in the parser. Do you want to try it yourself?

Can you try it and see? If it is difficult to do this then I want to try to make it easier, if you can help me.

> What was the original intended purpose for this library? I had some code which was a prototype for an application development system, and it used mainly plpgsql, with a...

abhin4v, can you give some more details on what is lacking in the documentation, maybe I can work on some of this

Yes, I think you are right that it is comprehensive for select statements. But when I originally wrote hssqlppp, I already was trying to parse, insert/update/delete, ddl and create function...

The instances are probably from this line which is using the uuagc syntax: deriving AllNodes: Show,Eq,Typeable,Data (hssqlppp/src/Database/HsSqlPpp/Internals/AstInternal.ag:1382) AllNodes is defined just above this.

I revised the dialect handling and there is no sensible way to start with an empty or 'default' catalog. Can you do the same thing starting with the ansi dialect...

Can you use something like 'diDefaultCatalog postgresDialect' to get the catalog?

I want to leave this bug open because I want to try to improve the documentation to make sure there is a guide about this and some examples.

Yes, I'd like to use a custom error, this would be more morally correct than having two separate errors also. I think I failed to give a good enough example,...