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

Comparing ibx/branches/journaling/runtime/nongui/IBDataOutput.pas (file contents):
Revision 362 by tony, Tue Dec 7 13:27:39 2021 UTC vs.
Revision 363 by tony, Tue Dec 7 13:30:05 2021 UTC

# Line 399 | Line 399 | begin
399            if ar = nil then
400              s += 'NULL'
401            else
402 <            s += TSQLXMLReader.FormatArray(Database,ar);
402 >            s += TSQLXMLReader.FormatArray(ar);
403          end;
404  
405        SQL_TEXT, SQL_VARYING:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines