Skip to content

Releases: dealnews/db

4.1.0 Adds query builder plus bug fixes

Choose a tag to compare

@brianlmoon brianlmoon released this 21 Mar 18:39
7b6fa27
Merge pull request #27 from dealnews/next

Fix bug with dot notation field names

4.0.5 - Fix issue with read_only being ignored

Choose a tag to compare

@brianlmoon brianlmoon released this 21 Nov 14:59
801f53e
Merge pull request #18 from dealnews/next

Need to call parent for read_only filtering

4.0.4 - Fix issue with saving relations

Choose a tag to compare

@brianlmoon brianlmoon released this 15 Nov 20:13
696205b
Merge pull request #17 from dealnews/next

Fix issue with saving relations

4.0.3 - Fix reserved table names

Choose a tag to compare

@brianlmoon brianlmoon released this 01 Nov 00:52
308fe75
Merge pull request #16 from dealnews/next

Quote table names to avoid conflicts with reserved words

4.0.2 - Documentation

Choose a tag to compare

@brianlmoon brianlmoon released this 08 Oct 23:10
a4c2b48
  • Updated the README to include more information
  • Added help to the script for creating objects

4.0.1

Choose a tag to compare

@brianlmoon brianlmoon released this 30 Sep 19:25
ecf0369
  • Dependency updates
  • PHPUnit deprecation fixes

4.0.0

Choose a tag to compare

@brianlmoon brianlmoon released this 19 Sep 19:40
3630ff1
  • Update to minimum PHP 8.2
  • Update to PHPUnit 11
  • Update other dependencies
  • Fix bug with lookup relations deleting relations

3.4.0

Choose a tag to compare

@brianlmoon brianlmoon released this 10 Jun 21:31
8022171
  • 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

Choose a tag to compare

@brianlmoon brianlmoon released this 01 Jan 04:57
86e68a9

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

Add script for creating value objects and mappers

Choose a tag to compare

@brianlmoon brianlmoon released this 21 Oct 14:01
6ad1317
Merge pull request #4 from dealnews/next

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