-
Notifications
You must be signed in to change notification settings - Fork 48
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
Adding adapters for MySQL and Postgres #37
Conversation
module Adapters | ||
module Postgres | ||
def on_duplicate_key_update(inserts, records) | ||
raise 'Not implemented for Postgres' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should be a little more specific here.
Let's change it to: on_duplicate: :override is not currently supported in the PostgreSQL adapter
@volkanunsal awesome PR! Please make sure to squash all commits before and write a commit message in this format: http://chris.beams.io/posts/git-commit/ We should be good to merge after you're done making the changes and squashing the commits. |
@nettofarah Thanks for the awesome line notes. I'm going to go through them later today. 👍 |
Sorry for the delay, but took care of most of the items on the list. Take a look. |
This looks awesome! Congrats on your first PR to Polo :) |
Ping! |
Yay! Sorry for the delay. |
hey, @volkanunsal. would you mind writing a comment here? #19 |
No description provided.