Releases: shoma/spanner-cli
Releases · shoma/spanner-cli
Inactive, archive
mark as Inactive, and archive this.
0.19.0
Other Changes
- Update dependencies, require
google-cloud-spanner
version 3.0 and above, to fix incompatible usage. Thanks @steverawlins-zebra
0.18.0
New Features
- Accept
pygment
builtin style name from EnvironmentVariables to configure it.
Other Changes
- Update dependencies, includes google-cloud-spanner
0.17.1
Other Changes
- Update dependencies, includes google-cloud-spanner #50
- for release fix, same as 0.17.0
0.17.0
Other Changes
- Update dependencies, includes google-cloud-spanner #50
0.16.2
Bug Fixes
- If does not have sufficient permission, read database list fails with the message. #13
0.16.1
Bug Fixes
- Fix query to run if endswith
\G
+ spaces
0.16.0
New Features
- styled error message
- options can be passed as environment variables
- output with pager support (default=False)
Bug Fixes
- fix stats.query_stats message, if returns more than hard limit.
Other Changes
0.15.0
SPEC change
DESCRIBE
omit to show duplicated column name and index info #5
SHOW INDEX
returns from INFORMATION_SCHEMA.INDEXES
and INFORMATION_SCHEMA.INDEX_COLUMNS
#7
Bug fix
Handle SHOW INDEX
statement with extra space #7