Skip to content

Commit 9daaa16

Browse files
authored
Calling end_row() between multiple rows (jonhoo#9)
1 parent 5fd1c75 commit 9daaa16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/psql_as_mysql.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ fn answer_rows<W: io::Write>(
284284
),
285285
}
286286
}
287+
writer.end_row()?;
287288
}
288289
writer.finish()?;
289290
}

0 commit comments

Comments
 (0)