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><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>
</div>