diff options
author | Deven Bansod <devenbansod.bits@gmail.com> | 2018-12-23 10:32:16 +0530 |
---|---|---|
committer | Deven Bansod <devenbansod.bits@gmail.com> | 2018-12-23 10:32:16 +0530 |
commit | 12b1e994bdd17e896baa4a0693f95148371c00c9 (patch) | |
tree | 7ee4739807cf1f0ecf230ed00dc18486f851d6c6 | |
parent | e07403c05da390e5da272f5ee29e0d4414add527 (diff) | |
download | sql-parser-12b1e994bdd17e896baa4a0693f95148371c00c9.zip sql-parser-12b1e994bdd17e896baa4a0693f95148371c00c9.tar.gz sql-parser-12b1e994bdd17e896baa4a0693f95148371c00c9.tar.bz2 |
Add missing ChangeLog entries
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f8a9e..0ab8c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +* Add support for INDEX hints in SELECT statement +* Add support for LOCK and UNLOCK TABLES statement +* Add detection of extraneous comma in UPDATE statement +* Add detection of a missing comma between two ALTER operations +* Add missing support for STRAIGHT_JOIN +* Add support for end options in SET statement +* Fix building of RENAME statements +* Add support for PURGE statements + ## [4.2.5] - 2018-10-31 * Fix issue with CREATE OR REPLACE VIEW. |