Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for pages/opcode.in
2024-04-29
| ||
20:04 | [c17f46fb17] part of check-in [1cef10271b] More tweaks to the Why SQLite Uses Bytecode document. (check-in: [1cef10271b] user: drh branch: trunk, size: 16734) | |
2023-10-06
| ||
10:46 | [b11e842f57] part of check-in [57bf6c4ae7] Global replace http://www.sqlite.org with https://www.sqlite.org in pages/*.in. (check-in: [57bf6c4ae7] user: stephan branch: trunk, size: 16614) | |
2023-08-05
| ||
19:13 | [1c899ec877] part of check-in [3a4f309162] Tiny typo fixes from [forum:31eb707250|forum post 31eb707250] and adjacent end-of-line white cleanups. (check-in: [3a4f309162] user: stephan branch: trunk, size: 16612) | |
2022-08-10
| ||
18:45 | [c96f076c3f] part of check-in [436f0088f9] Fix duplicate words reported by forum post 54abbe9ccd. (check-in: [436f0088f9] user: drh branch: trunk, size: 16621) | |
2020-05-11
| ||
15:42 | [32ea0154be] part of check-in [dc87da6361] Attempt to provide yet another tutorial introduction to how SQLite (and other SQL database engines) work in the howitworks.html document. (check-in: [dc87da6361] user: drh branch: trunk, size: 16625) | |
2020-04-06
| ||
18:59 | [0bf1026e39] part of check-in [de7905fcbb] Fix various minor HTML coding errors pointed out by Gisbert on the forum. (check-in: [de7905fcbb] user: drh branch: branch-3.31, size: 16622) | |
2019-01-22
| ||
20:59 | [c33c2228a6] part of check-in [ea5ed63f07] Clean up links in the arch.html and opcode.html documents. (check-in: [ea5ed63f07] user: drh branch: trunk, size: 16621) | |
2018-06-08
| ||
13:21 | [0aa391f45c] part of check-in [59e5f9e3da] Use https for all internal hyperlinks. (check-in: [59e5f9e3da] user: drh branch: branch-3.24-https, size: 16629) | |
2017-05-22
| ||
13:49 | [5e157cf981] part of check-in [d11890e573] Fix typos in the opcodes.html document. (check-in: [d11890e573] user: drh branch: trunk, size: 16627) | |
2017-04-29
| ||
18:03 | [2604a93425] part of check-in [1f4f0600ef] Further improvements to the opcode.html document. (check-in: [1f4f0600ef] user: drh branch: trunk, size: 16627) | |
16:55 | [9b2e31f5ee] part of check-in [21168dec96] Improved background information on the bytecode engine. (check-in: [21168dec96] user: drh branch: trunk, size: 15785) | |
2016-09-22
| ||
17:19 | [e8af04a8a0] part of check-in [bfe3dc203f] Fix typos in the opcode.html page. (check-in: [bfe3dc203f] user: drh branch: trunk, size: 14130) | |
2016-09-17
| ||
17:39 | [fc665f893b] part of check-in [20b7232027] Improvements to the bytecode engine documentation. (check-in: [20b7232027] user: drh branch: trunk, size: 14143) | |
2016-08-29
| ||
18:40 | [497f8704ef] part of check-in [dd15111c6a] New improvements to the opcode documentation. (check-in: [dd15111c6a] user: drh branch: trunk, size: 14063) | |
16:16 | [81702d5a39] part of check-in [4ab90dc6cf] Typos in the opcodes.html document. (check-in: [4ab90dc6cf] user: drh branch: trunk, size: 12442) | |
16:07 | [2341bcc7e0] part of check-in [5baf5a5191] Improvements to the opcode.html page. Minor tweaks to legacy c_interface.html and queryplanner-ng.html (check-in: [5baf5a5191] user: drh branch: trunk, size: 12440) | |
2015-08-23
| ||
20:46 | [90ceaabd98] part of check-in [bce35e487e] Fix typos on the "opcodes.html" page. (check-in: [bce35e487e] user: drh branch: trunk, size: 11023) | |
2015-06-26
| ||
18:47 | [b987a0c133] part of check-in [7a0fc411fe] Fix the opcode documentation generator so that it can handle digits at the end of opcode names. (check-in: [7a0fc411fe] user: drh branch: trunk, size: 11018) | |
2014-08-07
| ||
13:22 | [27565689f7] part of check-in [430bf0b418] General documentation updates. Attempts to provide better links and improve wording for better readability. (check-in: [430bf0b418] user: drh branch: trunk, size: 11015) | |
2014-07-25
| ||
18:38 | [9fea05d46d] part of check-in [e6972343b0] Improvements to the "opcode.html" page that documents the VDBE. (check-in: [e6972343b0] user: drh branch: trunk, size: 10695) | |
2014-07-24
| ||
13:50 | [b518516f21] part of check-in [d4097ee3bf] Add documentation about the readfile() and writefile() extension functions in the command-line shell. Additional command-line shell documentation updates. (check-in: [d4097ee3bf] user: drh branch: trunk, size: 10590) | |
2014-05-24
| ||
17:16 | [f36c05ea0b] part of check-in [4f034b4e83] Further improvements to the opcodes.html documentation generator. (check-in: [4f034b4e83] user: drh branch: trunk, size: 10412) | |
17:01 | [4b407f5ef6] part of check-in [0d929c02e3] Enhance the "opcodes.html" document to include hyperlinks from to the opcodes. (check-in: [0d929c02e3] user: drh branch: trunk, size: 10176) | |
2013-11-18
| ||
23:39 | [363c5f14cd] part of check-in [45a6eaaaa7] Updates to the "opcode.html" and "sqlite.html" documents. (check-in: [45a6eaaaa7] user: drh branch: trunk, size: 9588) | |
2013-11-08
| ||
20:06 | [ae0d93e7d6] part of check-in [3819df0c0d] First attempt at documenting WITHOUT ROWID. (check-in: [3819df0c0d] user: drh branch: trunk, size: 9001) | |
2011-02-23
| ||
21:27 | [589aa9fed1] part of check-in [479052b445] Make the opcode formatter resistent to comment text that looks like hyperlinks but is really an array index. (check-in: [479052b445] user: drh branch: trunk, size: 8952) | |
2010-09-02
| ||
04:20 | [d0d05d6496] part of check-in [db66d3a1d4] More typo fixes. (check-in: [db66d3a1d4] user: shaneh branch: trunk, size: 8894) | |
2010-08-09
| ||
15:45 | [b1d2ac4d59] part of check-in [d9e242f92a] Fix a bunch of documentation typos reported on the mailing list. (check-in: [d9e242f92a] user: drh branch: trunk, size: 8898) | |
2009-12-12
| ||
01:14 | [7f72e1ceb6] part of check-in [ac0c9ef1a2] Add requirements markings and a section on the CASE expression to the SQL language documentation. (check-in: [ac0c9ef1a2] user: drh branch: trunk, size: 8898) | |
2008-10-03
| ||
02:18 | [8fb353f78f] part of check-in [d16fcfeef7] Updates to the language documentation. Added syntax diagrams for comments and for SQL statements. (check-in: [d16fcfeef7] user: drh branch: trunk, size: 8844) | |
2008-01-24
| ||
01:58 | [4b25c1793f] part of check-in [3507d96a36] Documentation moving toward 3.5.5 (check-in: [3507d96a36] user: drh branch: trunk, size: 8844) | |
2007-12-20
| ||
03:29 | [fc092df2a2] part of check-in [16b1f03012] An attempt to get automatic hyperlinking working on all web pages. The website builds, but there are still many problems. (check-in: [16b1f03012] user: drh branch: trunk, size: 10199) | |
2007-11-12
| ||
15:32 | Added: [80c893697c] part of check-in [275febef8f] Complete reorganization of the documentation sources. (check-in: [275febef8f] user: drh branch: trunk, size: 10175) | |