I'd still like to be able to turn one off and one on, especially given the fact that pluralization is important on table names (where the words are likely to make sense) and not columns (where the words may make no sense at all).
On Dec 17, 7:20 am, "Pascal Craponne" <[email protected]> wrote: > Pluralization works only on well-understood (by DbMetal) words, just like > capitalization. Chances are that if capitalization doesn't work, > pluralization won't either. > > Pascal. > > jabber/gtalk: [email protected] > msn: [email protected] > > On Tue, Dec 16, 2008 at 01:09, bryan costanich > <[email protected]>wrote: > > > > > Yeah, that's what i'm asking. It seems to me, these two features need > > to be separated. I would love to have pluralization, i just don't want > > dbmetal to hork up my casing. > > > On Dec 14, 12:02 am, "Pascal Craponne" <[email protected]> wrote: > > > This doesn't make sense: to pluralize a word you need to have a language > > > (pluralization rules differ from one language to another). > > > Pascal. > > > > jabber/gtalk: [email protected] > > > msn: [email protected] > > > > On Sun, Dec 14, 2008 at 04:19, bryan costanich <[email protected] > > >wrote: > > > > > so it would be cool to be able to turn the casing stuff of and still > > > > have the pluralization working. > > > > > On Dec 13, 3:18 pm, "Pascal Craponne" <[email protected]> wrote: > > > > > It just won't pluralize/singularize. > > > > > Pascal. > > > > > > jabber/gtalk: [email protected] > > > > > msn: [email protected] > > > > > > On Sat, Dec 13, 2008 at 21:41, bryan costanich < > > [email protected] > > > > >wrote: > > > > > > > And how will that affect pluralization? > > > > > > > On Dec 13, 12:41 pm, bryan costanich <[email protected]> > > wrote: > > > > > > > If i disable the language, will it preserve casing? > > > > > > > > On Dec 13, 4:19 am, "Pascal Craponne" <[email protected]> wrote: > > > > > > > > > DbMetal uses a culture information to add casing when there is > > > > > > none.Since it > > > > > > > > is an algorithm that tries to extract words from a dictionary, > > it > > > > > > sometimes > > > > > > > > has problems doing this, especially when there are codes (like > > the > > > > CC > > > > > > in > > > > > > > > your example) in column names. > > > > > > > > > The parameter /culture allows to change the language (are > > currently > > > > > > > > supported "en" which is the default, but also "fr" and "de"). > > If > > > > you > > > > > > want to > > > > > > > > disable the language, try the invariant culture, with > > /language=IVL > > > > > > > > > Pascal. > > > > > > > > > jabber/gtalk: [email protected] > > > > > > > > msn: [email protected] > > > > > > > > > On Fri, Dec 12, 2008 at 00:53, bryan costanich < > > > > > > [email protected]>wrote: > > > > > > > > > > When i run DBMetal, sometimes i get weird column recasing. > > for > > > > > > > > > example: > > > > > > > > > CCPurchaseLimit becomes CcpUrchaseLimit. > > > > > > > > > > instead of renaming, can't we just preserve the casing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
