Subsonic Renames the table named "Media" to "Medium"
I have a table in my SQL2005 database named MultiMedia - after generating the DAL with SubSonic v2.2, the generated classes are named "MultiMedium". The table was originally named Media and this led to classes named Medium - simple enough to change the name of my table at this point in the project, but wondering if anyone else is running this and from a team point of view is a known issue ? Other naming problems that can result from changing table names shouldn't be insignificant for long.
Thanks!
a source to share
I get one of them about once every 6 months :) - they are hysterical :). Yes, we're changing octopus to Octopi ... our inflector is pretty happy.
Anyway - you can set "fixPluralClassNames" to false - this will change that: http://subsonicproject.com/configuration/config-options/