prisma / quaint

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

chore: Fix sqlite returning with comment #395

Closed garrensmith closed 1 year ago

garrensmith commented 1 year ago

This fixes an insert with a returning statement followed by a comment. Sqlite needs a ; to preceed the comment otherwise it adds the comment as part of the row name.