Skip to content

Releases: dealnews/db

4.1.0 Adds query builder plus bug fixes

21 Mar 18:39
7b6fa27

Choose a tag to compare

Merge pull request #27 from dealnews/next

Fix bug with dot notation field names

4.0.5 - Fix issue with read_only being ignored

21 Nov 14:59
801f53e

Choose a tag to compare

Merge pull request #18 from dealnews/next

Need to call parent for read_only filtering

4.0.4 - Fix issue with saving relations

15 Nov 20:13
696205b

Choose a tag to compare

Merge pull request #17 from dealnews/next

Fix issue with saving relations

4.0.3 - Fix reserved table names

01 Nov 00:52
308fe75

Choose a tag to compare

Merge pull request #16 from dealnews/next

Quote table names to avoid conflicts with reserved words

4.0.2 - Documentation

08 Oct 23:10
a4c2b48

Choose a tag to compare

  • Updated the README to include more information
  • Added help to the script for creating objects

4.0.1

30 Sep 19:25
ecf0369

Choose a tag to compare

  • Dependency updates
  • PHPUnit deprecation fixes

4.0.0

19 Sep 19:40
3630ff1

Choose a tag to compare

  • Update to minimum PHP 8.2
  • Update to PHPUnit 11
  • Update other dependencies
  • Fix bug with lookup relations deleting relations

3.4.0

10 Jun 21:31
8022171

Choose a tag to compare

  • 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

01 Jan 04:57
86e68a9

Choose a tag to compare

Add parameters to find method to comply with upstream changes in dealnews/data-mapper

Add script for creating value objects and mappers

21 Oct 14:01
6ad1317

Choose a tag to compare

Merge pull request #4 from dealnews/next

Add basic bin script for generating value objects and mappers from tables