Skip to content

Releases: phpcr/phpcr-utils

2.0.2

09 Apr 14:47
@dbu dbu
2.0.2
Compare
Choose a tag to compare
  • Return type for PHPCR\Util\QOM\QueryBuilder::getQuery is not nullable.

2.0.1

12 Jan 13:52
@dbu dbu
2.0.1
df25fda
Compare
Choose a tag to compare
  • The SQL generator now escapes single quotes '. This avoids SQL injection risks. If you escaped
    strings manually (by duplicating the ') you will need to stop doing that as otherwise the query
    will be run with duplicated single quotes.

2.0.0

02 Dec 10:12
@dbu dbu
2.0.0
Compare
Choose a tag to compare
  • Support Symfony 7
  • Drop support for Symfony 2
  • Remove deprecated code, clean up workarounds for Symfony 2.
  • Drop support for PHP 7, test with PHP 8.3
  • Adjusted commands to have the return type declarations.

1.8.1

27 Nov 14:19
@dbu dbu
1.8.1
0117929
Compare
Choose a tag to compare
  • Codestyle fixes.

1.8.0

20 Feb 16:31
@dbu dbu
1.8.0
Compare
Choose a tag to compare
  • Fixed handling of QOM fulltext search expression which should never be string but a QOM\StaticOperandInterface.
  • Fixed EOF detection while parsing CND with PHP 7+.

1.7.0

17 Feb 01:14
@dbu dbu
1.7.0
Compare
Choose a tag to compare
  • Introduced phpstan and fixed a couple of undeclared properties and other findings.
  • Test with PHP 8.2
  • Drop support for PHP 7.1

1.6.3

20 Nov 10:41
@dbu dbu
1.6.3
Compare
Choose a tag to compare
  • Fix more deprecations with PHP 8.1. Round floats when using them as a timestamp, rather than the implicit conversion that floored them.

1.6.2

02 May 12:12
@dbu dbu
1.6.2
Compare
Choose a tag to compare
  • Fix deprecations of PHP 8.1

1.6.1

20 Dec 07:53
@dbu dbu
1.6.1
Compare
Choose a tag to compare
  • Fixed handling of windows style newlines in SQL2 parsing.

1.6.0

15 Dec 06:43
@dbu dbu
1.6.0
Compare
Choose a tag to compare
  • Refactored SQL2 parsing to be more efficient.