vote up 1 vote down star
1

I have a table in my SQL2005 DB named MultiMedia - after DAL generation with SubSonic v2.2, the classes that are generated are named "MultiMedium". The table was originally named Media and this resulted in classes named Medium as well - easy enough to change the name of my table at this point in the project, but wondering if anyone else has run into this and from the team's perspective, is this a known issue? What other naming problems might I run into as changing table names will not remain inconsequential for long.

Thanks!

flag

an interesting side effect, for sure! Sounds like a pluralization thing. Trivia game: what else would go from ___ia to ____ium? – pcampbell May 27 at 3:49
Does it handle Octopi -> Octopus? – womp May 27 at 3:51

1 Answer

vote up 3 vote down check

I get one of these about once every 6 months :) - they're hysterical :). Yes - we do change Octopus to Octopi ... our inflector is pretty rad.

Anyway - you can set "fixPluralClassNames" to false on your provider - it will change this: http://subsonicproject.com/configuration/config-options/

link|flag
Excellent! Thanks for the quick reply. S – TheUXGuy May 27 at 15:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.