On Sep 1, 2010, at 14:44 , mjskier wrote: > Thanks, I'll give it a try tonight. > I have been playing with 2 different databases, the MS SQL that I show > above, and a MySQL that was designed as part of a Rails application. > The CamelCase seems to work fine with the later and converts a > DataChart model to a data_chart table.
Well, that *is* interesting. I'm hooked to Postgres here, and got complaints about nonexistant models until I took out the camel-casing. Your Database May Vary. It sounds like it gets mediated by the DB connector, then. -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
