mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use natural sorting for string datatables columns when using postgres
The natural sorting solution is quite portable, so this should be possible for other database types too later
This commit is contained in:
parent
8a42dfa154
commit
9db822eabd
7 changed files with 86 additions and 11 deletions
|
@ -46,6 +46,7 @@ doctrine:
|
|||
regexp: App\Doctrine\Functions\Regexp
|
||||
field: DoctrineExtensions\Query\Mysql\Field
|
||||
field2: App\Doctrine\Functions\Field2
|
||||
natsort: App\Doctrine\Functions\Natsort
|
||||
|
||||
when@test:
|
||||
doctrine:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue