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 3, 2024
1 parent 77985f3 commit c9e6cc7
Show file tree
Hide file tree
Showing 32 changed files with 11,759 additions and 56 deletions.
4 changes: 3 additions & 1 deletion 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. (thanks @mbezhanov)

### Removed

Expand All @@ -52,8 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Removed unnecessary import of `strings` in `bobfactory_random.go`.
- Fixed data races in unit tests.
- Fixed data races in unit tests. (thanks @mbezhanov)
- Fixed invalid SQL statements generated by `sm.OrderBy().Collate()`. (thanks @mbezhanov)
- Fixed a bug preventing specific columns from being excluded when generating models from SQLite. (thanks @mbezhanov)

## [v0.28.1] - 2024-06-28

Expand Down
Loading

0 comments on commit c9e6cc7

Please sign in to comment.