Releases: databendlabs/bendsql
Releases · databendlabs/bendsql
v0.3.3
v0.3.2
What's Changed
- fix(cli): interrupt multiline query with ^C by @everpcpc in #89
- fix(cli): handle exit & quit with semicolon by @everpcpc in #90
- docs: add install instructions for apt by @everpcpc in #91
- fix(cli): use first two segments of domain for prompt by @everpcpc in #92
- chore: better format by @sundy-li in #93
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- fix(cli): default file format options missing type by @everpcpc in #84
- ci: integration test outside docker with host network by @everpcpc in #85
- ci: fix add cache key with toolchain version by @everpcpc in #86
- ci: drop table after test by @everpcpc in #87
- chore: upgrade dependencies by @everpcpc in #88
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat(core): support insert with stage attachment by @everpcpc in #73
- feat(driver): support stream load with stage by @everpcpc in #76
- fix(driver): drop next_page on page error by @everpcpc in #77
- fix(driver): parse null value for Nullable column by @everpcpc in #80
- feat(cli): support loading data from stdin and file by @everpcpc in #82
- feat(cli): support multi line and output format & add test for ontime200 by @everpcpc in #83
Full Changelog: v0.2.7...v0.3.0
v0.2.7
What's Changed
- ci: separate linux & other build in release by @everpcpc in #62
- fix(cli): panic async fn resumed after completion on page error by @everpcpc in #63
- chore(driver): hide mutable for conn by @everpcpc in #64
- feat(driver): lazy connect for flight sql client by @everpcpc in #65
- fix:(driver): format timestamp & date as naive by @everpcpc in #66
- fix:(driver): make consts for days from ce by @everpcpc in #67
- fix(core): use AsyncRead and size for stage upload by @everpcpc in #68
- fix(driver): is_numeric check inner type for Nullable by @everpcpc in #70
- chore(cli): bump to 0.2.7 by @everpcpc in #71
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- docs: update README.md by @everpcpc in #51
- docs: update README.md by @everpcpc in #52
- docs: update README.md by @everpcpc in #53
- docs: update README.md by @everpcpc in #54
- feat(cli): show version on connect for repl by @everpcpc in #55
- fix(driver): enable tests for select iter by @everpcpc in #57
- feat(driver): add handler type for connection info by @everpcpc in #58
- feat: add cli tests by @sundy-li in #56
- ci: fix cargo target dir for integration test by @everpcpc in #59
- feat(driver): add affected rows with exec for RestAPI handler by @everpcpc in #60
- fix(client): use rustls-tls-webpki-roots instead of rustls-tls-native-roots for speed by @everpcpc in #61
Full Changelog: v0.2.5...v0.2.6