prisma / quaint

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

SQLite update + support INSERT .. RETURNING #290

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

The AST should Just Work (tm) now and of course raw queries can have the RETURNING keyword as well. The SQLite update has some datetime fixes that might break things / need to be checked.

Part of: https://github.com/prisma/prisma/issues/6876