Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes sql delete and update limit (#557)
The delete_stmt_limited and update_stmt_limited grammar uses the `expr` type, when used with bind parameters the compiler cannot resolve the type in SqlDelight. Change to use `limiting_term`, same as the compound_select_stmt fixes #539
- Loading branch information