Releases: phpcr/phpcr-utils
Releases · phpcr/phpcr-utils
2.0.2
- Return type for
PHPCR\Util\QOM\QueryBuilder::getQuery
is not nullable.
2.0.1
- 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
- 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.0
- 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
- 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
- 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
- Fix deprecations of PHP 8.1
1.6.1
- Fixed handling of windows style newlines in SQL2 parsing.
1.6.0
- Refactored SQL2 parsing to be more efficient.