Hi Marijn,<div><br></div><div>(ql:quickload "postmodern")</div><div><br></div><div>(find-package :simple-date)</div><div>=> nil</div><div><br></div><div>Alas, not so simple. Previously I'd had problems with simple-date always loading, and I worked around it with:</div>
<div><br></div><div><div>(setf cl-postgres:*sql-readtable* (cl-postgres:default-sql-readtable)))</div></div><div>=>  #<HASH-TABLE :TEST EQL :COUNT 29 {1002EB6821}></div><div><br></div><div>But the erroneous behaviour I reported happens with or without that command.</div>
<div><br></div><div>-Luke</div><div><br><div class="gmail_quote">On Fri, Feb 10, 2012 at 6:47 PM, Marijn Haverbeke <span dir="ltr"><<a href="mailto:marijnh@gmail.com">marijnh@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It could be that simple-date is being accidentally (or intentionally)<br>
loaded. Could you check whether the :simple-date package is present?<br>
That will register handlers for serializing date and time values,<br>
which might cause the behaviour you describe. These two patches might<br>
be to blame:<br>
<br>
<a href="https://github.com/marijnh/Postmodern/commit/f35a1124476d39d651baddbe1ba67917f1149833" target="_blank">https://github.com/marijnh/Postmodern/commit/f35a1124476d39d651baddbe1ba67917f1149833</a><br>
<a href="https://github.com/marijnh/Postmodern/commit/ce1fd7a23b2e523dcc7b3f96fd60b486c5f17117" target="_blank">https://github.com/marijnh/Postmodern/commit/ce1fd7a23b2e523dcc7b3f96fd60b486c5f17117</a><br>
<br>
Best,<br>
Marijn<br>
<br>
_______________________________________________<br>
postmodern-devel mailing list<br>
<a href="mailto:postmodern-devel@common-lisp.net">postmodern-devel@common-lisp.net</a><br>
<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>---------------------------------------------------<br>Dr Lucas Hope - lucas.r.hope@skype<br>Machine Learning and Software Engineering Consultant<br>Melbourne, Australia<br>

</div>