ts-datastore-orm
ts-datastore-orm copied to clipboard
fix: Print correct order in getSql
order.sign is either - or +, but is being treated as a boolean value in the order part of getSql. This makes it so all queries will have "ORDER BY X DESC" in if they have any ordering in the getSql output.