Add OnConflict method to perform ON DUPLICATE KEY UPDATE #92

Closed
imle wants to merge 2 commits from on-dup-update into master
Contributor

This is just an initial pass at a resolution for #70. I took some inspiration from gorm here. Before I tried implementing the remaining SQL flavors, I figured I'd see if there was any input on this approach.

This is just an initial pass at a resolution for #70. I took some inspiration from gorm here. Before I tried implementing the remaining SQL flavors, I figured I'd see if there was any input on this approach.
imle added 1 commit 2022-08-10 07:12:57 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
54b6648df3
add OnConflict method for MySQL
imle added 1 commit 2022-08-19 21:52:28 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
97d8964b80
add method for updating multi-insert column
imle closed this pull request 2022-09-27 18:33:05 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/builder#92
No description provided.