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?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to