JeffV wrote in post #910774: > My company expects some tables to exceed 2^31-1 rows and so we are > thinking we need a 64 bit PK. Has anyone gotten this to work? > > Thanks, Jeff
I have created a preliminary version of a railtie that changes activerecord to use UUIDs, however only sqlite3 is tested and working. I plan to add mysql support and better docs in the next few days. Please note that it is a work in progress, but may suit your needs. You can find it at https://github.com/standardtoaster/rails-uuid -Andrew -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: 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/rubyonrails-talk?hl=en.

