File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- * Add support for INDEX hints in SELECT statement
6
- * Add support for LOCK and UNLOCK TABLES statement
7
- * Add detection of extraneous comma in UPDATE statement
8
- * Add detection of a missing comma between two ALTER operations
9
- * Add missing support for STRAIGHT_JOIN
10
- * Add support for end options in SET statement
11
- * Fix building of RENAME statements
12
- * Add support for PURGE statements
5
+ * Add support for aliases on CASE expressions (#162 and #192 )
6
+ * Add support for INDEX hints in SELECT statement (#199 )
7
+ * Add support for LOCK and UNLOCK TABLES statement (#180 )
8
+ * Add detection of extraneous comma in UPDATE statement (#160 )
9
+ * Add detection of a missing comma between two ALTER operations (#189 )
10
+ * Add missing support for STRAIGHT_JOIN (#196 )
11
+ * Add support for end options in SET statement (#190 )
12
+ * Fix building of RENAME statements (#201 )
13
+ * Add support for PURGE statements (#207 )
14
+ * Add support for COLLATE keyword (#190 )
13
15
14
16
## [ 4.2.5] - 2018-10-31
15
17
You can’t perform that action at this time.
0 commit comments