Skip to content

Releases: cloudspannerecosystem/spanner-cli

v0.9.9

31 Aug 13:17
043d3b6
Compare
Choose a tag to compare
  • Features
    • Support JSON data type (#118)
    • Support ALTER STATISTICS statement (#119)
    • Show optimizer statistics package when used with --verbose mode (#119)
  • Bug Fixes
    • None
  • Breaking Changes
    • None

v0.9.8

21 Aug 09:36
e5041ae
Compare
Choose a tag to compare
  • Features
    • Support the following VIEW statements (#117)
      • CREATE VIEW ...;
      • CREATE OR REPLACE VIEW ...;
      • DROP VIEW ...;
  • Bug Fixes
    • None
  • Breaking Changes
    • None

v0.9.7

11 May 22:29
417c427
Compare
Choose a tag to compare
  • Features
    • Support ALTER DATABASE statement (#116)
  • Bug Fixes
    • None
  • Breaking Changes
    • None

v0.9.6

08 Apr 11:27
371b5c8
Compare
Choose a tag to compare
  • Features
    • Support request priority (#110)
  • Bug Fixes
    • None
  • Breaking Changes
    • None

v0.9.5

09 Mar 07:12
752e0a0
Compare
Choose a tag to compare
  • Features
    • Show deleted_rows_scanned stats in verbose mode (#108)
  • Bug Fixes
    • None
  • Breaking Changes
    • None

v0.9.4

10 Feb 07:45
53adbf8
Compare
Choose a tag to compare
  • Features
    • Defer transaction heartbeat (#101)
    • Print mutation count in verbose mode (#107)
  • Bug Fixes
    • Set longer timeout for PDML (#103)
  • Breaking Changes
    • None

v0.9.1

18 Dec 11:16
3dbf87d
Compare
Choose a tag to compare
  • Features
    • None
  • Bug Fixes
    • Finish read-write transaction when SELECT statement was aborted (#96)
    • Recreate session if transaction is aborted (#99)
  • Breaking Changes
    • None

v0.9.0

17 Oct 15:31
8f5b2a6
Compare
Choose a tag to compare
  • Features
    • Support TRUNCATE TABLE statement (#92)
    • Support PARTITIONED (UPDATE|DELETE) statement for Partitioned DML (#94)
  • Bug Fixes
    • Suppress to show duplicated subtrees of scalar subqueries (#90)
    • Improve subquery handling (#91)
  • Breaking Changes
    • None

v0.8.1

29 Sep 03:25
65daf9f
Compare
Choose a tag to compare
  • Features
    • Support NUMERIC data type (#86)
    • Show filter condition (#87)
  • Bug Fixes
    • Hide parameter node (#85)
  • Breaking Changes
    • None

v0.8.0

20 Aug 07:05
c2092cc
Compare
Choose a tag to compare
  • 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