Skip to content

azkustodata/v1.0.0-preview-2

Pre-release
Pre-release
Compare
Choose a tag to compare

Changed

  • [BREAKING] The Dynamic type now returns a []byte of json, it's up to the user to marshall it to the desired type. It can also be null.
  • E2E tests now avoid creating tables when possible.

Added

  • Methods for getting a guid value (were missing).
  • Support obscure column aliases.

Fixed

  • Fixed a panic when using the xByY methods on a null value.
  • Fixed race in closing the client.
  • Fixed special float values not being parsed correctly.