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

Comparing ibx/trunk/design/IBDBReg.pas (file contents):
Revision 314 by tony, Fri Apr 17 10:26:08 2020 UTC vs.
Revision 315 by tony, Thu Feb 25 11:56:36 2021 UTC

# Line 418 | Line 418 | procedure Register;
418   implementation
419  
420   uses IB, IBQuery, IBStoredProc, IBCustomDataSet, IBMessages,
421 <     IBSQL, IBSQLMonitor, IBDatabaseInfo, IBEvents, IBTypes,
421 >     IBSQL, IBSQLMonitor, IBDatabaseInfo, IBEvents, IBInternals,
422       IBServices, IBXServices, IBDatabaseEdit, IBTransactionEdit,
423       IBBatchMove, IBExtract,LResources, IBSelectSQLEditor,
424       IBModifySQLEditor,IBDeleteSQLEditor,IBRefreshSQLEditor,
# Line 455 | Line 455 | begin
455    end;
456  
457    RegisterNoIcon([TIBStringField, TIBBCDField, TIBMemoField, TIBArrayField,
458 <    TIBSmallintField, TIBIntegerField, TIBLargeIntField]);
458 >    TIBSmallintField, TIBIntegerField, TIBLargeIntField, TIBDateTimeField,
459 >    TIBTimeField]);
460    {$if lcl_fullversion < 01010000}
461    {see http://bugs.freepascal.org/view.php?id=19035 }
462    RegisterNoIcon([TIntegerField]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines