Added a field extension for SQLite and let the database sort the elements by the given ID order directly

This commit is contained in:
Jan Böhmer 2023-07-23 01:19:48 +02:00
parent 1ec4266f96
commit a4d411656b
4 changed files with 46 additions and 11 deletions

View file

@ -38,6 +38,7 @@ doctrine:
string_functions:
regexp: DoctrineExtensions\Query\Mysql\Regexp
ifnull: DoctrineExtensions\Query\Mysql\IfNull
field: DoctrineExtensions\Query\Mysql\Field
when@test:
doctrine: