Joystream / hydra

A Substrate indexing framework
49 stars 44 forks source link

added orderby for each query #509

Open mkbeefcake opened 2 years ago

mkbeefcake commented 2 years ago

This issue happened in SQL query with "union". The subqueries didn't contain orderby tags inside it, so it happened. https://discord.com/channels/811216481340751934/812344874099277824/1026519654006542427 https://github.com/Joystream/pioneer/issues/3125

so i added orderby to each SQL query

mnaamani commented 1 year ago

@zeeshanakram3 This looks useful? Should we merge and include in next release?