Documentation Source Text

Timeline
Login

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

50 check-ins occurring around eb43eaf3741ff609.

2015-09-10
03:43
Improvements and clarification for the json1 documentation. (check-in: 4793854de9 user: drh tags: trunk)
2015-09-09
20:26
Typo fixes in the examples of the json1 document. (check-in: e5c50d4f24 user: drh tags: trunk)
19:01
Add examples to the json1 documentation. (check-in: bc16b0015f user: drh tags: trunk)
15:39
Enhance wrap.tcl to recognize <yyterm> elements in the input HTML and convert them into real HTML that renders an terminal-symbol oval around the enclosed text. Use this markup when talking about terminal symbols in the language specification. (check-in: 8e1d4f3bb5 user: drh tags: trunk)
02:06
Fix a typo in the json1 documentation. (check-in: 57b4eafa71 user: drh tags: trunk)
02:04
First draft of json1 documentation. (check-in: ea6f64590b user: drh tags: trunk)
2015-09-08
21:33
Improved documentation for table-valued functions and eponymous virtual tables. (check-in: 9b1f04e2d1 user: drh tags: trunk)
18:41
Updates to the change log for 3.8.12. Add documentation for eponymous virtual tables, for table-valued functions, and other new capabilities. (check-in: 456508e2ed user: drh tags: trunk)
16:25
Update language documentation to begin describing new features: (1) indexes on expressions (2) table-valued functions (3) column names on VIEWs. (check-in: d9a422f858 user: drh tags: trunk)
15:16
Update the syntax diagrams for new syntax: (1) table-valued functions (2) column names on CREATE VIEW statements (3) Indexes on expressions (check-in: 866fda3b5a user: drh tags: trunk)
2015-09-07
10:53
Fix two typos. (check-in: 0506240273 user: drh tags: trunk)
2015-09-02
11:30
Add missing parenthesis to an expression in fts3.html. (check-in: d366268bab user: dan tags: trunk)
2015-08-28
18:13
Improved explanation of how to build the command-line shell on the howtocompile.html page. (check-in: 501ee3f88e user: drh tags: trunk)
2015-08-23
20:46
Fix typos on the "opcodes.html" page. (check-in: bce35e487e user: drh tags: trunk)
2015-08-21
14:22
Add NDSeV to the front page as an acknowledged SQLite Consortium member. (check-in: ccecfa130e user: drh tags: trunk)
2015-08-20
08:58
Fix an error in the previous commit. (check-in: 3c56514778 user: dan tags: trunk)
05:47
Fix an error in an example in the FTS5 documentation. (check-in: 2ff6a32555 user: dan tags: trunk)
2015-08-19
13:55
Fix the argvIndex description in the virtual table documentation. (check-in: 26089f7cd9 user: drh tags: trunk)
2015-08-12
04:23
Additional information about WITHOUT ROWID tables. (check-in: 3710449fcd user: drh tags: trunk)
2015-08-11
16:38
Refinements to the undo/redo technical note. (check-in: 1bf74f2849 user: drh tags: trunk)
15:47
Enhancements to the arguments in favor of using SQLite as an application file format. Added the undoredo.html document. (check-in: 1e1b1d8101 user: drh tags: trunk)
2015-08-01
18:13
Update rbu.in with more details on using RBU with FTS tables and the sqldiff tool. (check-in: 95c97dad08 user: dan tags: trunk)
2015-07-31
18:32
Fix the link to the first mailing list archive. (check-in: 319676d3b8 user: drh tags: trunk)
2015-07-30
00:24
Add the UAP download to the download page. (check-in: 0a7863de9d user: drh tags: trunk)
2015-07-29
20:57
Version 3.8.11.1 (check-in: eb43eaf374 user: drh tags: trunk, release, version-3.8.11.1)
20:04
Add sha1sum and SQLITE_SOURCE_ID values for 3.8.11.1. (check-in: 9103f1af0d user: dan tags: trunk)
17:03
Update the change log, homepage, and news for version 3.8.11.1. (check-in: 213cc1119f user: drh tags: trunk)
2015-07-27
19:57
Fix typos in documentation found by requirements coverage testing. (check-in: d7cc0cb1e0 user: drh tags: trunk)
16:51
Version 3.8.11 (check-in: cae2f34af4 user: drh tags: trunk, release, version-3.8.11)
14:54
Add the sha1sum and SQLITE_SOURCE_ID for version 3.8.11. (check-in: 77de487a96 user: dan tags: trunk)
10:52
Add news for the 3.8.11 release. Tweaks to the testing document and to the change log. (check-in: 0b7f40e93e user: drh tags: trunk)
2015-07-24
20:37
Update the change log for the zeroblob64() interfaces. (check-in: ea601769ef user: drh tags: trunk)
2015-07-23
22:05
Improvements to the change log. (check-in: 12a7bb44f4 user: drh tags: trunk)
20:50
More OTA to RBU changes that were missed by the previous check-in. (check-in: 97e489408d user: drh tags: trunk)
20:49
Change the name of OTA to RBU. (check-in: 326066ebea user: drh tags: trunk)
2015-07-16
03:22
Add Sibsankar's second book to the books.html page. (check-in: cf7fe0f52c user: drh tags: trunk)
00:01
Fix typos. (check-in: 79a7fb1e3f user: drh tags: trunk)
2015-07-14
20:48
Clarify and correct details of the OTA documentation. Make it clear that the FTS5 extension is still experimental and subject to file format changes. (check-in: 709d5967ce user: drh tags: trunk)
15:59
Call FTS5 and OTA "experimental" on the change log, as they might yet receive incompatible changes. (check-in: 7b63ab1de7 user: drh tags: trunk)
13:46
Fix a minor syntax error in the tclsqlite document. (check-in: 0462837fe7 user: drh tags: trunk)
2015-07-13
22:07
First cut at OTA documentation. (check-in: a5dfd4a26b user: drh tags: trunk)
2015-07-10
17:04
Add an "application porting guide" describing the steps required to port fts3/4 applciations to fts5. Fix some other deficiencies in fts5.html. (check-in: f650ee44b0 user: dan tags: trunk)
2015-07-02
20:03
Add "Compiling and Using FTS5" section to fts5.html. (check-in: 59ff0eaf28 user: dan tags: trunk)
19:01
Update the change log. (check-in: eb5c390d52 user: drh tags: trunk)
17:59
Fix a missing comma in fts5.in. (check-in: b7f67421b7 user: dan tags: trunk)
2015-07-01
17:34
Fix a typo in the zero-malloc memory allocator documentation. (Leaf check-in: a3a3160989 user: drh tags: branch-3.8.10)
17:34
Fix a typo in the zero-malloc memory allocator documentation. (check-in: fb40525c2c user: drh tags: trunk)
2015-06-26
19:17
Make search.tcl more robust in the face of malformed MATCH queries. (check-in: f2337fb9a2 user: drh tags: branch-3.8.10)
19:15
Make search.tcl more robust in the face of malformed MATCH queries. (check-in: 04c0c2b5f2 user: dan tags: trunk)
18:47
Fix the opcode documentation generator so that it can handle digits at the end of opcode names. (check-in: 7a0fc411fe user: drh tags: trunk)