5.1.1 (2022-03-20)
Bug Fixes
- core: fix custom pivot table entities for unidirectional relations (01bdbf6)
- knex:
order by
with a formula field should not includeas
for sub-queries (#2929) (74751fb) - postgres: allow explicit schema name in
prop.pivotTable
(1860ff5), closes #2919 - postgres: fix pagination with order by UUID PK (042626c), closes #2910
- postgres: respect known schema when loading wild card entity relations (61d1e85), closes #2909
- schema: respect
disableForeignKeys
in schema generator (f1b8e46), closes #2912