Skip to content

Adds `ALTER _ RENAME TO _` support

Compare
Choose a tag to compare
@VaporBot VaporBot released this 10 Apr 09:05
· 34 commits to main since this release
afc74d8
This patch was authored by @NeedleInAJayStack and released by @0xTim.

Adds table-renaming support to SQLAlterTableBuilder. This produces SQL queries of the form:

ALTER `table_name` RENAME TO `new_table_name`