Skip to content

Improve `SQLDropIndex`, add `SQLDropIndexBuilder`

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 18 Jun 19:47
de35216
This patch was authored and released by @gwynne.
  • SQLDropIndex now supports IF EXISTS if the underlying database dialect does.

  • SQLDropIndex now supports SQLDropBehavior (CASCADE and RESTRICT) if the underlying database dialect does.

  • Added SQLDropIndexBuilder for convenient creation and execution of SQLDropIndex queries.

  • Fix minor grammar typos in some comments.