Check and make sure that a ticket isn't already open first: http://dev.rubyonrails.org/ticket/4127 http://dev.rubyonrails.org/ticket/4593
On Jun 5, 8:09 am, "Erik Allik" <[EMAIL PROTECTED]> wrote: > Opened a ticket:http://dev.rubyonrails.org/ticket/8578. > > Erik > > On 05/06/07, Mislav Marohnić <[EMAIL PROTECTED]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
