[postmodern-devel] Postmodern and Windows

2012-03-13 Thread Daniel Brunner
Hello, I have flipped through the mailing list's archive but did not find a solution: Is Postmodern known to run under Windows? I have several PCs with Windows (XP and 7) where I use Clozure CL but Postmodern is not working. My setup: - Windows XP or Windows 7 (32 Bit) - The database is local (

Re: [postmodern-devel] Postmodern and Windows

2012-03-14 Thread Daniel Brunner
ieb Daniel Brunner: >> Hello, >> >> I have flipped through the mailing list's archive but did not find a >> solution: >> >> Is Postmodern known to run under Windows? > > yes I use it with Lispworks 5+6 on Win XP/7. > > jens > > > >

Parsing for double precision not working yet

2013-11-27 Thread Daniel Brunner
[NB: Marjin, I already posted this issue on Github] Hello! There is a problem with columns with double precision. Test case: --8<-- (pomo:query "create table ftest (value double precision)") (pomo:query "insert into ftest values ($1)" (coerce 100.10 'double-float)) --8<-- This fails with: --8<-