blast-project / doctrine-pgsql-bundle
This bundle extends the Postgresql functionalities of Doctrine and Sonata projects
Installs: 2 297
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=7.1
- oro/doctrine-extensions: >=1.2
- sonata-project/admin-bundle: >=3.1
- sonata-project/doctrine-orm-admin-bundle: >=3.1
- symfony/symfony: >=3.2
Requires (Dev)
- phpunit/phpunit: ^6.4
- symfony/phpunit-bridge: >=3.2
This package is not auto-updated.
Last update: 2024-10-26 20:37:56 UTC
README
This bundle extends the Postgresql functionalities of Doctrine and Sonata projects
Features
For the moment, the only feature of this bundle is:
- replacing LIKE keyword by ILIKE (Postgresql specific) in sql queries in order to have case insensitive comparisons
- Substring function (regular expressions): "substring(field, regexp)" outputs "substring(field from regexp)". Postgresql specific