A few template tweaks to address name conflicts, particularly:
- Work Item 9789 - Foreign key and field properties with identical names in generated ActiveRecord
As part of this change, I've fully qualified the naming (i.e. included the namespace) in foreign table references generated by the class templates. This should help prevent potential naming conflicts across tables.
Download