Releases: dealnews/db
Releases · dealnews/db
4.1.0 Adds query builder plus bug fixes
Merge pull request #27 from dealnews/next Fix bug with dot notation field names
4.0.5 - Fix issue with read_only being ignored
Merge pull request #18 from dealnews/next Need to call parent for read_only filtering
4.0.4 - Fix issue with saving relations
Merge pull request #17 from dealnews/next Fix issue with saving relations
4.0.3 - Fix reserved table names
Merge pull request #16 from dealnews/next Quote table names to avoid conflicts with reserved words
4.0.2 - Documentation
- Updated the README to include more information
- Added help to the script for creating objects
4.0.1
- Dependency updates
- PHPUnit deprecation fixes
4.0.0
- Update to minimum PHP 8.2
- Update to PHPUnit 11
- Update other dependencies
- Fix bug with lookup relations deleting relations
3.4.0
- Add support for table name prefixes for users who may only have one database but need to install multiple applications within that one database.
- Set minimum PHP version to 8.1
- Test improvements
3.3.0
Add parameters to find method to comply with upstream changes in dealnews/data-mapper
Add script for creating value objects and mappers
Merge pull request #4 from dealnews/next Add basic bin script for generating value objects and mappers from tables