> ToNetCase() in NameFormatter used to wholly uppercase name > parts with only two characters (e.g. IN, BY) with no apparent > reason, given that ToPascalCase() already contains an exception for > "ID". > > For instance, "users_in_role" will become "UsersINRole"... > > This patch just call ToPascalCase() (which should be really named just > "Capitalize") without any further magic.
Committed as r1275 after some discussion on ##dblinq about adding a testcase. -- Emanuele Aina Studio Associato Di Nunzio e Di Gregorio http://dndg.it/ Via Maria Vittoria, 2 10123 Torino - Italy -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=.
