prisma / quaint

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

fix: pass client_found_rows on latest mysql_async #452

Open Weakky opened 1 year ago

Weakky commented 1 year ago

DO NOT MERGE AS-IS

Overview

Pass client_found_rows on latest mysql_async. This PR must be cherry-picked when we try to go to mainline mysql-async again.

TODO: Uncomment test & make it work