Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The query uses PostgreSQL-style positional parameters ($1, $2) while the codebase uses SQLite. This will cause runtime errors as SQLite expects ?1, ?2 style parameters. Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information