delphimvcframework/samples/activerecord_showcase
2024-01-03 11:39:53 +01:00
..
activerecord_showcase.dpr Serialization support for all the types in MVCFramework.Nullables 2020-02-03 10:51:40 +01:00
activerecord_showcase.dproj Added TMVCActiveRecord.GetCustomTableName which allows to overwrite the tablename defined in the MVCTableName attribute. Just overwrite the method in descendant classes and return the tablename to use for the current instance. 2023-11-23 22:58:07 +01:00
EngineChoiceFormU.dfm [+] Added XML support in TMVCActiveRecord for backend PostgreSQL 2021-03-20 00:30:20 +01:00
EngineChoiceFormU.pas + Added new default parameter to TMVCActiveRecord.RemoveDefaultConnection and TMVCActiveRecord.RemoveConnection to avoid exceptions in case of not initialized connection. 2021-08-13 18:05:48 +02:00
EntitiesU.pas Copyright updated to 2010-2024 2024-01-02 17:04:27 +01:00
FDConnectionConfigU.pas Aligned database demo database structures for table inheritance example 2023-01-06 15:00:54 +01:00
MainFormU.dfm Added TMVCActiveRecord.GetCustomTableName which allows to overwrite the tablename defined in the MVCTableName attribute. Just overwrite the method in descendant classes and return the tablename to use for the current instance. 2023-11-23 22:58:07 +01:00
MainFormU.pas Added support for table name and field name with spaces for MySQL and MariaDB 2024-01-03 11:39:53 +01:00