Skip to content

Releases: PcComponentes/criteria-dbal-adapter

v1.0.1

26 Jul 11:57
1202835
Compare
Choose a tag to compare
  • Remove return type in the mapParameter function to avoid issues when use FilterArrayValue for FilterOperator::IN

v1.0.0

05 Jan 12:42
1333d22
Compare
Choose a tag to compare
  • Deprecated Methods: Updated methods in Criteria, compatibility with ^1.2
  • PHP Version: Increased minimum required PHP version to ^8.1
  • Style Fixes: Implemented code style improvements, aligning with PHP 8 standards.

v0.1.3

24 Oct 13:39
2ea7f5f
Compare
Choose a tag to compare

Rise criteria version required

v0.1.2

22 Feb 08:38
35297e8
Compare
Choose a tag to compare

Rise criteria version required

v0.1.1

18 Nov 10:03
1046505
Compare
Choose a tag to compare
  • Add PHP 8.0 support

v0.1.0

06 Nov 15:35
7359848
Compare
Choose a tag to compare

Removed: NullValueFilter, use Filter instead:

new Filter(
    FilterField::from('field_name'),
    FilterOperator::from( FilterOperator::IS_NULL),
    FilterValue::from(''),
),

Added null operator support

0.0.4

14 Oct 16:10
7204d94
Compare
Choose a tag to compare
v0.0.4

Merge pull request #6 from PcComponentes/feature/update-dbal-dependen…

0.0.3

13 Apr 08:53
52db042
Compare
Choose a tag to compare
Merge pull request #2 from ernesto-gomez/master

fix code to use NullValueFilter

0.0.2

23 Jul 09:57
d645666
Compare
Choose a tag to compare

Added not equal operator

0.0.1

15 Jul 10:39
Compare
Choose a tag to compare
v0.0.1

Add DBAL adapter