Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL support #8

Open
2 tasks
companygardener opened this issue Apr 1, 2014 · 2 comments
Open
2 tasks

MySQL support #8

companygardener opened this issue Apr 1, 2014 · 2 comments
Assignees
Milestone

Comments

@companygardener
Copy link
Owner

  • Gemfile pg, jdbc-postgresql-adapter
  • uuid primary key
@companygardener companygardener added this to the 1.1.0 milestone Apr 1, 2014
@companygardener companygardener self-assigned this Apr 1, 2014
@ecmendenhall
Copy link

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
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants