Additional:<div><br></div><div>My notes say that it succeeded on ~/quicklisp/dists/quicklisp/software/postmodern-20110619-git and failed on ~/quicklisp/dists/quicklisp/software/postmodern-20110829-git .<br><br>-Luke</div><div>
<br><div class="gmail_quote">On Fri, Feb 10, 2012 at 2:36 PM, Lucas Hope <span dir="ltr"><<a href="mailto:lucas.r.hope@gmail.com">lucas.r.hope@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi there,<div><br></div><div>The following code sample used to work on postmodern-20110219-git (using quicklisp from that period). However it now breaks. I can no longer insert integers as dates or timestamps into tables. Updates don't work either, but the example below uses insert:</div>

<div><br></div><div><div>(ql:quickload "postmodern") ;; quicklisp version released yesterday - postmodern-20111203-git</div><div><br></div><div>(pomo:connect-toplevel "date_test" "snip" "snip" "localhost")</div>

<div><br></div><div>(gethash "integer_datetimes" (pomo::connection-parameters pomo:*database*))</div><div>=> "on"</div><div>=> T</div><div><br></div><div>(pomo:execute "create table date ( value date );")</div>

<div><br></div><div>(pomo:execute "insert into date ( value ) values ( $1 )" "2010-01-01")</div><div><br></div><div>(setf date (pomo:query "select * from date limit 1" :single))</div><div>=> 3471292800</div>

<div><br></div><div>(ignore-errors (pomo:execute "insert into date ( value ) values ( $1 )" date))</div><div>=> NIL</div><div>=> #<CL-POSTGRES-ERROR:INVALID-DATETIME-FORMAT {1004A00391}></div><div><br>

</div><div>(pomo:execute "create table timestamp ( value timestamp );")</div><div><br></div><div>(pomo:execute "insert into timestamp ( value ) values ( $1 )" "2010-01-01")</div><div>1</div>
<div>
1</div><div><br></div><div>(setf timestamp (pomo:query "select * from timestamp limit 1" :single))</div><div>=> 3471292800</div><div><br></div><div>(ignore-errors (pomo:execute "insert into timestamp ( value ) values ( $1 )" timestamp))</div>

<div>=> NIL</div><div>=> #<CL-POSTGRES-ERROR:INVALID-DATETIME-FORMAT {100403F391}></div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div>-- <br>---------------------------------------------------<br>
Dr Lucas Hope - lucas.r.hope@skype<br>
Machine Learning and Software Engineering Consultant<br>Melbourne, Australia<br>
</font></span></div>
</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>