lookup_by icon indicating copy to clipboard operation
lookup_by copied to clipboard

MySQL support

Open companygardener opened this issue 10 years ago • 2 comments

  • [ ] Gemfile pg, jdbc-postgresql-adapter
  • [ ] uuid primary key

companygardener avatar Apr 01 '14 05:04 companygardener

Thanks for writing this, Erik! I used and enjoyed this gem on an earlier project that used Postgres. I recently dropped it into a MySQL project with several existing lookup tables, and everything seemed to work. (I didn't use the migration macro to create the tables—they were already there).

If you have more info on the checklist above, I'd be happy to take a crack at this. What else needs to change?

ecmendenhall avatar Mar 23 '15 16:03 ecmendenhall

I got the specs running against MySQL this weekend...looks like the only changes necessary are in the migration options ('smallserial' needs to become 'smallint' and index columns need a length option).

ecmendenhall avatar May 11 '15 15:05 ecmendenhall