[fpc-pascal] Re: PostgreSQL 8.4 Ubuntu 10.10 x64

2010-10-22 Thread Martin Schreiber
Andrew Brunner wrote: 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

Re: [fpc-pascal] Re: PostgreSQL 8.4 Ubuntu 10.10 x64

2010-10-22 Thread Michael Van Canneyt
On Fri, 22 Oct 2010, Martin Schreiber wrote: Andrew Brunner wrote: 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

Re: [fpc-pascal] Re: PostgreSQL 8.4 Ubuntu 10.10 x64

2010-10-22 Thread Jonas Maebe
On 22 Oct 2010, at 11:21, Michael Van Canneyt wrote: On Fri, 22 Oct 2010, Martin Schreiber wrote: Andrew Brunner wrote: The problem is in TypeStrings, ftLargeInt should return 'bigint' instead of 'int'. Fixed in MSEide+MSEgui trunk 4028. http://developer.berlios.de/svn/?group_id=11520

Re: [fpc-pascal] Re: PostgreSQL 8.4 Ubuntu 10.10 x64

2010-10-22 Thread Michael Van Canneyt
On Fri, 22 Oct 2010, Jonas Maebe wrote: On 22 Oct 2010, at 11:21, Michael Van Canneyt wrote: On Fri, 22 Oct 2010, Martin Schreiber wrote: Andrew Brunner wrote: The problem is in TypeStrings, ftLargeInt should return 'bigint' instead of 'int'. Fixed in MSEide+MSEgui trunk 4028.

Re: [fpc-pascal] Re: PostgreSQL 8.4 Ubuntu 10.10 x64

2010-10-22 Thread Andrew Brunner
On Fri, Oct 22, 2010 at 2:44 AM, Martin Schreiber mse00...@gmail.com wrote: The problem is in TypeStrings, ftLargeInt should return 'bigint' instead of 'int'. Fixed in MSEide+MSEgui trunk 4028. http://developer.berlios.de/svn/?group_id=11520 Thanks Martin! Interresting, MSEgui is used in