sqlc
sqlc copied to clipboard
Fix `ORDER BY` arg parsing in sqlite
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.