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 2, 2024
1 parent 77985f3 commit aa8f881
Show file tree
Hide file tree
Showing 32 changed files with 11,760 additions and 57 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,18 @@ 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

- Remove MS SQL artifacts. (thanks @mbezhanov)

### Fixed

- Removed unnecessary import of `strings` in `bobfactory_random.go`.
- Fixed data races in unit tests.
- Removed unnecessary import of `strings` in `bobfactory_random.go`. (thanks @mbezhanov)
- 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 aa8f881

Please sign in to comment.