-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workinggoPull requests that update go codePull requests that update go code
Description
When doing a query like this:
-- name: DeleteAuthorResult :execrows
DELETE
FROM authors
WHERE id = $1 OR id = $2;the result will be something like this:
async def delete_author_result(conn: asyncpg.Connection, *, id: int, id: int) -> int:which does not work
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggoPull requests that update go codePull requests that update go code
Projects
Status
Todo