socrata / soda-js

A Javascript-based library for accessing the SODA2 API.
175 stars 48 forks source link

Support ordering w/ `NULL LAST` #19

Open marks opened 8 years ago

marks commented 8 years ago

Bug: When I try to order with value desc null last soda-js converts it to value desc null last asc

I think this is because of this code snippet: https://github.com/socrata/soda-js/blob/5fad1c65d7a44deb921adaa308b6e0b0555c1a4a/src/soda-js.coffee#L65

chrismetcalf commented 8 years ago

@marks Whoa, I didn't know you could do that with SoQL. This I will have to try out!