We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179a50d commit a37e466Copy full SHA for a37e466
sources/MVCFramework.ActiveRecord.pas
@@ -964,7 +964,16 @@ implementation
964
MVCFramework.Nullables,
965
MVCFramework.RTTI.Utils,
966
FireDAC.Stan.Option,
967
- Data.FmtBcd, System.Variants, System.Math;
+ 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;
977
978
var
979
gCtx: TRttiContext;
0 commit comments