Re: [fpc-devel] [patch] minor changes to fcl-db codegen unit fpccgtiopf.pp

2008-07-17 Thread Michael Van Canneyt
On Thu, 17 Jul 2008, Graeme Geldenhuys wrote: > This needs to be applied from the trunk directory. All very minor changes... > > Changes include > > * Minor classname adjustment > * Query.SQL.Text ---> Query.SQLText otherwise the setter method is > bypassed, which could contain custom code

[fpc-devel] [patch] minor changes to fcl-db codegen unit fpccgtiopf.pp

2008-07-17 Thread Graeme Geldenhuys
This needs to be applied from the trunk directory. All very minor changes... Changes include * Minor classname adjustment * Query.SQL.Text ---> Query.SQLText otherwise the setter method is bypassed, which could contain custom code. * uses clause cleanup Regards, - Graeme - __