On Feb 25, 5:23 pm, "chrisfarms" <[EMAIL PROTECTED]> wrote: > is it me or does SQLite3 fall flat on it's face in the tests? ... it > fails badly on my macbook and my solaris systems... is this known or > have just installed SQLite with my eyes closed?
I've had issues with SQLite3 before where the primary keys were not incrementing correctly -- it would try to use 0 for everything! IIRC, the solution was to install swig, then install SQLite3 and finally install the SQLite3 ruby gem. I could be wrong about that -- can't find the reference (and it may have nothing to do with your problem). -- Regards, John Wilger --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
