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

Comparing ibx/trunk/runtime/nongui/IBUpdate.pas (file contents):
Revision 209 by tony, Wed Mar 14 12:48:51 2018 UTC vs.
Revision 291 by tony, Fri Apr 17 10:26:08 2020 UTC

# Line 31 | Line 31 | unit IBUpdate;
31   interface
32  
33   uses
34 <  Classes, SysUtils, IBCustomDataSet, DB, IB, IBDatabase, IBExternals, FBMessages;
34 >  Classes, SysUtils, IBCustomDataSet, DB, IB, IBDatabase, IBExternals, IBMessages;
35  
36   type
37  
# Line 88 | Line 88 | type
88      function getSQLParam(index: integer): ISQLParam;
89      function ByName(Idx: AnsiString): ISQLParam ;
90      function GetModified: Boolean;
91 +    function GetHasCaseSensitiveParams: Boolean;
92    end;
93  
94    { TParamIntf }
# Line 488 | Line 489 | begin
489    Result := FModified;
490   end;
491  
492 + function TParamListIntf.GetHasCaseSensitiveParams: Boolean;
493 + begin
494 +  Result := false;
495 + end;
496 +
497   { TIBUpdate }
498  
499   function TIBUpdate.GetSQL(UpdateKind: TUpdateKind): TStrings;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines