prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
582 stars 61 forks source link

add FOR UPDATE for select #396

Closed garrensmith closed 1 year ago

garrensmith commented 1 year ago

Adds the ability to add FOR UPDATE for a Select statement.