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 (
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
>
>
>
>
[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<-