Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 16:52
· 3 commits to main since this release
5793fda

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