LEGACY_ALTER_TABLE
class LEGACY_ALTER_TABLE(value: Int, state: Int32OutputParam?) : SqliteDbConfigOption.IntOutput(source)
The SQLITE_DBCONFIG_LEGACY_ALTER_TABLE option activates or deactivates the legacy behavior of the ALTER TABLE RENAME command such that it behaves as it did prior to version 3.24.0 (2018-06-04). See the "Compatibility Notice" on the ALTER TABLE RENAME documentation for additional information. This feature can also be turned on and off using the PRAGMA legacy_alter_table statement.