blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
658 stars 144 forks source link

Error on second line not working #324

Closed zirill closed 2 years ago

zirill commented 2 years ago

Example:

SELECT 1;
SELECerror /*-+

let mut result = conn.query_iter(sql_text)?; while let Some(result_set) = result.iter() {