-
Notifications
You must be signed in to change notification settings - Fork 103
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
insert update on duplicate key support. #86
Comments
Hello, How come this hasn't been added to the main project? |
@shaq147 Did you submit a PR for this? If the functionality works, I would love to see this implemented. EDIT: Made a PR for it myself, with documentation updates to reflect the changes. |
@shaq147 do you want to make pull request with the code above? I think we should add this to 2.1 or maybe even 2.0. |
This feature request will go hand 'n hand with the #104 request as the features are somewhat related. |
I will be working on this tomorrow. I think we can just add a |
I've implemented a quick support for inserting on duplicate key update for those interested.
Use case:
PDO/Statement/InsertStatement.php added 2 functions, 3 private variables, and updated the __toString method
The text was updated successfully, but these errors were encountered: