Link all SQL generators in MVCActiveRecord

This commit is contained in:
Daniele Teti 2024-10-16 08:00:05 +02:00
parent 179a50dcda
commit a37e466d66

View File

@ -964,7 +964,16 @@ uses
MVCFramework.Nullables,
MVCFramework.RTTI.Utils,
FireDAC.Stan.Option,
Data.FmtBcd, System.Variants, System.Math;
Data.FmtBcd,
System.Variants,
System.Math,
{link all sql generators}
MVCFramework.SQLGenerators.PostgreSQL,
MVCFramework.SQLGenerators.Firebird,
MVCFramework.SQLGenerators.Sqlite,
MVCFramework.SQLGenerators.MySQL,
MVCFramework.SQLGenerators.MSSQL,
MVCFramework.SQLGenerators.Interbase;
var
gCtx: TRttiContext;