Skip to content

v0.20.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 08 Apr 13:12
07fab5e

Breaking changes

  • COUNT expression is returning now int64 instead of int32
  • uast_extract function now returns a JSON for pos instead of a custom format

Bugfixes

New features

  • COUNT expression now returns an int64 number instead of int32 src-d/go-mysql-server#642
  • Dockerfile: include zero-config MySQL client #737
  • uast_extract function now returns a JSON for pos instead of a custom format #715

Documentation

  • Docs: document in-memory joins in optimization docs #742

Performance improvements