-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implemented Inserts with ON CONFLICT DO NOTHING and more
* Fixed error handling in the restore command. * Now, restore jobs initiate a transaction for each table restoration. * Implemented insert commands based on COPY format data. * Added support for ON CONFLICT DO NOTHING. * Implemented errors exclusion for insert-like commands * Implemented full --exit-on-error support for data section * Fixed an issue where an error in a subsequent restoration task could potentially rollback data inserted during a previous task
- Loading branch information
Showing
14 changed files
with
673 additions
and
165 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
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
Oops, something went wrong.