risinglightdb / sqllogictest-rs

Sqllogictest parser and runner in Rust.
Apache License 2.0
167 stars 42 forks source link

feat: add a "multi-line mode" for results spanning multiple lines #204

Open xxchan opened 6 months ago

xxchan commented 6 months ago

Currently the result handling is row-based.

Example

image

Somehow related https://github.com/risinglightdb/sqllogictest-rs/issues/109