Skip to content

Release: v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 14:41
34358b6

This release contains some minor fixes.

  • fix: use Vec<Vec<String>> for external engine (JDBC)
  • fix: Use lines() instead of split('\n') in parse_inner. So the behavior can be correct on Windows.
  • fix: parse DML with returning as a query
  • A minor breaking change: update_test_file takes &mut Runner instead of its ownnership.