Re: [PATCH] expressions, metaclasses, generic-postgresql

Vladimir Sekissov <[email protected]> Thu, 01 Dec 2005 16:36:34 +0500 (YEKT)
Newsgroups gmane.lisp.clsql.devel
Message-ID <[email protected]>
Good day,

kevin> On my system, with your patches :FDML/SELECT/26, :SYNTAX/IDENT/5 fail
kevin> for the postgresql/postgresql-odbc backends.

Yes, sorry, I was wrong. I thought that correct syntax for aliases is:

[select [alias attr-name] :from [table-name "alias"]]

but according to tests it is:

[select ["alias" attr-name] :from [table-name "alias"]]

But remained two patches are correct. I've tested them.

Best Regards,
Vladimir Sekissov