Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Releases: shoma/spanner-cli

Inactive, archive

20 Jun 13:11
3ee36a2
Compare
Choose a tag to compare

mark as Inactive, and archive this.

0.19.0

01 Mar 23:47
5060ec4
Compare
Choose a tag to compare

Other Changes

  • Update dependencies, require google-cloud-spanner version 3.0 and above, to fix incompatible usage. Thanks @steverawlins-zebra

0.18.0

16 Sep 07:27
58ff33e
Compare
Choose a tag to compare

New Features

  • Accept pygment builtin style name from EnvironmentVariables to configure it.

Other Changes

  • Update dependencies, includes google-cloud-spanner

0.17.1

27 May 06:12
c75a049
Compare
Choose a tag to compare

Other Changes

  • Update dependencies, includes google-cloud-spanner #50
  • for release fix, same as 0.17.0

0.17.0

27 May 06:06
ac23cad
Compare
Choose a tag to compare

Other Changes

  • Update dependencies, includes google-cloud-spanner #50

0.16.3

12 Nov 01:30
605e231
Compare
Choose a tag to compare

0.16.2

12 Nov 01:20
ec4bbcd
Compare
Choose a tag to compare

Bug Fixes

  • If does not have sufficient permission, read database list fails with the message. #13

0.16.1

08 Nov 04:50
Compare
Choose a tag to compare

Bug Fixes

  • Fix query to run if endswith \G + spaces

0.16.0

06 Nov 04:56
238d948
Compare
Choose a tag to compare

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

  • handle warnings message

0.15.0

31 Oct 02:42
3172344
Compare
Choose a tag to compare

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