Skip to content

Commit a37e466

Browse files
committed
Link all SQL generators in MVCActiveRecord
1 parent 179a50d commit a37e466

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sources/MVCFramework.ActiveRecord.pas

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,16 @@ implementation
964964
MVCFramework.Nullables,
965965
MVCFramework.RTTI.Utils,
966966
FireDAC.Stan.Option,
967-
Data.FmtBcd, System.Variants, System.Math;
967+
Data.FmtBcd,
968+
System.Variants,
969+
System.Math,
970+
{link all sql generators}
971+
MVCFramework.SQLGenerators.PostgreSQL,
972+
MVCFramework.SQLGenerators.Firebird,
973+
MVCFramework.SQLGenerators.Sqlite,
974+
MVCFramework.SQLGenerators.MySQL,
975+
MVCFramework.SQLGenerators.MSSQL,
976+
MVCFramework.SQLGenerators.Interbase;
968977

969978
var
970979
gCtx: TRttiContext;

0 commit comments

Comments
 (0)