Skip to content

v0.18.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 08 Nov 14:42
· 488 commits to master since this release
42bbeca

Bugfixing

  • server: make gitbase the current database (#593)
  • sql/(plan, parse): fix show table status behavior
  • SQL: process list now shows client address

New features

  • Upgrade MySQL + tableau support + auth interface.
  • function: make max bblfsh blob size configurable
  • *: make UAST functions fail on connection errors
  • function: log bblfsh errors on UAST instead of returning them
  • add information_schema db.
  • cli/server: use new auth interface
  • Add Trim, Ltrim, Rtrim
  • sql: add information_schema.schemata table
  • RPAD, LPAD
  • Add WarningCount to sql.Session interface
  • Add support for information_schema.columns
  • sql, function: add weekday and dayofweek
  • Implement DATABASE() function.
  • sql, function: add concat_ws
  • Add support for DEFAULT
  • sql: collect warnings and errors in the session
  • sql: function, added soundex
  • Add ln, log, log2, log10
  • sql/(parse,expression): implement unary minus
  • sql: support more timestamp formats
  • Implement group by index
  • feature: Power and Sqrt

Performance improvements

  • Update Dockerfile to reduce image size
  • sql/analyzer: add rule to avoid unnecessary casts
  • update to [email protected]

Documentation

  • docs: add example of how to use show processlist
  • examples: added repository_ids in non-natural joins
  • docs: add missing supported expressions