Documentation Source Text

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around 1495fead09f48103.

2009-03-31
12:52
Documentation updates for version 3.6.12. (check-in: 03760bb55c user: drh tags: trunk)
2009-03-27
15:12
Make it clear that the case_sensitive_like pragma installs a new application-defined LIKE function. (check-in: e96456b379 user: drh tags: trunk)
2009-03-23
08:29
Update the last sentence of sharedcache.html to read "These restrictions were dropped in version 3.5.0.". (check-in: d1b5895b06 user: dan tags: trunk)
2009-03-22
20:48
Mark the INDEXED token as being usable as an object name. (check-in: d2a68d4718 user: drh tags: trunk)
2009-03-19
09:01
Update unlock_notify.html to include a wrapper for sqlite3_prepare_v2(). (check-in: c020c0034c user: dan tags: trunk)
00:04
Fix a typo in the limits.html document. (check-in: 6ddbe9cdf0 user: drh tags: trunk)
2009-03-18
15:14
Add a new FAQ entry that attempts to explain the difference between single quotes and double quotes. (check-in: b405f2eeeb user: drh tags: trunk)
14:19
Fix typos in documentation. This is the fix for ticket [9ed3b9626c9462e11a557621152f3e2d4eead482] (check-in: cfa4627882 user: drh tags: trunk)
2009-03-17
11:07
Fix typo in the rtree.html webpage. CVSTrac ticket #3730. (check-in: 61871a4c17 user: drh tags: trunk)
2009-03-16
20:20
Additional documentation updates for the 3.6.12 release. Also, added new emphasis that SQLITE_OMIT_* options only work with canonical sources and are unsupported. (check-in: 725dade577 user: drh tags: trunk)
13:34
Tweaks to the sqlite3_unlock_notify() documentation. (check-in: 14a827286f user: drh tags: trunk)
2009-03-13
16:08
Minor update to unlock_notify.in. (check-in: 9a56445dbf user: dan tags: trunk)
15:33
Add a page that illustrates use of the new experimental sqlite3_unlock_notify() API. (check-in: f0a5786f01 user: dan tags: trunk)
2009-03-06
04:13
Added a few more FAQ entries. Minor update and corrections. (check-in: 4072a11193 user: shaneh tags: trunk)
2009-03-05
21:46
Fixed some typos and spelling mistakes. (check-in: 832ea9eb72 user: shaneh tags: trunk)
2009-03-04
12:20
Fix spelling of precede and preceding in a few places. Cvs ticket 3700. (check-in: 67c02fcc03 user: dan tags: trunk)
2009-02-23
18:14
Added the beginnings of a change log for version 3.6.12. (check-in: c926b561a2 user: drh tags: trunk)
17:59
Add documentaion on the reverse_unordered_selects pragma. (check-in: 06452075a4 user: drh tags: trunk)
2009-02-22
16:52
Typo: change "what" to "want" in limits.html. (check-in: 4c0e0cc065 user: drh tags: trunk)
2009-02-20
14:08
Demonstrate the ability to include syntax diagram GIFs in requirements. (check-in: a51c22424f user: drh tags: trunk)
2009-02-19
14:38
Update and reformat the requirements documents. (check-in: 1112ebf74b user: drh tags: trunk)
2009-02-18
18:36
Move C-API requirements text out of sqlite.h.in and into docsrc. (check-in: cb8f091c8f user: drh tags: trunk)
2009-02-17
18:10
Update statistics in the testing.html document. (check-in: cd844328a2 user: drh tags: trunk)
06:47
Remove unused label "loaddb_out" from example code in backup.in. (check-in: 4801fe3258 user: dan tags: trunk)
2009-02-16
17:42
Documentation updates in preparation for version 3.6.11. (check-in: f647c36e45 user: drh tags: trunk)
16:16
Additional clarifications to the syntax diagrams. (check-in: 1495fead09 user: drh tags: trunk)
2009-02-14
19:00
Tweaks to the syntax diagrams to make them more readable. (check-in: b28d410e7d user: drh tags: trunk)
2009-02-13
22:41
Improvements to the join-op syntax diagram. Do not show the RIGHT and FULL outer join options, since SQLite does not do them (yet). (check-in: 122764735d user: drh tags: trunk)
15:09
Additional hyperlinks associated with shared cache mode and limits. (check-in: 1762225ee3 user: drh tags: trunk)
15:09
Corrections to the bubble diagram for ANALYZE. (check-in: f12500891b user: drh tags: trunk)
2009-02-11
15:05
Update the limits documentation with additional description and hyperlinks to the sqlite3_limit() interface. (check-in: a9b40186dd user: drh tags: trunk)
2009-02-10
13:40
Minor edits to the backup application note. Integrate the same into the other documents. (check-in: d2614c5467 user: drh tags: trunk)
2009-02-05
19:45
Change fileformat.in to use Tcl instead of javascript for toc generation etc.. (check-in: 0ca8a50964 user: dan tags: trunk)
19:43
Add a page with some backup API examples. (check-in: 0c996cb98b user: dan tags: trunk)
02:33
Enhancements to the SQL language documentation. (check-in: c8dc1e13d7 user: drh tags: trunk)
2009-02-04
23:29
Documentation changes in preparation for the 3.6.11 release. (check-in: b9fd0996f1 user: drh tags: trunk)
2009-02-02
13:04
Fix a typo on the homepage. (check-in: b8436f59f5 user: drh tags: trunk)
02:15
Clarifications to core function documentation. (check-in: 1747b46fb5 user: drh tags: trunk)
2009-01-30
02:25
Previous fix to althttpd.c contained bugs in the mimetype finder. This version has actually been tested on the website. (check-in: 9e171b8ba5 user: drh tags: trunk)
01:55
Much larger mimetype table for the webserver. (check-in: 5666307201 user: drh tags: trunk)
2009-01-29
19:28
Update the keyword list and description in the language documentation. CVSTrac ticket #3612. (check-in: 561c52b85b user: drh tags: trunk)
2009-01-26
14:15
Add FAQ #20. (check-in: 32f90bde6c user: drh tags: trunk)
14:06
Update the descriptions of download products. Tweaks to the HLR. (check-in: 899c36f139 user: drh tags: trunk)
2009-01-16
12:11
Add SAVEPOINT and RELEASE to the list of SQL keywords. (check-in: 83b399eb79 user: dan tags: trunk)
2009-01-15
20:39
Fix typo in news.html. (check-in: f492a1d67d user: drh tags: trunk)
17:29
Fix typos in the news.html document. (check-in: d70562dba0 user: drh tags: trunk)
15:58
Tweaks to the 3.6.10 release documentation. (check-in: eb679e3242 user: drh tags: trunk)
14:45
Preparation for the 3.6.10 release. (check-in: fa09fac9b0 user: drh tags: trunk)
2009-01-14
06:51
Fix minor typo in pragma.html. (check-in: 0fec42b940 user: dan tags: trunk)
02:17
Changes for version 3.6.9. (check-in: 01bd9245c3 user: drh tags: trunk)