Masterminds / squirrel

Fluent SQL generation for golang
Other
6.88k stars 465 forks source link

Add 'QueryRow' method to DeleteBuilder #327

Open mpieczaba opened 2 years ago

mpieczaba commented 2 years ago

This PR adds the QueryRow method to the DeleteBuilder type. It is really handy, especially in use with the RETURNING suffix, e.g. when deleting a single object from the database.