[fpc-pascal] PostgreSQL 8.4 Ubuntu 10.10 x64
Andrew Brunner
andrew.t.brunner at gmail.com
Thu Oct 21 17:17:25 CEST 2010
I've got a problem with the PostgreSQL component. I've got an insert
statement with int64 values. The prepare command goes through but the
server denies the entire packet with the string value of the int64 is
too large for integer type error.
The fields were all declared as bigint and the parameter binding
happened as LargeInt. This worked on MySQL but I'm sure everything is
working on my end. Anyone have problems with using Int64 types and
insert?
Report as bug?
More information about the fpc-pascal
mailing list