-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: smart tag support for ignoring columns on conflict (#423)
* optionally ignore some column updates on conflict * expanded onconflict handling allow DO NOTHING allow set timestamp columns * updated docs * switched from boolean pairs to enum removing the ability to un-ignore on update if specified as an @omit smart tag in the schema * simplified on conflict do update timestamps they no longer have to be included in input * added a smart tags section to the readme * PR suggestions * feat: opt-in functionality * fix: duplicate creation * feat: smart tag support for ignoring fields on conflict update * chore: update readme * fix: review comments * chore: negate expression Co-authored-by: Zack Behringer <zack@ndustrial.io>
- Loading branch information
1 parent
28fc641
commit c06b8db
Showing
3 changed files
with
83 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters