From a66f1fc5d0be8be12d7bf422c68802824c09f400 Mon Sep 17 00:00:00 2001 From: Leon Zhang Date: Tue, 8 Jan 2019 22:59:04 +0800 Subject: [PATCH] update CHANGES --- CHANGES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d4b1ad5..b6f25e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,17 @@ # CHANGELOG -## 2018-12 +## 2019-01 - DOING: english translation +- add JSONFind function, which support JSON iterate +- add new test database `world_x` +- SplitStatement support optimizer hint `/*+xxx */` +- include [bats](https://github.com/bats-core/bats-core) bash auto test framework +- fix explain result with multi rows error +- fix #178 JSON datatype only support utf8mb4 + +## 2018-12 + - replace mysql database driver mymysql with go-sql-driver - add new -report-type [ast-json, tiast-json] - command line dsn args support '@', '/', ':' in password -- GitLab