Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct regex mappings for duplicate and foreign key errors (#266)
Swap the variable names for DUPLICATE_KEY_REGEXES and FOREIGN_KEY_REGEXES to correctly match their contents. This ensures that the error detection for duplicate keys and foreign key violations works as intended across different database backends. Signed-off-by: Noam Stolero <[email protected]>
- Loading branch information