dear lists,<br><br>i've pushed changes into our local-time branch that contains an asdf-system-connection to cl-postgres:<br><br><span style="font-family: courier new,monospace;">darcs pull <a href="http://www.common-lisp.net/project/cl-dwim/darcs/local-time">http://www.common-lisp.net/project/cl-dwim/darcs/local-time</a></span><br style="font-family: courier new,monospace;">
<br>Daniel, if you don't mind the extra dependency then please push it into the official. now it's possible to use postmodern so that it returns local-time values and at the same time does not interfere with other softwares that use its simple-date lib.<br>
<br>the approach is similar to cl's readtables:<br><br><span style="font-family: courier new,monospace;">(defparameter *custom-sql-readtable* (local-time:set-local-time-cl-postgres-readers</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">                                        (cl-postgres:copy-sql-readtable)))</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">(let ((cl-postgres:*sql-readtable* *custom-sql-readtable*))</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  (cl-postgres:exec-prepared ...))</span><br style="font-family: courier new,monospace;">
<br>at the time of writing our postmodern branch contains a few extra patches. Marijn, please take a look at them and push to the official if you have no concerns with it.<br><br><span style="font-family: courier new,monospace;">darcs pull <a href="http://www.common-lisp.net/project/cl-dwim/darcs/postmodern/">http://www.common-lisp.net/project/cl-dwim/darcs/postmodern/</a></span><br style="font-family: courier new,monospace;">
<br>-- <br> attila<br>