Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e6f195d6f4fbd62f5898b250e4587392 |
User & Date: | drh 2019-04-04 19:07:02.358 |
Context
2019-04-05
| ||
21:18 | Remove an obsolete reference to the addopcodes.tcl script. (check-in: efe862885f user: drh tags: trunk) | |
2019-04-04
| ||
19:07 | Fix a typo. (check-in: e6f195d6f4 user: drh tags: trunk) | |
2019-04-02
| ||
13:26 | Add the four new keywords: EXCLUDE GROUPS OTHERS TIES (check-in: 8db10efb63 user: drh tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
5036 5037 5038 5039 5040 5041 5042 | ^The filename in the INTO clause can be an arbitrary SQL expression that evaluates to a string. ^The file named by the INTO clause must not previously exist, or else it must be an empty file, or the VACUUM INTO command will fail with an error. <p> | | | 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 | ^The filename in the INTO clause can be an arbitrary SQL expression that evaluates to a string. ^The file named by the INTO clause must not previously exist, or else it must be an empty file, or the VACUUM INTO command will fail with an error. <p> ^The argument to INTO can be a [URI filename] if URI filenames are enabled. URL filenames are enabled if any of the following are true: <ul> <li> The SQLite library was compiled with [-DSQLITE_USE_URI=1]. <li> The [sqlite3_config]([SQLITE_CONFIG_URI],1) interfaces was invoked at start-time. <li> The [database connection] that is running the VACUUM INTO |
︙ | ︙ |