sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

Fix `ORDER BY` arg parsing in sqlite

Open andriygm opened this issue 5 months ago • 1 comments

sqlc currently doesn't handle bound ORDER BY clauses in sqlite, nor does it have tests for this behavior. This PR attempts for rectify this. Closes https://github.com/sqlc-dev/sqlc/issues/3788.

andriygm avatar May 14 '25 14:05 andriygm