Skip to content

v0.8.0

Compare
Choose a tag to compare
@yfuruyama yfuruyama released this 20 Aug 07:05
· 55 commits to master since this release
c2092cc
  • Features
    • Show predicates in EXPLAIN / EXPLAIN ANALYZE (#70)
    • Change query plan indent size to 2. (#79)
    • Show the detailed aborted error message. (#84)
  • Bug Fixes
    • Fix extra new lines for result of EXPLAIN statement (#68)
    • Fix to make ID of root line empty in EXPLAIN and EXPLAIN ANALYZE (#71)
    • Hide Array Constructor node (#72)
    • Fix layout of EXPLAIN (#74)
    • Show error when user attempts to run EXPLAIN ANALYZE statement for emulator. (#83)
  • Breaking Changes
    • None