prisma / quaint

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

No need to write the table/alias in mysql inserts. #286

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

In certain flavors of MySQL using fully qualified column names will just not work at all (such as in Vitess).