fix(medusa): Issue when ordering with multiple columns (#3385)

**What**
No true fix due to the same issue as [here](https://github.com/typeorm/typeorm/issues/6294) but at least the pagination works again. The ordering can't be applied on multiple columns/relation as it produce the wrong SQL.

FIXES CORE-1193
This commit is contained in:
Adrien de Peretti
2023-03-08 12:37:18 +00:00
committed by GitHub
parent 84e4489683
commit 53eda215e0
4 changed files with 96 additions and 185 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Issue when ordering with multiple columns