v0.20.0-beta3
Pre-release
Pre-release
Known issues
- Index creation is abnormally slow. We are working to improve that.
Bugfixes
- Don't skip repositories for remotes table with more than 1 URL #789
- server: correctly set binary charset on blob fields
- sql/parse: allow qualified table names on SHOW CREATE TABLE
- plan: types in lowercase on SHOW CREATE TABLE
New features
- sql/expression: new DATE function
- sql: add support for intervals, DATE_SUB and DATE_ADD
- sql: from_base64 and to_base64 functions
- sql: add SLEEP function
Documentation
- Now all relevant go-mysql-server documentation is directly accessible from gitbase docs instead of pointing to external links.
Performance improvements
- sql/index/pilosa: parallelize index creation