On 6/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > create_table '`references`' do |t| > end > > and, in model Reference, set_table_name to '`references`'.
Yeah, because the table name is unescaped, you solution works ... but it will stop working once the adapter properly escapes it. Whether are you going to patch it or not, you should still open up a ticket in Trac. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
