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

Comparing ibx/trunk/runtime/nongui/IBCustomDataSet.pas (file contents):
Revision 316 by tony, Thu Feb 25 11:59:00 2021 UTC vs.
Revision 349 by tony, Mon Oct 18 08:39:40 2021 UTC

# Line 1031 | Line 1031 | const
1031      TIBDateTimeField,   { ftTimestamp }
1032      TFmtBCDField,       { ftFMTBcd }
1033      nil,                { ftFixedWideChar }
1034 <    nil);               { ftWideMemo }
1035 < (*
1036 <    TADTField,          { ftADT }
1037 <    TArrayField,        { ftArray }
1038 <    TReferenceField,    { ftReference }
1039 <    TDataSetField,     { ftDataSet }
1040 <    TBlobField,         { ftOraBlob }
1041 <    TMemoField,         { ftOraClob }
1042 <    TVariantField,      { ftVariant }
1043 <    TInterfaceField,    { ftInterface }
1044 <    TIDispatchField,     { ftIDispatch }
1045 <    TGuidField);        { ftGuid } *)
1034 >    nil                 { ftWideMemo }
1035 > {$IF declared(ftOraTimeStamp)}
1036 >    {These six extra elements were added to the FPC fixes_3_2 branch in Q3 2021}
1037 >    ,
1038 >    nil,                {ftOraTimeStamp}
1039 >    nil,                {ftOraInterval}
1040 >    nil,                {ftLongWord}
1041 >    nil,                {ftShortint}
1042 >    nil,                {ftByte}
1043 >    nil                 {ftExtended}
1044 > {$IFEND}
1045 >    );
1046   (*var
1047    CreateProviderProc: function(DataSet: TIBCustomDataSet): IProvider = nil;*)
1048  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines