On K, 2008-06-04 at 00:52 -0700, rob-twf wrote: > Hi all, > > I posted this patch the other day, now it's time to drum up some > support for it :D > http://rails.lighthouseapp.com/projects/8994/tickets/300-unsigned-integers-for-mysql > > To summarise, it does the following: > > * changes the primary key data type for the MySQL adapter to be > "int(11) unsigned"
Hi, Why do you need unsigned integers and what happens if the values go outside the range of signed integers, will rails fall back to BigDecimal? -- Tarmo Tänav <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
