risinglightdb / sqllogictest-rs

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

fix(bin): fix newline handling for `--format/override` #128

Closed xxchan closed 1 year ago

xxchan commented 1 year ago

127 introduced Record::Newline. We don't need to insert newlines between records, and we can preserve newlines.