danielk1977
6e513c16dc
Use "affected" instead of "effected". Ticket #2589 . No code changes. (CVS 4309)
...
FossilOrigin-Name: 4c5631ce347a25dd6df90e7e4395a55cd750c1c9
2007-08-28 08:19:49 +00:00
drh
75b97c2207
Remove the comment in the documentation that says that incremental vacuum
...
mode is not persistent because as of 3.4.1 it is persistent. Ticket #2528 . (CVS 4180)
FossilOrigin-Name: 6c4040941e3cf84ac0b1f5797cd700c7a2ce9353
2007-07-24 10:22:57 +00:00
danielk1977
180b56a1bb
Add the "(database.)freelist_count" PRAGMA. For querying the size of the
...
database free-list. (CVS 4112)
FossilOrigin-Name: 1fb4251a707d0b79d250d6ea2022913b371d5f14
2007-06-24 08:00:42 +00:00
drh
44548eccb9
Documentation updates prior to release 3.4.0. Enhanced support for
...
soak testing in the test scripts. (CVS 4084)
FossilOrigin-Name: eec387103869940697487ec5226eaed0b51ede7a
2007-06-18 12:22:43 +00:00
drh
f8e632b630
Add the max_page_count pragma used to limit the maximum size of a database
...
file. Untested. (CVS 3948)
FossilOrigin-Name: b1b74f06688fd90fcaf54cf95e2e7beeb5fc1040
2007-05-08 14:51:36 +00:00
drh
4500c430b0
Add documentation on the incremental vacuum feature. (CVS 3924)
...
FossilOrigin-Name: b3e2cdaed3638f033437b5561705cb253449c392
2007-05-04 19:16:30 +00:00
drh
3057aaaa9c
Update the version number and change comments in preparation for the
...
release of 3.3.14. (CVS 3789)
FossilOrigin-Name: d9f6fdb72b29354921e6de40df5ed4f86b158a01
2007-04-02 00:53:18 +00:00
danielk1977
29e4aa0194
Add some documentation for pragma locking_mode. (CVS 3715)
...
FossilOrigin-Name: 394b174e59262a84c530ea73c367d8c389a681b5
2007-03-26 08:41:12 +00:00
drh
bba63d8bc2
Fix typos in the pragma documentation. Ticket #2210 . (CVS 3625)
...
FossilOrigin-Name: f0c66ad8e9bc303e3173438a56e47802c8fdde05
2007-02-02 12:33:16 +00:00
drh
1dcdbc0639
Limit the number of errors returned by PRAGMA integrity_check to 100 by
...
default. Specify an alternative limit using an argument to the pragma.
Ticket #2176 . (CVS 3609)
FossilOrigin-Name: d564a039f27be2bb2c3973e79dc99b25869139da
2007-01-27 02:24:54 +00:00
drh
2f47c86adf
Update the news column on the homepage. (CVS 3275)
...
FossilOrigin-Name: 24a94bb07589c04305eceec1dc9a1a9a2c39e2c5
2006-06-20 00:22:37 +00:00
drh
ac530b1ab4
Add support and documentation for the fullfsync pragma. Also include
...
some other unrelated documentation updates. (CVS 3080)
FossilOrigin-Name: f2069d0bf3161591535e68b7389792e9cb7fe043
2006-02-11 01:25:50 +00:00
drh
d64fe2f374
The LIKE optimization does the right thing when collating sequences are
...
present. LIKE expressions where the left-hand side has COLLATE NOCASE
are optimized in the default case. (CVS 2637)
FossilOrigin-Name: ef84ff795c85e9d28f1cac84ff42d8d4ef84cfc4
2005-08-28 17:00:23 +00:00
drh
80f93bf41f
In the documentation, amplify the fact that encodings cannot be changed
...
on a database that already exists. Ticket #1277 . (CVS 2503)
FossilOrigin-Name: 4704f3a19af73261ec03c0192c74a0416aeba794
2005-06-07 20:07:24 +00:00
danielk1977
5205b40393
Modify documentation to explain default value of "pragma synchronous".
...
No code changes. (CVS 2459)
FossilOrigin-Name: 453014421e9a739b47d4c28b0342454e4c686199
2005-05-16 02:13:17 +00:00
drh
4fb90f2bff
Update comments and documentation to give the true maximum page size as 32K,
...
not 64K as was previously (and erroneously) reported. Ticket #1194 . (CVS 2437)
FossilOrigin-Name: 58dd436b6572d38ea67960b8d08a0ca4359602f0
2005-03-31 21:02:45 +00:00
drh
7a8245b525
Update docs to say that the default_synchronous pragma has been removed.
...
Ticket #1049 . (CVS 2412)
FossilOrigin-Name: 21012bba176035ff69f860936794a6c2a8eac9df
2005-03-21 01:31:36 +00:00
drh
30963453c5
Rework parts of the pragma documentation. Ticket #1081 . (CVS 2354)
...
FossilOrigin-Name: 25141d9e213005940c4e57deca408e09c3e615d1
2005-02-19 13:05:47 +00:00
drh
e1b4f0374c
Remove duplicate word from documentation. Ticket #1103 . (CVS 2352)
...
FossilOrigin-Name: c1fc0a8aa96d2bd615f815b2477b801bda9e9c50
2005-02-19 12:32:57 +00:00
danielk1977
25d39a83ac
Fix typos in documentation for pragma short_column_names. Ticket #1130 . (CVS 2350)
...
FossilOrigin-Name: fac56fa1e06e15ffd738cb9b780d422a73a743ae
2005-02-18 01:15:23 +00:00
danielk1977
307a777932
Update some documentation for version 3.1. (CVS 2188)
...
FossilOrigin-Name: 5b7a5a4d69be425163135698d889797d15f56492
2005-01-10 06:39:56 +00:00
tpoindex
9a09a3caed
Add PRAGMA 'temp_store_directory'. Added os_*.c function
...
sqlite3OsIsDirWritable(), split pragma.c changeTempStorage() function into
invalidateTempStorage(). (CVS 2171)
FossilOrigin-Name: 772e22cbd69463be41c2e73b4fd4eb33946193c4
2004-12-20 19:01:32 +00:00
danielk1977
f9c852bfd5
Documentation for REINDEX and ALTER TABLE commands. (CVS 2118)
...
FossilOrigin-Name: aceaa5f6e97c93962f5d6d14de8a490efa619db4
2004-11-20 08:17:18 +00:00
danielk1977
2097e949f6
Add a documentation page for compilation options. Still some work to go. (CVS 2117)
...
FossilOrigin-Name: 5efa2d2a602c3b7249c4e6701e97b16b5ad0280d
2004-11-20 06:05:56 +00:00
danielk1977
cd45ab2d6f
Split up the lang.html page into a seperate page for each command. (CVS 2116)
...
FossilOrigin-Name: ea315668e5833befe296fc94c67f914061d2ffb2
2004-11-19 11:59:23 +00:00
danielk1977
b92b70bb0a
Change pragmas schema_cookie and user_cookie to schema_version and user_version. (CVS 2094)
...
FossilOrigin-Name: 5e058318441bb5043c609cc8fba1653995e90efb
2004-11-12 16:11:59 +00:00
danielk1977
dae2495b1f
Add the schema_cookie and user_cookie pragmas. (CVS 2089)
...
FossilOrigin-Name: d28d1d68e5104726e6088361dfa7bf2cdd9985c7
2004-11-11 05:10:43 +00:00
danielk1977
2a03c3a326
Add user documentation for the "pragma auto_vacuum" command. (CVS 2084)
...
FossilOrigin-Name: fe200eaf373998574cc059086bfc93d6c44ec5a3
2004-11-10 05:48:57 +00:00