[fpc-devel] TField.IsNull for Interbase (or rather Firebird :) implemented

2005-03-16 Thread Michalis Kamburelis
Hi I managed to implement correct TField.IsNull behaviour for fields inside TIBQuery dataset. I'm attaching: -- patch to packages/base/ibase/ibase60types.inc, this fixes a small bug in ibase60 unit that defined Short as Integer (= 32 bits, since ibase60 unit is compiled in objfpc mode), while i

Re: [fpc-devel] TField.IsNull for Interbase (or rather Firebird :) implemented

2005-03-17 Thread Michael Van Canneyt
On Thu, 17 Mar 2005, Michalis Kamburelis wrote: Hi I managed to implement correct TField.IsNull behaviour for fields inside TIBQuery dataset. I'm attaching: -- patch to packages/base/ibase/ibase60types.inc, this fixes a small bug in ibase60 unit that defined Short as Integer (= 32 bits, since i

Re: [fpc-devel] TField.IsNull for Interbase (or rather Firebird :) implemented

2005-03-17 Thread Joost van der Sluis
> I managed to implement correct TField.IsNull behaviour for fields inside > TIBQuery dataset. I'm attaching: Good work. But I want to mention that the sqldb-TSQLQuery firebird component is a simple copy of TIBQuery, but in that one the .IsNull was already implemented. I could had backported tha

Re: [fpc-devel] TField.IsNull for Interbase (or rather Firebird :) implemented

2005-03-17 Thread Michalis Kamburelis
Joost van der Sluis wrote: I managed to implement correct TField.IsNull behaviour for fields inside TIBQuery dataset. I'm attaching: Good work. But I want to mention that the sqldb-TSQLQuery firebird component is a simple copy of TIBQuery, but in that one the .IsNull was already implemented. I co