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

Comparing ibx/trunk/runtime/nongui/IBStoredProc.pas (file contents):
Revision 344 by tony, Sat Jul 18 10:26:30 2020 UTC vs.
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC

# Line 231 | Line 231 | var Params: TStringList;
231    function FormatProcName(Dialect: Integer; Value: String): String;
232    begin
233      Value := Trim(Value);
234 <    if (Dialect = 1) or IsSQLIdentifier(Value) then
234 >    if Dialect = 1 then
235         Result := AnsiUpperCase(Value)
236      else
237        Result := SQLSafeString(Value);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines