Releases: cloudspannerecosystem/spanner-cli
Releases · cloudspannerecosystem/spanner-cli
v0.7.0
- Features
- Supports
.spanner_cli.cnf
file for the current directory - Supports environmental variables
SPANNER_PROJECT_ID
,SPANNER_INSTANCE_ID
, andSPANNER_DATABASE_ID
for setting project, instance, database respectively. - Enhance
EXPLAIN
statement with showing child type. - Supports
EXPLAIN ANALYZE
statement to show a query execution plan with stats.
- Supports
- Bug Fixes
- Fixes panic with
SHOW CREATE TABLE
in some situations.
- Fixes panic with
- Breaking Changes
- None.
- Contributors
v0.6.0
- Features
- Supports
DROP DATABASE
statement. - Supports statement hint for
SELECT
statement. - Supports batch DDL update for faster schema updates.
- Shows query statistics in
--verbose
mode.
- Supports
- Bug Fixes
- Breaking Changes
- Delete undocumented
EXPLAIN/DESCRIBE <table>
statement.
- Delete undocumented
- Contributors
v0.5.1
v0.5.0
- Features
- Supports
STRUCT
data type - Supports
BEGIN RO <RFC3339 time>
for read-only transactions with read timestamp - Supports
--verbose
CLI option to show read/commit timestamp - Supports
--file
CLI option to feed SQL queries via file - Processes multiple DDLs in a single batch DDL
- Supports
- Bug Fixes
- Fixed null ARRAY is always shown as empty ARRAY
- Breaking Changes
- None
- Contributors