We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5a56d8 + 12b1e99 commit e497100Copy full SHA for e497100
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
## [Unreleased]
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
13
+
14
## [4.2.5] - 2018-10-31
15
16
* Fix issue with CREATE OR REPLACE VIEW.
0 commit comments