wonderix / crystal-tds

MIT License
11 stars 2 forks source link

Add support for TDS `ORDER` token used when a query includes an `ORDER BY` statement #12

Closed lachlan closed 1 year ago

lachlan commented 1 year ago

@wonderix this pull request adds support for the TDS token ORDER, which fixes an issue where the driver raises an error for an invalid token 0xa9 whenever a query includes an ORDER BY, and fixes a few typos in some error messages. Thanks for your consideration!