Skip to content

Commit

Permalink
Add regex support to only and except table filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mbezhanov committed Oct 1, 2024
1 parent 77985f3 commit aaf8fdd
Show file tree
Hide file tree
Showing 22 changed files with 7,937 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added error constants for matching against both specific and generic unique constraint errors raised by the underlying database driver. (thanks @mbezhanov)
- Added support for regular expressions in the `only` and `except` table filters.

### Removed

Expand Down
Loading

0 comments on commit aaf8fdd

Please sign in to comment.