Documentation Source Text

Timeline
Login

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

200 most recent check-ins using file pages/arch.in version e20de10172

2020-10-01
19:39
Add the ability to translate Pikchr text to the TCL interpreter used to build the website. Omit all of the *.svg files from the check-in because they are now generated at compile-time directly from the *.pikchr files. All SVG is inline instead of being in separately loaded files. check-in: 64e6c50273 user: drh tags: trunk
18:23
Put all of the syntax diagrams in-line rather than loading them as separate files. check-in: 285efd6656 user: drh tags: trunk
2020-09-27
11:54
Fix typo in famous.html check-in: 9013ecdf63 user: drh tags: branch-3.33
2020-09-26
22:45
Update the FAQ to describe the new syntax diagram technology. check-in: 2966044012 user: drh tags: trunk
22:31
Generate syntax diagrams using Pikchr check-in: 9f5383c824 user: drh tags: trunk
22:29
Create a TCL script that converts all *.pikchr files into *.svg files and constructs syntax_linkage and syntax_order. Clean up legacy. Closed-Leaf check-in: c877e0ff4a user: drh tags: svg-syntax
2020-09-25
17:27
Fix syntax diagram linkage so that it always goes to SVGs, never to GIFs. check-in: 2280617160 user: drh tags: svg-syntax
16:45
Remove the old Tk script for generating syntax diagrams. Patch up the Makefile. Still to do:
  1. Automate generation of the syntax_linkage.tcl file
  2. Include pikchr source code in the source tree
  3. README.md file explaining how to implement the syntax diagram pikchr scripts and how to build the SVG files
  4. Improve some of the existing diagrams
check-in: ec5c7e80fa user: drh tags: svg-syntax
16:39
Last three GIFs converted. check-in: 05c85f544f user: drh tags: svg-syntax
16:17
upsert-clause, vacuum-stmt, and window-definition check-in: c864439cba user: drh tags: svg-syntax
15:23
type-name, update-stmt, and update-stmt-limited check-in: 9d6aaa6c11 user: drh tags: svg-syntax
13:03
table-or-subquery check-in: 1776394058 user: drh tags: svg-syntax
2020-09-24
20:53
table-constraint check-in: 34d929e01e user: drh tags: svg-syntax
14:37
sql-stmt-list check-in: 8f63a61ff7 user: drh tags: svg-syntax
14:24
sql-stmt check-in: 7ea65ac585 user: drh tags: svg-syntax
13:46
simple-function-invocation and simple-select-stmt. check-in: 305dc14430 user: drh tags: svg-syntax
13:11
signed-number check-in: 65b46ed928 user: drh tags: svg-syntax
12:39
Minor tweaks to select-stmt. check-in: 73084eb917 user: drh tags: svg-syntax
11:53
No background color at all on the select-core subset of select-stmt - just a gray border. check-in: aa884bd27e user: drh tags: svg-syntax
11:25
Lighter background color for "select-core" within "select-stmt" check-in: e8177053e8 user: drh tags: svg-syntax
05:31
select-stmt, with a tinted background for the select-core. check-in: 296f548eeb user: drh tags: svg-syntax
04:22
select-core check-in: 405151ac80 user: drh tags: svg-syntax
01:14
savepoint-stmt check-in: 8698f49d49 user: drh tags: svg-syntax
01:11
release-stmt, result-column, and rollback-stmt check-in: 0fa36afc9b user: drh tags: svg-syntax
00:45
raise-function, recursive-cte, and reindex-stmt check-in: 25e8db2da4 user: drh tags: svg-syntax
00:14
pragma-stmt, pragma-value, and qualified-table-name check-in: 197fb70d06 user: drh tags: svg-syntax
2020-09-23
21:26
over-clause check-in: 03e44f6545 user: drh tags: svg-syntax
20:00
Unmanage a couple of unused and obsolete syntax GIFs check-in: ec5f4852e3 user: drh tags: svg-syntax
19:51
numeric-literal and ordering-term check-in: e5ef88d2b2 user: drh tags: svg-syntax
18:44
Four new smaller diagrams. check-in: 81e15dd8f8 user: drh tags: svg-syntax
15:16
insert-stmt check-in: b2c60f5d3a user: drh tags: svg-syntax
12:59
indexed-column check-in: 9437f9afd4 user: drh tags: svg-syntax
12:39
frame-spec check-in: 5c4e4507e5 user: drh tags: svg-syntax
01:02
factored-select-stmt, filter-clause, and foreign-key-clause check-in: 2ffb8b43ab user: drh tags: svg-syntax
2020-09-22
23:11
Add the expr diagram. check-in: 8b533b0b3d user: drh tags: svg-syntax
18:34
Add the various DROP statements check-in: fc300ff912 user: drh tags: svg-syntax
17:56
Add cte-table-name, delete-stmt, and delete-stmt-limited. check-in: 2b6dd6d053 user: drh tags: svg-syntax
16:52
Add the create-view-stmt and create-virtual-table-stmt diagrams. check-in: 107702e238 user: drh tags: svg-syntax
15:44
Add the create-trigger-stmt. The arrows on FOR EACH ROW and WHEN expr seem a little confused. We might want to revisit the design later. check-in: 91293e0c33 user: drh tags: svg-syntax
14:39
Minor tweaks to create-table-stmt check-in: 73f92ad202 user: drh tags: svg-syntax
13:49
Adding conflict-clause, create-index-stmt, and create-table-stmt check-in: 7c5c929fe7 user: drh tags: svg-syntax
02:56
Minor tweaks to the compound-select-stmt diagram. check-in: abec402383 user: drh tags: svg-syntax
02:50
Add the Pikchr version of compound-select-stmt check-in: 44f0ca00e5 user: drh tags: svg-syntax
00:40
Add syntax diagrams through compound-operator check-in: aa50764739 user: drh tags: svg-syntax
2020-09-21
22:56
Add the column-def and column-name-list diagrams in SVG check-in: 18d0a89fc6 user: drh tags: svg-syntax
20:53
Add the column-constraint diagram. 151 lines of Pikchr. check-in: fe260f0054 user: drh tags: svg-syntax
19:49
Add pikchr scripts for attach-stmt and begin-stmt. check-in: 7b336eb761 user: drh tags: svg-syntax
19:20
Add analyze-stmt.pikchr check-in: 95d38371c5 user: drh tags: svg-syntax
18:57
Fix teh syntax.html and syntaxdiagrams.html page so that they use either the SVG or the GIF, whichever is available. But both depend upon the syntax_link.tcl data. This is sufficient for now. After all diagrams have been converted into Pikchr, we need to go back and revisit all of the legacy logic. check-in: a9f58cd9f5 user: drh tags: svg-syntax
17:49
Add Pikchr for aggregate-function-invocation. Realize now that I need to work on replicating the syntax_linkage.tcl data. check-in: e25d0c295b user: drh tags: svg-syntax
15:02
Update documentation for fts5 integrity-check command. check-in: 179ade5492 user: dan tags: trunk
14:56
Extract the width of each SVG and add a max-width to the <img> check-in: c82a99b440 user: drh tags: svg-syntax
14:23
Add infrastructure for porting syntax diagrams to SVG. check-in: 277011128a user: drh tags: svg-syntax
2020-09-20
12:35
Fix markup errors an appfunc.in. check-in: 2cda5fcaf9 user: drh tags: branch-3.33
11:42
Documentation typo check-in: f581b7f6be user: drh tags: branch-3.33
2020-09-14
11:04
Two more typo fixes. check-in: 3d6dfc9933 user: drh tags: branch-3.33
11:00
Fix typo in Json documentation. check-in: 21a593daf3 user: drh tags: branch-3.33
2020-09-10
11:36
Typo fix in lang_altertable.in check-in: 05526832f0 user: drh tags: branch-3.33
2020-09-07
22:29
Fix documentation typos. check-in: 84df4e3535 user: drh tags: branch-3.33
2020-08-28
15:34
Remove obsolete contract link from the consortium page. check-in: 53d98374ae user: drh tags: branch-3.33
2020-08-27
19:44
Add an entry in the change log about improved error messages on CHECK constraints. check-in: 15ec3fe739 user: drh tags: trunk
13:32
Clarify the behavior of the "%" operator when presented with non-integer operands. check-in: 153857859d user: drh tags: branch-3.33
2020-08-26
19:41
Clarify the long-standing behavior of the "PRAGMA query_only=TRUE;" command. check-in: 52e85453bb user: drh tags: trunk
14:05
Rearrange the sections of the CLI documentation, slightly. check-in: 33bc7b858b user: drh tags: trunk
13:53
Begin changes for the 3.34.0 release. Add a new changelog entry with notations of the enhancements since the previous release. check-in: 13335de219 user: drh tags: trunk
2020-08-25
16:49
Fix the display of constructors and destructors in the object documentation. check-in: ba732954be user: drh tags: trunk
2020-08-20
11:32
Fix formatting error in the optoverview.html document. check-in: c5f5f967d1 user: drh tags: trunk
2020-08-16
19:18
Fix typos in the floatingpoint.html document. check-in: ec6ebb5204 user: drh tags: trunk
11:16
Fix some broken hyperlinks. check-in: ea43e17478 user: drh tags: trunk
11:14
Clarify the value of "K", the number of keys on an interior node of a b-tree in the file format documentation. check-in: 14768fbd25 user: drh tags: trunk
2020-08-14
13:28
Version 3.33.0 check-in: 21c05e9d58 user: drh tags: trunk, release, version-3.33.0
2020-08-13
20:26
Add a news entry for 3.33.0. check-in: 079e262d86 user: drh tags: trunk
20:21
Fix typos in documentation. check-in: 5e73e48d33 user: drh tags: trunk
20:13
Update testing statistics for 3.33.0. check-in: b901bab566 user: drh tags: trunk
19:52
Update the speed-size data for the 3.33.0 anticipated release. check-in: fa525972cb user: drh tags: trunk
2020-08-12
22:06
New filtering rules in althttpd.c for aggressive Chinese bots. check-in: 8bf987cd16 user: drh tags: trunk
2020-08-11
17:01
Minor nomenclature changes. check-in: c0be8169a7 user: drh tags: trunk
2020-08-08
15:37
Fix a requirement mark formatting error on the integrity_check docs. check-in: 70e6eb5281 user: drh tags: trunk
15:13
Improvements to wording and typo fixes in pragma documentation. check-in: 91ba2807f5 user: drh tags: trunk
2020-08-07
20:08
Merge fixes from the 3.32 branch. check-in: 7f7cb02e96 user: drh tags: trunk
2020-08-06
11:12
In the search script, remove all punctuation from the search string before injecting it into TCL. Leaf check-in: 382a046780 user: drh tags: branch-3.32
2020-08-01
00:14
Fix the max database size on the about.html page. check-in: 4ad59ef382 user: drh tags: trunk
2020-07-30
17:46
Update the database size limit to 281 terabytes. check-in: b752742d9c user: drh tags: trunk
2020-07-28
19:39
Update the size-and-speed spreadsheet. check-in: 1c1f5f5f3b user: drh tags: trunk
17:30
Update the change log for the unlocked-recovery enhancement. check-in: 77c08efc0e user: drh tags: trunk
2020-07-26
16:11
Merge branch-3.32 fixed into trunk. check-in: ace42c454f user: drh tags: trunk
16:08
On the download page, use sha3 instead of sha1. And deemphasize the text. check-in: 0de47c19a5 user: drh tags: branch-3.32
13:35
Improved wording of the floatingpoint.html document. check-in: 010e930cc2 user: drh tags: trunk
13:24
Fix typos in the new floating point document. check-in: e26caafc33 user: drh tags: trunk
2020-07-23
09:32
Add documentation for partial integrity_check. check-in: 95ab7854dd user: drh tags: trunk
2020-07-20
17:18
Fix typo on the quirks.in page. check-in: 586df7805b user: drh tags: branch-3.32
2020-07-18
16:35
Documentation for UPDATE FROM. check-in: ba3810c515 user: drh tags: trunk
2020-07-17
17:35
Revise syntax diagrams to include the FROM clause on UPDATE statements. Closed-Leaf check-in: bd9cdee968 user: drh tags: update-from
2020-07-15
15:03
Tweaks to the floatingpoint.html page. check-in: dcd828be81 user: drh tags: trunk
01:43
Merge fixes from the 3.32 branch. check-in: bd3dff05f9 user: drh tags: trunk
01:42
Update the change log. Typo fixes in the floating-point documentation. check-in: 846fd3a3f7 user: drh tags: trunk
2020-07-14
00:20
Initial draft of documentation on floating point, IEEE 754 binary64, and the ieee754 and decimal extensions. check-in: 448d185aac user: drh tags: trunk
2020-07-11
00:03
Fix hyperlink problem in the lang.html page. check-in: afb2b13396 user: drh tags: branch-3.32
2020-07-09
15:12
Fix minor typo in the transaction documentation. check-in: fd1f6c62f7 user: drh tags: trunk
2020-07-03
09:57
Typos in the shared-cache mode documentation. check-in: f79cc54f25 user: drh tags: branch-3.32
2020-06-29
11:40
Merge fixes from the 3.32 branch. check-in: e3d95c44b7 user: drh tags: trunk
01:26
Update the CVE list. check-in: 7565236dfd user: drh tags: branch-3.32
2020-06-28
16:36
Correction to how Knuth names B-Tree algorithm variants in the file format document. check-in: ea334221a0 user: drh tags: trunk
2020-06-19
16:19
Fix typo. check-in: 4bcbd4ac5e user: drh tags: branch-3.32
13:05
Create a new documentation page devoted to describing the use and purpose of the sqlite_schema table. Work-in-progress. check-in: 29b01bac87 user: drh tags: trunk
2020-06-18
21:18
Terminology adjustments. check-in: e01d8c6144 user: drh tags: trunk
20:30
Merge fixes from the 3.32 branch. check-in: b48705423b user: drh tags: trunk
19:12
Improved hyperlink to the change graph for 3.32.3. check-in: a7e284e0ea user: drh tags: branch-3.32
15:15
Update the CVE list. check-in: 461fc0f2bb user: drh tags: branch-3.32
15:00
Merge documentation fixes from the 3.32 branch. Updates to the change log. check-in: 1d22b3977e user: drh tags: trunk
14:54
Add a link to a the graph of 3.32 changes on the 3.32.3 news item. check-in: ff42d8f2f7 user: drh tags: branch-3.32
14:05
Version 3.32.3 check-in: ee6ff4d4d4 user: drh tags: release, version-3.32.3, branch-3.32
13:32
Draft changes for the 3.32.3 release. check-in: 4cd53a483c user: drh tags: branch-3.32
2020-06-14
17:05
Fix typo in the cksumvfs document. check-in: 46fc601ee6 user: drh tags: branch-3.32
2020-06-13
17:39
Fix typo on the prosupport page. check-in: 50f0077137 user: drh tags: branch-3.32
2020-06-10
16:04
Fix a markup typo in the WITH documentation. check-in: 9edcd33d7a user: drh tags: branch-3.32
2020-06-06
23:36
Typo on the title of lang_expr.html check-in: 49bc712623 user: drh tags: branch-3.32
2020-06-05
00:54
Improvements to CLI document to talk about the new output modes. check-in: 8df47c7f07 user: drh tags: trunk
2020-06-04
13:20
Update the change log for 3.33.0. check-in: 6732f1b4a3 user: drh tags: trunk
13:12
Merge changes from the 3.32 branch. check-in: 395f6a5ed8 user: drh tags: trunk
13:08
Version 3.32.2 check-in: 1cc621326d user: drh tags: release, version-3.32.2, branch-3.32
2020-05-27
20:26
Change the "Report A Bug" on the "Common Links" menu, to just "Bugs". check-in: 3ec64302c5 user: drh tags: branch-3.32
18:27
Strenghten the executive summary for the CVE page. check-in: f01d05d1ca user: drh tags: branch-3.32
18:08
Typo fix. check-in: d9677b1a4d user: drh tags: branch-3.32
17:56
Merge fixes from the 3.32 branch. check-in: 201fa09b9c user: drh tags: trunk
17:53
Clarification and typo fixes for the SQLITE_PRINTF_PRECISION_LIMIT macro discussion on the security.html page. check-in: f5279a88e3 user: drh tags: branch-3.32
17:17
New more CVEs added. check-in: 39d7d5ff1c user: drh tags: branch-3.32
16:58
Add information about CVE-2020-13630. check-in: 11f990aa4a user: drh tags: branch-3.32
2020-05-26
17:52
More typo fixes. check-in: bb341aaddb user: drh tags: branch-3.32
14:38
Typos in lang_transaction. check-in: 12ea451a69 user: drh tags: branch-3.32
12:05
Add version 3.33.0 as the "latest release" in order to begin the next development cycle. check-in: 1e233aef21 user: drh tags: trunk
2020-05-25
19:05
Further enhancements to the change log display. check-in: affe7e5d6e user: drh tags: trunk
17:19
Improved formatting of the change log. check-in: 8334ca7a45 user: drh tags: trunk
16:23
Version 3.32.1 check-in: 734e79389b user: drh tags: trunk, release, version-3.32.1
15:51
Spelling fix. Improved wording of the change log. check-in: 91e7f50627 user: drh tags: trunk
15:05
Improvement to the description of CVE-2020-13434. check-in: cdd85ef5d4 user: drh tags: trunk
12:54
For the 3.31.1 change log, add a bullet about compiler warning fixes. check-in: 510d0a179b user: drh tags: trunk
11:50
Add notes about SQLITE_PRINTF_PRECISION_LIMIT. check-in: b7b7f39852 user: drh tags: trunk
01:05
Update the limits page to talk about the new higher limit for the maximum number of host parameters. check-in: 4c8d521776 user: drh tags: trunk
00:48
Update docs for the 3.32.1 release. check-in: a850000db3 user: drh tags: trunk
2020-05-24
23:50
Updates to the speed-and-size chart. check-in: 22f0b93b75 user: drh tags: trunk
2020-05-23
02:05
Fix typo in SQLITE_USE_ALLOCA documentation. check-in: 5a6f07e675 user: drh tags: trunk
02:01
Typo: iff() should be iif(). check-in: 93257a1a8d user: drh tags: trunk
2020-05-22
17:48
Version 3.32.0 check-in: d816b04a78 user: drh tags: trunk, release, version-3.32.0
12:21
Fix typos. check-in: bf4a56342e user: drh tags: trunk
12:12
Add a news item for the 3.32.0 release. Change the release date to today. check-in: 4e9d9494bb user: drh tags: trunk
12:05
Make dbsqlfuzz one of the primary test harnesses for SQLite. check-in: b56e6bd246 user: drh tags: trunk
11:43
Update testing metrics. check-in: f09dcc9b65 user: drh tags: trunk
2020-05-21
19:16
Fix typo in the query planner documentation. Leaf check-in: c3875b77fa user: drh tags: branch-3.31
19:16
Fix typo in the query planner documentation. check-in: f246e9b589 user: drh tags: trunk
2020-05-20
17:42
Documentation updates based on code review. check-in: 0bdeed702c user: drh tags: trunk
16:59
An extra sentence of clarification on explicit collating sequences on an IN operator. check-in: 568e2f047e user: drh tags: trunk
15:02
Update the change log. check-in: 18e8d6c077 user: drh tags: trunk
01:27
Fix the INSERT syntax diagram so that it is not possible to go from DEFAULT VALUES to the upsert-clause. check-in: 8b88f8f240 user: drh tags: branch-3.31
01:24
Fix the INSERT syntax diagram so that it is not possible to go from DEFAULT VALUES to the upsert-clause. check-in: e42edf1dd3 user: drh tags: trunk
2020-05-19
19:37
Improvements to the CVE page. check-in: 1cb2a5b6bc user: drh tags: trunk
12:37
Update the speed and size charts. check-in: 386621474b user: drh tags: trunk
2020-05-18
14:37
Fix a minor typo in the rtree documentation. check-in: f073620ff2 user: drh tags: branch-3.31
14:36
Fix a minor typo in the rtree documentation. check-in: da19a96616 user: drh tags: trunk
2020-05-16
00:12
Merge the branch-3.31 changes into trunk. check-in: 2f7a35660e user: drh tags: trunk
00:10
Remove the FAQ about the round() function. check-in: b064af7596 user: drh tags: branch-3.31
2020-05-15
17:41
Update the round() question in the FAQ. check-in: 2beb2b13f2 user: drh tags: trunk
17:10
Merge changes from the 3.31 branch. check-in: 16c2b9405d user: drh tags: trunk
17:09
Mention the improvements to rounding behavior in 3.29.0. check-in: 6c04530c49 user: drh tags: branch-3.31
16:44
Documentation typo. check-in: 246fd6ec6d user: drh tags: trunk
2020-05-14
14:41
Merge recent fixes from the 3.31 branch. check-in: f43bf45ac3 user: drh tags: trunk
14:40
Fix a typo in the whyc.html document. check-in: 450b55927b user: drh tags: branch-3.31
00:36
Update the change log to include new features added but previously not mentioned. check-in: 4c96725f43 user: drh tags: trunk
2020-05-13
18:19
Add documentation for the iif() SQL function. check-in: 7d28d65e60 user: drh tags: trunk
2020-05-11
15:42
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 tags: trunk
2020-05-09
22:32
Althttpd: do not send a content-length for 304 Not Changed reply. check-in: ad2370ccce user: drh tags: trunk
20:04
Further enhancements to the cve and security pages. check-in: 7027c3e122 user: drh tags: trunk
19:29
Enhancements to the CVE document. check-in: e5b5670379 user: drh tags: trunk
18:47
Fix typo in documentation for PRAGMA analysis_limit. check-in: 33a99a578b user: drh tags: trunk
2020-05-08
17:18
CVE typos check-in: d35025c4c1 user: andygoth tags: trunk
16:57
Clarify that SQLite does not have DISTINCT ON, instead a functional equivalent check-in: 25d90d6568 user: andygoth tags: trunk
00:04
Fix typos in the CVE page. check-in: 837ad3aa78 user: drh tags: trunk
00:00
First complete draft of the CVE document. check-in: 00eaac1236 user: drh tags: trunk
2020-05-07
15:28
Initial draft of a CVE reporting page. Very incomplete. check-in: f488981a6e user: drh tags: trunk
12:52
Update the "common links" to provide a link to Quirks. check-in: 1b98f299ae user: drh tags: trunk
11:16
Minor improvements to wording in quirks.html. check-in: 38dbb90b4f user: drh tags: trunk
2020-05-06
18:39
Clarify that PRAGMA legacy_alter_table is a per-connection setting. check-in: d8587f5d39 user: drh tags: branch-3.31
13:19
Merge fixes from the 3.31 release branch. check-in: 67d4da0615 user: drh tags: trunk
13:17
Correct a misstatement about the default value of --enable-fts5 in the FTS5 documentation. check-in: d9ed737ccf user: drh tags: branch-3.31
2020-05-05
17:26
Minor typos check-in: 6462cea7f8 user: andygoth tags: trunk
2020-05-04
23:40
Add documentation about the checksum VFS shim. check-in: 98066e131a user: drh tags: trunk
23:18
Initial documentation of the bytecode and tables_used virtual tables. check-in: 708a0633a2 user: drh tags: trunk
16:17
Correct a few minor typos in recent changes check-in: ebdb4df7d1 user: andygoth tags: trunk
2020-05-02
18:12
Documentation for approximate ANALYZE. check-in: 88c3a54623 user: drh tags: trunk
2020-05-01
17:58
Improvements to the limits.html page. check-in: 8f3b36e4be user: drh tags: trunk
2020-04-29
04:02
Name another situation where REINDEX is useful, and take the opportunity to link to the indexes-on-expressions page. Note: the inconsistency between saying "indexes" and "indices" is intentional in order to make the page link work right, and I did not dare mess with sentences beginning with "^". check-in: 769f1fe673 user: andygoth tags: trunk
2020-04-28
13:12
Typo-fix "IS0" should be "ISO". check-in: 9aa683ce57 user: drh tags: branch-3.31
13:07
In althttpd.c, if the client sends a "Host:" parameter that is a FQDN (with a "dot" at the end - "sqlite.org." instead of "sqlite.org") then omit the final "." when computing the document root. See the bug report on the fossil forum. check-in: 13343b49cc user: drh tags: trunk
2020-04-23
15:42
Enhancements to quirks.html and lang_createtrigger.html. check-in: d734b7b070 user: drh tags: trunk
14:44
Merge changes from the 3.31 branch. check-in: 80ab6c051c user: drh tags: trunk
14:14
Improvements to the "Keywords can be used as identifiers" section of the "quirks.html" document. check-in: 9ea30fe517 user: drh tags: branch-3.31
2020-04-21
01:32
Fix typo in the optoverview.html document. check-in: b2b73614f4 user: drh tags: branch-3.31
2020-04-20
23:07
Fix a typo in the CREATE TRIGGER documentation. check-in: 79b74d138c user: drh tags: trunk
2020-04-18
20:02
Fix documentation on the geopoly_within() function - the order of the parameters was reversed prior to this fix. check-in: c3705ed80b user: drh tags: branch-3.31
2020-04-14
22:15
Merge branch-3.31 fixes into trunk. check-in: 15a047bc79 user: drh tags: trunk