Hey list,
I've just released version 1.11 of Postmodern. Mostly bug-fixes, but one feature to be careful with is the new auto-escaping: If you were using 'true and 'false in your queries for boolean values, they will now be escaped and not be read as boolean values at all, so use T and NIL instead. See http://common-lisp.net/project/postmodern for a slightly more detailed release description and, as always, the darcsweb for the definite word on what happened.
Regards, Marijn
On Tue, Apr 1, 2008 at 5:13 PM, Sven Van Caekenberghe scaekenberghe@common-lisp.net wrote:
Marijn,
On 01 Apr 2008, at 15:47, Marijn Haverbeke wrote:
Hey Sven,
POSTMODERN 45 > (execute "set time zone gmt") CL-POSTGRES: set time zone gmt Error: Postgresql protocol error: Unexpected message received: S
Oops - this was a case in the pg client/server protocol that I was not handling correctly. I've pushed a patch which should solve the problem.
Cheers, Marijn
Pulling from "http://common-lisp.net/project/postmodern/darcs/postmodern"...
Tue Apr 1 15:39:53 CEST 2008 marijnh@gmail.com
- handle ParameterStatus messages when reading in query results
And it works for me now! Thanks a lot for the fast response.
Regards,
Sven
postmodern-devel mailing list postmodern-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
postmodern-devel@common-lisp.net