Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the ALTER TABLE documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
625c9fbdadc2dc08077a8040989d2cf1 |
User & Date: | drh 2019-02-15 11:43:23.261 |
Context
2019-02-15
| ||
17:00 | Enhancements to althttpd.c: Add the --input FILE command-line option to simplify debugging using lldb. Improvements to comments. (check-in: a537e6f3fc user: drh tags: trunk) | |
11:43 | Fix a typo in the ALTER TABLE documentation. (check-in: 625c9fbdad user: drh tags: trunk) | |
2019-02-12
| ||
13:54 | Fix a typo in loadext.html. (check-in: 4efb429d19 user: drh tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
139 140 141 142 143 144 145 | The behavior of ALTER TABLE when renaming a table was enhanced in versions 3.25.0 ([dateof:3.25.0]) and 3.26.0 ([dateof:3.26.0]) in order to carry the rename operation forward into triggers and views that reference the renamed table. This is considered an improvement. Applications that depend on the older (and arguably buggy) behavior can use the [PRAGMA legacy_alter_table=ON] statement to make ALTER TABLE RENAME | | | 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | The behavior of ALTER TABLE when renaming a table was enhanced in versions 3.25.0 ([dateof:3.25.0]) and 3.26.0 ([dateof:3.26.0]) in order to carry the rename operation forward into triggers and views that reference the renamed table. This is considered an improvement. Applications that depend on the older (and arguably buggy) behavior can use the [PRAGMA legacy_alter_table=ON] statement to make ALTER TABLE RENAME behave as it did prior to version 3.25.0. </blockquote> <p> Beginning with release 3.25.0 ([dateof:3.25.0]), references to the table within trigger bodies and view definitions are also renamed. </p> |
︙ | ︙ |