2 Feb
2009
2 Feb
'09
11:29 a.m.
Thanks, it works! 2009/2/2 Marijn Haverbeke <marijnh@gmail.com>:
I think (remhash 1114 cl-postgres:*sql-readtable*) is what you want -- where 1114 is the OID of the timestamp type. Cl-postgres registers a binary interpreter for that type by default, since that makes it easier to stuff these values into custom datatypes (see set-sql-datetime-readers). Unregistering that interpreter-function will make it retrieve the values as strings.
Best, Marijn
_______________________________________________ postmodern-devel mailing list postmodern-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
-- Timur Sufiev