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

Comparing ibx/trunk/runtime/IBDataOutput.pas (file contents):
Revision 59 by tony, Thu Feb 2 16:20:12 2017 UTC vs.
Revision 60 by tony, Mon Mar 27 15:21:02 2017 UTC

# Line 369 | Line 369 | begin
369            if ar = nil then
370              s += 'NULL'
371            else
372 <            s += TIBXMLProcessor.FormatArray(ar);
372 >            s += TIBXMLProcessor.FormatArray(Database,ar);
373          end;
374  
375        SQL_TEXT, SQL_VARYING:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines