Skip to content

Commit

Permalink
iORM 2 (beta 3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziodm committed Jan 5, 2024
1 parent a01226f commit 11173a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Source/iORM.DB.Connection.pas
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ interface
iORM.DB.Interfaces,
FireDAC.Stan.Def,
FireDAC.Phys.SQLite,
{$IF CompilerVersion >= 34.0}
// Static link for SQLite (from Delphi 10.4 only)
// https://docwiki.embarcadero.com/RADStudio/Sydney/en/New_features_and_customer_reported_issues_fixed_in_RAD_Studio_10.4#FireDAC_SQLite_driver_offers_both_static_and_dynamic_linkage
FireDAC.Phys.SQLiteWrapper.Stat,
{$IFEND}
FireDAC.Phys.FB,
FireDAC.Stan.ExprFuncs,
FireDAC.Stan.Intf,
Expand Down
2 changes: 1 addition & 1 deletion Source/iORM.pas
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface
iORM.ETM.Engine, iORM.ETM.Interfaces, DJSON.Params;

const
IORM_VERSION = 'iORM 2 (beta 3.2)';
IORM_VERSION = 'iORM 2 (beta 3.3)';

{$REGION 'Value aliases to make sure you have to include fewer units (in practice only the iORM unit) in the "uses" part of the units that use iORM'}
// TioTypeOfCollection = (tcSingleObject, tcList);
Expand Down

0 comments on commit 11173a2

Please sign in to comment.