Documentation Source Text

Timeline
Login

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

200 most recent check-ins using file pages/withoutrowid.in version 96b0b1e9a8

2021-10-22
19:22
Add a note about CVE-2021-42169. (Leaf check-in: 9c2a89cd40 user: drh tags: branch-3.36)
2021-10-06
10:14
Fix typo in the sign() documentation. (check-in: 6a78846f93 user: drh tags: branch-3.36)
2021-10-05
18:01
Remove duplicative section number from Atomic Commit page. (check-in: 109c9a31c8 user: drh tags: branch-3.36)
2021-09-29
13:12
Do not try to index the context of <svg> markup for search. (check-in: 4e9e946291 user: drh tags: branch-3.36)
2021-09-17
11:52
Add new requirement marks to the STRICT table documentation. Also fix a typo there. (check-in: 992b5d7660 user: drh tags: trunk)
2021-09-16
18:05
Correct a single requirement in the RTREE documentation. (check-in: 70af09cf7e user: drh tags: trunk)
2021-09-14
19:55
Typo fix in rtree documentation. (check-in: 13e88e4693 user: drh tags: trunk)
19:16
Fix some busted requirements marks in the EXPR documentation. Add the 64() suffix to sqlite3_changes and sqlite3_total_changes() in the SQL core function documentation. (check-in: a9ef8137bd user: drh tags: trunk)
18:27
RTree documentation fixes. (check-in: c2fe6c397b user: drh tags: trunk)
11:16
Scan ext/rtree/*.test for "evidence" marks. (check-in: 184fb42b4f user: dan tags: trunk)
2021-09-13
23:15
New requirements marks in rtree. (check-in: 50c0dfb34c user: drh tags: trunk)
23:06
Continuing improvement to the rtree documentation. (check-in: b253cfff16 user: drh tags: trunk)
19:22
New sample data for illustrating RTREE concepts. (check-in: 8b0f880b08 user: drh tags: trunk)
14:45
Minor fixes to the rtree documentation. (check-in: 39d61b00a3 user: drh tags: trunk)
12:01
Simplifications to the STRICT documentation. (check-in: 71c6908056 user: drh tags: trunk)
11:28
Remove three arguments about why SQLite is not coded in Rust or Go from the "whyc.html" document. (check-in: 74c43386e3 user: drh tags: branch-3.36)
2021-09-10
20:38
Documentation tweaks for RTREE and STRICT tables. Add many requirements marks to RTREE. (check-in: 9f2bb99cd2 user: drh tags: trunk)
2021-09-09
12:53
Update the CVE list with a new CVE that mentions SQLite but has nothing to do with SQLite. (check-in: e972ac344f user: drh tags: branch-3.36)
2021-09-08
19:01
Another typo fix - this time in datatype3.html. (check-in: 1d20e141ec user: drh tags: trunk)
18:52
Fix typo in the STRICT documentation. (check-in: 9f82e552fd user: drh tags: trunk)
2021-09-07
19:28
Clarify schema comparisons for sqldiff. Mention (new) --table sqlite_schema option. (check-in: 16ae2db841 user: larrybr tags: trunk)
2021-08-25
23:23
Change the cves.html document due to the fact that a correction and clarification to CVE-2021-36690 was received and implemented. (check-in: 78013d22aa user: drh tags: branch-3.36)
2021-08-24
21:13
Rename and tweak the "Advantages of Flexible Typing" document. (check-in: 6d8f3f7ffb user: drh tags: trunk)
19:48
Add CVE-2021-36690 to the list. (check-in: 0c07b234f9 user: drh tags: branch-3.36)
19:00
More improvements to datatype documentation. (check-in: d574ce1f35 user: drh tags: trunk)
14:31
First draft of a document defending flexible typing against its critics. (check-in: de16ee6a9e user: drh tags: trunk)
2021-08-23
10:35
Typo fixes. (check-in: c8e3641fb4 user: drh tags: trunk)
2021-08-22
22:48
Proposed new definition of STRICT tables. (check-in: 26a4727f29 user: drh tags: trunk)
2021-08-21
21:04
Fix a typo in the lemon.html documentation page. (check-in: 7d8e36e6eb user: drh tags: branch-3.36)
20:50
De-typo in Lemon doc (check-in: afc57c1161 user: larrybr tags: trunk)
2021-08-20
15:48
Initial documentation for STRICT tables. (check-in: a62eba124d user: drh tags: trunk)
15:27
First bits of documentation about STRICT tables. (Closed-Leaf check-in: 0b842e6e48 user: drh tags: strict-tables)
00:18
Document new STRICT table option (check-in: e668c1ce28 user: larrybr tags: strict-tables)
2021-08-12
10:50
Fix some grammar issues in fts5.in. (check-in: 053c63ecc5 user: dan tags: trunk)
2021-08-11
16:12
Further enhancements to fts5 shadow table data format documentation. (check-in: c5d7ec9a1d user: dan tags: trunk)
2021-08-10
21:18
Further enhancements for fts5 documentation. (check-in: 05ad966e28 user: dan tags: trunk)
2021-08-09
22:00
Begin documenting the fts5 on-disk format. (check-in: 018ff48a67 user: dan tags: trunk)
2021-08-06
22:22
Enhanced SELECT documentation: State explicitly that the value of a bare column in an aggregate query with no input rows is arbitrary. (check-in: cf8be0cd71 user: drh tags: trunk)
2021-08-01
21:40
For .expert command, indicate how to deal with schema using extension functions. (check-in: f1c94aeb9c user: larrybr tags: trunk)
2021-07-30
22:55
Address wee language nits in sqlite3_snprintf() history explication (check-in: f43c4eb1f1 user: larrybr tags: trunk)
2021-07-27
23:51
Bring FAQ on ALTER TABLE up to date (check-in: 9ea300daac user: larrybr tags: trunk)
2021-07-21
12:08
Update the ALTER TABLE ADD COLUMN documentation to discuss its new behavior of verifying CHECK and NOT NULL constraints against preexisting rows. (check-in: 3f4ef35f32 user: drh tags: trunk)
11:50
Add the change log for version 3.37.0. (check-in: ae09c6cd46 user: drh tags: trunk)
2021-07-19
17:02
For the download.html page, add the set the variable LAST_MAJOR_RELEASE directly. We'll have to change this manually with each release. (check-in: 759479fcf6 user: drh tags: trunk)
16:49
Improvements to the documentation on how to enforce required parameters to table-valued functions using SQLITE_ERROR returns from xBestIndex. (check-in: 234ddab3ec user: drh tags: trunk)
16:45
Improvements to the description of how to get good error messages out of xBestIndex for required table-valued function parameters. (Leaf check-in: f6864997ba user: drh tags: xbestindex-errors)
16:44
More precision in the description of operator precedence in the lang_expr.html page. (check-in: faee65e4fa user: drh tags: trunk)
16:36
Minor formatting enhancements to the new precedence description in the Expression documentation. (Closed-Leaf check-in: 43247e25e1 user: drh tags: operator_traits)
16:18
In operators table, colorize (as before). Zap a bad footnote ref. (check-in: 62be0ee30f user: larrybr tags: operator_traits)
02:08
Merge operator precedence/associativity clarifications/additions instigated by forum thread https://sqlite.org/forum/forumpost/b9902fe09a . (check-in: 5b3ed74e59 user: larrybr tags: trunk)
01:58
Op-prec partly reverted to get linkage working. (To be made more organized and coherent later.) (check-in: 11e0ea3d16 user: larrybr tags: operator_traits)
00:03
Operator precedence done, text revised to match, but 5 links broken. (check-in: bd8fb1f74f user: larrybr tags: operator_traits)
2021-07-18
17:27
In big expr railroad chart, make only LIKE get an ESCAPE clause. (check-in: 6fa8195610 user: larrybr tags: trunk)
01:27
reorg operator precedence/associativity/aryness, and for more of them (check-in: 71f8627b5c user: larrybr tags: operator_traits)
2021-07-16
17:20
Update the generate_series() documentation to show that the first argument is now required. Enhance the virtual-table documentation to explain in detail how to construct an xBestIndex method that forces some arguments to a table-valued function to be required. (check-in: 3008d3fbc2 user: drh tags: trunk)
2021-07-15
16:18
Revise TCL integration. (cleaner) Prepare for tool and extension detail doc. (check-in: b6057aff5f user: larrybr tags: cli_extension)
04:48
More on TCL, both as extension and another execution option. (check-in: 1fadb0c3ad user: larrybr tags: cli_extension)
2021-07-14
20:57
Create predecssor of shell extensibility doc. (check-in: a01e599239 user: larrybr tags: cli_extension)
01:18
Restore accidental delete of deprecated compile option. (check-in: 97db38da0c user: larrybr tags: trunk)
01:11
Correct ancient typo, correct interface function macro exclusiveness assertion (check-in: 3341553596 user: larrybr tags: trunk)
00:33
Update 'Compiler ... Control' section in 'Compile-time Options' (check-in: 466497f575 user: larrybr tags: trunk)
2021-07-05
12:14
Add the word "the" into the title "defense against the dark arts". (check-in: 5b06972cc9 user: drh tags: trunk)
2021-06-30
19:14
Revise HTLM comment CSV table and document it. (check-in: 6260f34689 user: larrybr tags: trunk)
2021-06-28
22:32
Shed extranous div close tag. (check-in: eec2c7dec4 user: larrybr tags: trunk)
2021-06-26
21:20
Add an HTML comment to the download.html page that is easy for scripts to read and extract build product names and metadata. (check-in: a5c082a634 user: drh tags: trunk)
2021-06-23
17:42
Document SQLITE_ENABLE_NORMALIZED option. (check-in: 49eb960b86 user: larrybr tags: trunk)
2021-06-21
04:46
Conform sqlite_parameters schema to implementation. (check-in: 458aa9aa0a user: larrybr tags: trunk)
03:17
Correct name of lsmode() (check-in: 500fb25afc user: larrybr tags: trunk)
2021-06-18
18:45
Version 3.36.0 (check-in: 1207f6c70f user: drh tags: trunk, release, version-3.36.0)
18:34
Add a news item for the 3.36.0 release. (check-in: bcdc3680a5 user: drh tags: trunk)
13:44
Merge the wapp.tcl fix. (check-in: dd65eef797 user: drh tags: trunk)
13:43
Update the built-in copies of wapp.tcl to the latest version that fixes the backslash problem reported by SQLite forum post 8fb639b5ad. (Leaf check-in: a92de28e5e user: drh tags: branch-3.35)
2021-06-17
22:41
Update the speed and size spreedsheet. (check-in: 4b2bf80ec6 user: drh tags: trunk)
16:11
Fix typos in recent changes. (check-in: 340f253778 user: dan tags: trunk)
2021-06-15
13:15
Bring CLI command list up to date. (check-in: 03b21f389f user: larrybr tags: trunk)
2021-06-12
18:40
Merge 3.35 fixes into trunk. (check-in: 01f903cf1a user: drh tags: trunk)
18:32
Fix the expression syntax diagram. DISTINCT is not required for the first argument of a function. (check-in: 12118bdbb8 user: drh tags: branch-3.35)
2021-06-11
16:58
Update the built-in Pikchr formatter to the latest version that includes support for alternative spellings for "<-" and "->" tokens. Make use of this new feature to omit "<" characters from embedded Pikchr text on documentation pages. (check-in: 5a0eb23b3e user: drh tags: trunk)
2021-06-10
19:09
Add new text to queryplanner-ng.html to talk about the newer and better approach to query optimization in Fossil using PRAGMA optimize. (check-in: 31f540fa7a user: drh tags: trunk)
18:46
Also convert the second diagram in queryplanner-ng.html into Pikchr. (check-in: 7684d973c9 user: drh tags: trunk)
17:28
Convert the TPC-H Q8 diagram from a GIF into PIKCHR. (check-in: e484b8b83a user: drh tags: trunk)
00:24
Merge in fixes from branch-3.35. (check-in: a91ad6f8ef user: drh tags: trunk)
2021-06-07
23:44
Extend the discussion of the minimum precision for printf() to the compilation options document. (check-in: 97d7ef69b6 user: drh tags: branch-3.35)
23:33
Raise the recommended security value for SQLITE_PRINTF_PRECISION_LIMIT from 1000 to 100000, as this limit also limits the maximum size of a CREATE statement. (check-in: f3fa151b44 user: drh tags: branch-3.35)
00:42
Fix a typo in the printf() documentation. (check-in: 7127279460 user: drh tags: trunk)
2021-06-04
00:59
Update the change log for 3.36.0 (check-in: eedf040d0d user: drh tags: trunk)
2021-06-03
20:37
Update the estimated number of cellphones. (check-in: e3af443deb user: drh tags: trunk)
2021-06-02
14:34
Amplify the warning about mixing affinities in a compound SELECT by giving that paragraph its own heading and by adding a link to the recent bug report that was caused by this indeterminacy. (check-in: 3de5232216 user: drh tags: branch-3.35)
14:18
Add a #fragment anchor to the paragraph on compound view affinities. (check-in: 9653e63b4c user: dan tags: branch-3.35)
2021-05-25
16:27
Cherrypick vtable xBestIndex to xFilter communication clarification. (check-in: 5c67f4e57d user: larrybr tags: branch-3.35)
16:22
Clarify vtable xBestIndex to xFilter communication. (check-in: 495a1efae0 user: larrybr tags: trunk)
2021-05-21
00:17
Fix the "addtoc" TCL routine that adds a table-of-contents to each document so that it passes through SVG unchanged. This fixes the display of the geopoly documentation. (check-in: 55abd1c581 user: drh tags: trunk)
2021-05-17
18:22
Mention the improvement to the constant-propagation optimization in the change log. (check-in: 563e46304a user: drh tags: trunk)
2021-05-12
15:48
Update the 3.36.0 change long with the memdb VFS enhancement. (check-in: 5f66fbfc54 user: drh tags: trunk)
2021-04-28
05:08
Cherry pick add materialization hints to CTE syntax chart. (check-in: 01fdd97047 user: larrybr tags: branch-3.35)
04:35
Add materialization hints to CTE syntax chart. (check-in: 5d087a7e27 user: Larry tags: trunk)
2021-04-27
19:34
The "window-defn" on the syntax diagrams for select-core and select-stmt should be a box, not an oval, because it has substructure. (check-in: b57f867fa6 user: drh tags: branch-3.35)
2021-04-24
12:38
Add a bullet about the BOM enhancement to the change log. (check-in: 469332939f user: drh tags: trunk)
2021-04-23
13:15
Merge in the latest branch-3.35 changes. (check-in: 1545c4fd49 user: drh tags: trunk)
2021-04-22
11:54
Clarify some of the language on the copyright page. (check-in: dc3302e267 user: drh tags: branch-3.35)
2021-04-19
18:36
Version 3.35.5 (check-in: 2bca055d13 user: drh tags: branch-3.35)
2021-04-16
18:10
Mention CVE-2021-28305 in the CVE list, even though the bug is in third-party software, because SQLite is mentioned by name in CVE description. (check-in: ff1c5e57dc user: drh tags: branch-3.35)
2021-04-13
18:51
Provide a link to the GitHub mirror from the download.html page. (check-in: 025ff9e6c2 user: drh tags: branch-3.35)
17:26
Correct minor CLI doc discrepencies mentioned at https://sqlite.org/forum/forumpost/e6ba917f72 . (check-in: f63662814c user: larrybr tags: branch-3.35)
2021-04-12
21:18
Document result column selection via integer constants in GROUP BY. (check-in: 78d2dd4520 user: larrybr tags: branch-3.35)
2021-04-11
20:03
Omit the code of conduct and code of ethics from the FTS index, to make them harder for haters to find. (check-in: 247c8e7c25 user: drh tags: branch-3.35)
2021-04-07
17:45
State CLI shell's argument parsing and quoting rules. (check-in: f0f68ff272 user: larrybr tags: branch-3.35)
17:33
Attempt to fix a typo in search. (check-in: 809cbde355 user: drh tags: branch-3.35)
11:02
Typo fix in privatebranch.html. (check-in: 73f166efb9 user: drh tags: branch-3.35)
2021-04-05
22:58
Insert a rebuttal of the grossly exaggerated impact of CVE 2021-20227. (check-in: db3d49b2a7 user: drh tags: branch-3.35)
2021-04-02
16:19
Mention piped source option for .import command. (check-in: 3a66d34730 user: larrybr tags: branch-3.35)
15:31
Enhancement to the RETURNING documentation. (check-in: 9f935a41c1 user: drh tags: branch-3.35)
15:30
Version 3.35.4 (check-in: 6f6f2ff5ee user: drh tags: branch-3.35)
2021-04-01
18:24
Mention piped source option for .import command. (check-in: 7652db76ff user: larrybr tags: trunk)
2021-03-31
17:25
Fix a typo on the frame-spec.pikchr syntax diagram. (check-in: 3617d4f844 user: drh tags: branch-3.35)
2021-03-26
18:29
Merge the documentation updates on the 3.35 branch into trunk. (check-in: da382790f1 user: drh tags: trunk)
18:25
Clarification of the harm statement of CVE-2021-20227. (check-in: 178512ed42 user: drh tags: branch-3.35)
12:19
Version 3.35.3 (check-in: 62dcfe1803 user: drh tags: release, branch-3.35, version-3.35.3)
2021-03-23
20:19
Revise the EXPLAIN QUERY PLAN documentation to conform to the new output format. (check-in: e2da609e66 user: drh tags: trunk)
20:08
Add an entry for CVE 2021-20227 to the vulnerabilities page. (check-in: 2706ba81b8 user: drh tags: branch-3.35)
20:02
Begin recording changes for the 3.36 development cycle. (check-in: 39e6c41006 user: drh tags: trunk)
19:57
Changes associated with 3.35 patches. (check-in: 0e56b31f8c user: drh tags: branch-3.35)
2021-03-22
14:12
Proposed changes for the 3.35.3 patch release. (check-in: a1325c8133 user: drh tags: trunk)
01:28
Clarity tweaks to FROM clause diagrams. (check-in: 53e9fbe353 user: larrybr tags: trunk)
00:46
Add join-clause into empty FROM clause list path of SELECT syntax diagrams. (check-in: 53a0a96734 user: larrybr tags: trunk)
2021-03-17
21:11
Discussion of the bug fix to non-deterministic date/time functions. (check-in: e315d802ed user: drh tags: trunk)
20:00
Record the check-in and date for 3.35.2 in chronology.in. (check-in: d8f7573d12 user: drh tags: trunk)
19:08
Version 3.35.2 (check-in: d935787014 user: drh tags: trunk, release, version-3.35.2)
2021-03-15
17:13
Update the SQLITE_SOURCE_ID value in the changelog for version 3.35.1. (check-in: f030340c31 user: dan tags: trunk, release, version-3.35.1)
17:04
Version 3.35.1 (check-in: ce12450bbd user: drh tags: trunk)
12:20
Fix the keyword list to include MATERIALIZED and RETURNING. (check-in: 83dcb37d7f user: drh tags: trunk)
2021-03-12
23:40
Adjust the omitted.html page to indicate that DROP COLUMN is now supported. (check-in: 6400fd54e4 user: drh tags: trunk)
15:17
Version 3.35.0. (check-in: 8cce67de75 user: drh tags: trunk, release, version-3.35.0)
2021-03-11
21:42
Update the speed-size spreadsheet. (check-in: bcb11bed7e user: drh tags: trunk)
2021-03-09
22:03
Clarify the operation of the trunc() function. (check-in: fc350731cd user: drh tags: trunk)
2021-03-05
18:34
Update the change log to mention that SQLITE_DBCONFIG_ENABLE_VIEW now allows TEMP views, by analogy to the SQLITE_DBCONFIG_ENABLE_TRIGGER change. (check-in: de7d1ae0cd user: drh tags: trunk)
14:54
Minor documentation updates. (check-in: 32a238d5ca user: drh tags: trunk)
2021-03-04
18:48
Fixes to docapp. Improvements to the makefile. (check-in: 07cd8ab1c0 user: drh tags: trunk)
18:43
Minor comment fix in testing.in. (check-in: d74da90907 user: drh tags: trunk)
18:38
Temporary work-around for sqlite3 shell bug. (.ar -c with sqlite3 -append fails.) (Closed-Leaf check-in: 9fb7386101 user: larrybr tags: build_de-nit)
00:53
For pragma encoding doc, indicate how the default encoding is determined. (check-in: ee3112fbee user: larrybr tags: trunk)
2021-03-03
14:21
Cure contradiction regarding table content alteration. (check-in: e59b0c2241 user: larrybr tags: trunk)
13:53
Clarify check constraint interaction with column drop. (check-in: 61dec51655 user: larrybr tags: trunk)
2021-03-02
16:57
Mention atanh(), too. (check-in: a7b0387a7d user: larrybr tags: trunk)
16:27
Fix some grammar, improve clarity, correct mathematical nits. (check-in: 4ee13c6f67 user: larrybr tags: trunk)
01:56
Get docsapp to work (again), faster, with some --help output. More cleanup degrees. (check-in: 9b916b865b user: larrybr tags: build_de-nit)
2021-03-01
18:08
In how-to-compile, add -lm to gcc builds (because math functions are in by default.) (check-in: a70b2f3fc2 user: larrybr tags: trunk)
16:42
Formatting detail on the change log. (check-in: bb8f139f8e user: drh tags: trunk)
15:44
Improvements to the change log. (check-in: a587c167b5 user: drh tags: trunk)
14:24
Enhancements to the testing.html document. (check-in: c39ee51720 user: drh tags: trunk)
12:57
Merge AS MATERIALIZED documentation enhancements. (check-in: 87a0f4972f user: drh tags: trunk)
12:55
Fix broken link to the mailing list. Replace it with a link to the forum. (check-in: 2974911cfa user: drh tags: trunk)
12:52
Clear up docapp dir/app collision, speed caret removal and make it portable. (check-in: 64789d0218 user: larrybr tags: build_de-nit)
12:43
Create new branch named "build_de-nit" (check-in: 43b2a0c1fc user: larrybr tags: build_de-nit)
2021-02-28
18:41
Typo fix, plural to possessive. (check-in: d9df475a24 user: larrybr tags: trunk)
2021-02-26
21:00
Provide a "Search" feature on the "docs.html" page. This is the same as the search feature from the Search menu item, but is in the user's face rather than requiring the user to find the "Search" button. (check-in: 7f769c42ba user: drh tags: trunk)
2021-02-25
14:48
Clarify: [NOT] MATERIALIZE is a hint, not a dictate. (Closed-Leaf check-in: a0fb8ec14b user: larrybr tags: as-materialized-redux)
05:41
Fixed min/max scalar/aggregate confusion reported at https://sqlite.org/forum/forumpost/7b60ca0b85 . This was an obvious error with knarly causation and a somewhat less knarly solution. (check-in: dd7fe37832 user: larrybr tags: trunk)
2021-02-24
12:48
Update obsolete hash type for sqlite_source_id() function. (Flagged by Mr. Beal.) (check-in: 94c9aa9fe9 user: larrybr tags: trunk)
2021-02-22
15:59
Merge the materialization hint documentation to trunk. (check-in: 9fc8e65396 user: drh tags: trunk)
15:27
Documentation on the materialization hints. (check-in: 01faf091f4 user: drh tags: as-materialized-redux)
2021-02-21
12:53
Fix typos and missing items in the change log for 3.35.0 (check-in: e029a818bd user: drh tags: trunk)
2021-02-19
14:47
Merge typo fixes from the 3.34 branch. (check-in: 23825af9b8 user: drh tags: trunk)
14:28
Clarification of the DROP COLUMN restrictions. (check-in: e79dca4a51 user: drh tags: trunk)
14:17
Add documentation for ALTER TABLE DROP COLUMN. (check-in: 9682d5370f user: drh tags: trunk)
2021-02-17
13:13
Typo fix and clarification on the description of the ".width" argument in the CLI. (Leaf check-in: fdb416d609 user: drh tags: branch-3.34)
2021-02-12
20:43
Merge updates to "SQLite Over a Network" doc and related tweaks. (check-in: e721bf01af user: larrybr tags: trunk)
19:05
Mention NFS fsync() issues in How To Corrupt ... section. (Closed-Leaf check-in: 518e2ac357 user: larrybr tags: use_over_network)
02:17
Spell checker should have been run. 3 mispellings fixed. (check-in: 17cdffda9b user: larrybr tags: use_over_network)
00:39
Prolixity reduction, 10.0% by word count. "ACID" is now in indices. (check-in: 7b6ddd6c57 user: larrybr tags: use_over_network)
2021-02-11
18:21
New target, doc/<whatever>.html , for speedy, single docpage development. (Leaves red links now.) (Leaf check-in: 45149b39ce user: larrybr tags: faster_make)
18:12
Create new branch named "build_streamline" (Leaf check-in: 8438309f9a user: larrybr tags: build_streamline)
2021-02-10
11:43
Create new branch named "faster_make" (check-in: aa700e13d1 user: larrybr tags: faster_make)
11:24
Merge typo fix from the 3.34 branch. (check-in: a85f388e6c user: drh tags: trunk)
11:12
Merge the new "useovernet.in" document and enhancements to "sqldiff" documentation. (check-in: 8cc6798f37 user: drh tags: trunk)
04:38
Add a page on issues associated with DB access over a network filesystem. (check-in: c9703f6dd4 user: larrybr tags: use_over_network)
2021-02-09
15:31
Create new branch named "use_over_network" (check-in: fc8de90ffc user: larrybr tags: use_over_network)
00:10
Modify sqldiff docs to mention empty --changeset output for certain rowid-hidden and PK-less tables. (Closed-Leaf check-in: 1b2ddbe529 user: larrybr tags: sqldiff_changeset)
2021-02-08
23:37
Create new branch named "sqldiff_changeset" (check-in: 25a3db0d3c user: larrybr tags: sqldiff_changeset)
13:46
Relax the subquery naming restriction on RETURNING clauses, due to enhancements added to the core code. (check-in: 9b1da78091 user: drh tags: trunk)
2021-02-06
15:33
Fix typo: "INDEX BY" should be "INDEXED BY" (check-in: 2aa06b0fc1 user: drh tags: branch-3.34)
2021-02-05
18:06
Update the RETURNING documentation to define the processing order. (check-in: 1d12f68d85 user: drh tags: trunk)
2021-02-04
23:29
Update the Forwards Compatability warning on RETURNING to reflect the change of implementation. (check-in: dab7baa72a user: drh tags: trunk)
2021-02-03
16:09
Merge fixes from the 3.34 branch. (check-in: 0bb116294e user: drh tags: trunk)
16:07
Merge the RETURNING changes. (check-in: bcc98c0be1 user: drh tags: trunk)
01:12
Add the SQLITE_DBCONFIG_ENABLE_TRIGGER change to the change log. Updates to the RETURNING documentation. (Closed-Leaf check-in: e95fde2606 user: drh tags: returning)
2021-02-02
21:04
Update docs to indicate that SQLite does detect and error-out of aggregates in a RETURNING clause. Also fix a typo. (check-in: 939b7340fb user: drh tags: returning)
18:33
Forwards compatibility statement on RETURNING. (check-in: 6b4d4d38c1 user: drh tags: returning)
15:06
More refinement of RETURNING documentation. Trying to make it more precise and cover all possible angles. (check-in: a77c85bf1c user: drh tags: returning)
14:20
More detail in the RETURNING documentation. (check-in: da6e56a86c user: drh tags: returning)
12:11
Preliminary documentation for RETURNING. (check-in: faa8501a4a user: drh tags: returning)
2021-02-01
21:53
Add the RETURNING clause to the UPDATE/DELETE statements with LIMIT. (check-in: d3182cdbb6 user: drh tags: returning)
19:25
Typo fix and clarification to PRAGMA analysis_limit. (check-in: f8e651e0eb user: drh tags: branch-3.34)
19:20
Update the DELETE, INSERT, and UPDATE syntax diagrams to show the RETURNING clause. Still need to do delete-stmt-limited and update-stmt-limited. (check-in: fc9711b569 user: drh tags: returning)
13:50
Add a syntax diagram for the RETURNING clause. (check-in: afce2544ec user: drh tags: returning)
13:25
Merge changes from the 3.34 branch. (check-in: 4b3068b294 user: drh tags: trunk)
2021-01-28
19:22
Fix typo in the CREATE TABLE documentation. (check-in: 193ce12863 user: drh tags: branch-3.34)
14:42
Update links to show all changes since the last *major* release. (check-in: e17f14a170 user: drh tags: branch-3.34)
14:38
Tighten up the language and simplify the why-not-git document. (check-in: cc3966e34b user: drh tags: branch-3.34)
2021-01-27
19:46
Merge changes from the 3.34 branch. Add mentions to two significant bug fixes in the change log. (check-in: d0fe9d2144 user: drh tags: trunk)