From eca82a2490cc5967c0e940f9de198e68ec3b01fb Mon Sep 17 00:00:00 2001 From: Leon Zhang Date: Mon, 21 Jan 2019 16:49:09 +0800 Subject: [PATCH] update CHANGES.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b6f25e1..f01ec8f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,10 +3,13 @@ ## 2019-01 - DOING: english translation +- add mysql environment verbose info - 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 #173 with JSONFind `WHERE col = col = '' and col1 = 'xx'` +- fix #184 table status field datatype overflow - fix explain result with multi rows error - fix #178 JSON datatype only support utf8mb4 -- GitLab