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 286 by tony, Wed Mar 14 12:48:51 2018 UTC vs.
Revision 287 by tony, Thu Apr 11 08:51:23 2019 UTC

# 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