doctrine-dbal-postgresql
doctrine-dbal-postgresql copied to clipboard
Add JSON query support to Doctrine DBAL and DQL
Thoughts on a 1.0 release? PHP 5.6 has been dead since 2018, what do you think about dropping support for anything less than php 7.4? Actually, 7.4 will be at...
Hello, The README mention a class `ArrayAggregate` (`OpsWay\Doctrine\ORM\Query\AST\Functions\ArrayAggregate`) but it's not in the repository.
I was simply wondering if the bit string types will be supported? https://www.postgresql.org/docs/10/datatype-bit.html
currently with ToTsquery, it fails if you enter a string with a space , without a `and` for this postgresql propose the `plainto_tsquery` which is not supported by this library.
I'm attempting to use FTS with Doctrine. I copy'n'pasted from Readme to `config.yml`. Then I got: Attempted to load class "ToTsvector" from namespace "OpsWay\Doctrine\ORM\Query\AST\Functions". Did you forget a "use" statement...
Split functions & operators by different namespace. Group by types. Rename if needed.
https://github.com/opsway/doctrine-dbal-postgresql/blob/master/src/Doctrine/DBAL/Types/TsVector.php#L62 Some of my search fields are nullable. should this function detect null and return an empty string?