Skip to content

Releases: apstndb/spanner-mycli

v0.2.0

09 Dec 16:52
5793fda
Compare
Choose a tag to compare

Changelog

Breaking Changes

  • PROTO and ENUM type names are changed from package.ProtoType and package.EnumType to PROTO<package.ProtoType> and ENUM<package.EnumType>.
  • TAG <tag> notation is removed from BEGIN [RW] and BEGIN RO statements.
    • Use SET STATEMENT_TAG and SET TRANSACTION_TAG

New Features

  • 0362a09 Implement CLI_VERSION and --version (#70)
  • d6d0852 Implement SHOW DDLS statement (#74)
  • a2978d5 Use FormatTypeMoreVerbose in DESCRIBE (#75)
  • 498bc4b Implements TRANSACTION_TAG and STATEMENT_TAG system variables (#76)
  • e536a8d Improve Spanner JDBC driver compatibility (#78)
  • 7420e3c Implements READONLY (#80)
  • 4229553 Implement Spanner JDBC driver style BEGIN, SET TRANSACTION (#81)

Bug Fixes

Misc

v0.1.0

30 Nov 18:07
fcbc3a8
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • \G is no longer a statement separator.
    • Use SET CLI_FORMAT = "VERTICAL;" to display row as vertical format.
  • Prefix of prompt escape sequence is changed to % from \.

Features

Others

Full Changelog: spanner-cli-v0.16.6...v0.1.0