Releases: cloudspannerecosystem/spanner-cli
Releases · cloudspannerecosystem/spanner-cli
v0.9.9
- Features
- Support JSON data type (#118)
- Support
ALTER STATISTICS
statement (#119)
- Show optimizer statistics package when used with --verbose mode (#119)
- Bug Fixes
- Breaking Changes
v0.9.8
- Features
- Support the following VIEW statements (#117)
CREATE VIEW ...;
CREATE OR REPLACE VIEW ...;
DROP VIEW ...;
- Bug Fixes
- Breaking Changes
v0.9.7
- Features
- Support ALTER DATABASE statement (#116)
- Bug Fixes
- Breaking Changes
v0.9.6
- Features
- Support request priority (#110)
- Bug Fixes
- Breaking Changes
v0.9.5
- Features
- Show deleted_rows_scanned stats in verbose mode (#108)
- Bug Fixes
- Breaking Changes
v0.9.4
- Features
- Defer transaction heartbeat (#101)
- Print mutation count in verbose mode (#107)
- Bug Fixes
- Set longer timeout for PDML (#103)
- Breaking Changes
v0.9.1
- Features
- Bug Fixes
- Finish read-write transaction when SELECT statement was aborted (#96)
- Recreate session if transaction is aborted (#99)
- Breaking Changes
v0.9.0
- 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
v0.8.1
- Features
- Support NUMERIC data type (#86)
- Show filter condition (#87)
- Bug Fixes
- Hide parameter node (#85)
- Breaking Changes
v0.8.0
- 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