Re: Recordset: make test error with latest Postgres

2003-07-02 Thread Robert
Gerald Richter wrote: Recordset make test fails with Postgres 7.3 on 'select multiple fields 2', error log attached. It used to work before, it seems Postgres' type convertion rules are more restrictive... In error log Recordset says 'bind_types=1 4' and then Postgres complaints about atoi - new

Re: Recordset: make test error with latest Postgres

2003-07-01 Thread Gerald Richter
> > Recordset make test fails with Postgres 7.3 on 'select multiple fields > 2', error log attached. It used to work before, it seems Postgres' type > convertion rules are more restrictive... In error log Recordset says > 'bind_types=1 4' and then Postgres complaints about atoi - new version > o

Recordset: make test error with latest Postgres

2003-06-30 Thread Robert
Hi, Recordset make test fails with Postgres 7.3 on 'select multiple fields 2', error log attached. It used to work before, it seems Postgres' type convertion rules are more restrictive... In error log Recordset says 'bind_types=1 4' and then Postgres complaints about atoi - new version of Po