heh, yeah. rails isn't terribly fun if you diverge from its expectations. it'd be best if you're switching db's to try and get the schema to match up with a 'normal' rails app if possible. maybe add an id column and add the reference column on the other table(s) then match up to be able to drop the composite key.
On May 27, 1:50 pm, Andy Orahood <[email protected]> wrote: > I'm using Composite Primary Keys in a Hobo app with no problems (well, > no problems caused by Hobo anyway) > > On May 26, 2:36 pm, robert kviberg <[email protected]> wrote: > > > Hi, I have an old app with a Gemstone Object database. The objects are > > in a form that i need composite primary keys to load the new SQLite > > db. Have anyone test or using Composite Primary Keys with HOBO? I know > > that Dr Nic's Composite Primary Keys gem works with RoR. > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
