-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Addressed bugs related to partitioned tables (#241)
Closes #238 * Resolved an issue where `Dump.createTocEntries` processed partitioned tables as if they were physical entities, despite being logical. * Refined the `findPartitionsOfPartitionedTable` function for improved accuracy. * Corrected merging in the pre-data, data, and post-data sections, which previously caused a panic in dump command when the post-data section was excluded. * Added metadata about the first parent root table in the `toolkit.Table` struct. * Updated database schema metadata to include a root partition, which is necessary for performing `--inserts` during restoration. * Fixed an issue where dumps created with `--load-via-partition-root` did not use the root partition table in `--inserts` generation during restoration. * Revised a documentation example to ensure it aligns with table constraints.
- Loading branch information
Showing
7 changed files
with
96 additions
and
60 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
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