delphimvcframework
delphimvcframework copied to clipboard
change in MVCFramework.ActiveRecord for use with multiple schemas.
trafficstars
An attribute was added to the MVCTableAttribute class with Schema name, and a constructor and a change was made to the formation of the table name considering the Schema name. I carried out several tests and decided to contribute to the project, I hope I helped.
Thank you for your contribution.
Maybe I missed the point, but what's the advantage compared to set directly the table name to
SchemaName + '.' + TableName directly, in the current version?
Thank you and sorry, it was only after I had done this that I realized this possibility.