ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBQuery.pas
(Generate patch)

Comparing ibx/trunk/runtime/IBQuery.pas (file contents):
Revision 22 by tony, Thu Feb 26 10:33:34 2015 UTC vs.
Revision 23 by tony, Fri Mar 13 10:26:52 2015 UTC

# Line 110 | Line 110 | type
110  
111    published
112      property Active;
113 +    property AutoCommit;
114      property BufferChunks;
115      property CachedUpdates;
116      property DataSource read GetDataSource write SetDataSource;
# Line 415 | Line 416 | begin
416          end;
417          ftString:
418            SQLParam.AsString := Params[i].AsString;
419 <        ftBoolean, ftSmallint, ftWord:
419 >        ftBoolean:
420 >          SQLParam.AsBoolean := Params[i].AsBoolean;
421 >        ftSmallint, ftWord:
422            SQLParam.AsShort := Params[i].AsSmallInt;
423          ftInteger:
424            SQLParam.AsLong := Params[i].AsInteger;
# Line 541 | Line 544 | begin
544   end;
545   *)
546   end.
547 <
547 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines