brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

Fix order method with empty array generates invalid SQL #364

Closed ordoghl closed 7 years ago

ordoghl commented 7 years ago

Calling order with an empty array generates 'ORDER BY' without any sort expression. This PR checks for empty array and skip 'ORDER BY' generation if necessary.

brianc commented 7 years ago

Sorry for the delay on getting to this! Thanks for the PR! Pushing a new minor version right now.