Skip to content

fix: Print correct order in getSql#10

Open
kbrooks wants to merge 1 commit intoterence410:masterfrom
kbrooks:patch-1
Open

fix: Print correct order in getSql#10
kbrooks wants to merge 1 commit intoterence410:masterfrom
kbrooks:patch-1

Conversation

@kbrooks
Copy link

@kbrooks kbrooks commented Sep 12, 2023

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant