Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down