delphimvcframework icon indicating copy to clipboard operation
delphimvcframework copied to clipboard

change in MVCFramework.ActiveRecord for use with multiple schemas.

Open edvaniojancy opened this issue 1 year ago • 1 comments
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.

edvaniojancy avatar Dec 28 '23 03:12 edvaniojancy

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?

danieleteti avatar Jan 03 '24 10:01 danieleteti

Thank you and sorry, it was only after I had done this that I realized this possibility.

edvaniojancy avatar Feb 21 '24 21:02 edvaniojancy