Re: [sqlite] Version 3.20.0 release candidate 2

2017-07-25 Thread Simon Slavin
For the pragmas which an be used as functions, would it be possible to mark these somehow in the "List Of PRAGMAs" ? Perhaps PRAGMAs whih an be used as functions can have a normal bullet point and those which can’t have a "WHITE BULLET" instead. Or any other method of marking which appeals to

Re: [sqlite] Version 3.20.0 release candidate 2

2017-07-25 Thread Jens Alfke
In the release notes themselves: The sentence fragment “tab-completions…interfaces” was accidentally copied/pasted from the previous line: • Added the UNION virtual table extension. tab-completions for interactive user interfaces. This is a work in progress. Expect further enhancements

Re: [sqlite] Version 3.20.0 release candidate 2

2017-07-25 Thread David Raymond
Union extension page has weird numbering on it for each sentence: https://sqlite.org/draft/unionvtab.html For the query in making a union vtab, is there a shorthand for "smallest/largest possible rowid" for columns 3 and 4 to say "just look at everything"? Definitely looks like an extension I

Re: [sqlite] Version 3.20.0 release candidate 2

2017-07-25 Thread Graham Holden
com> Date: 25/07/2017 16:46 (GMT+00:00) To: 'SQLite mailing list' <sqlite-users@mailinglists.sqlite.org> Subject: Re: [sqlite] Version 3.20.0 release candidate 2 Also, I've just spotted the following (** characters surround the changes): 1) On the same page under " 2

Re: [sqlite] Version 3.20.0 release candidate 2

2017-07-25 Thread David Wellman
.sqlite.org] On Behalf Of David Wellman Sent: 25 July 2017 16:31 To: 'SQLite mailing list' Subject: Re: [sqlite] Version 3.20.0 release candidate 2 Hi, Minor doc error at https://sqlite.org/draft/bindptr.html The first paragraph under "2. A Brief History Of Pointer Passing In SQLite" sta

Re: [sqlite] Version 3.20.0 release candidate 2

2017-07-25 Thread David Wellman
man Sent: 25 July 2017 16:31 To: 'SQLite mailing list' Subject: Re: [sqlite] Version 3.20.0 release candidate 2 Hi, Minor doc error at https://sqlite.org/draft/bindptr.html The first paragraph under "2. A Brief History Of Pointer Passing In SQLite" starts with: It is sometimes conven

Re: [sqlite] Version 3.20.0 release candidate 2

2017-07-25 Thread Richard Hipp
On 7/25/17, David Wellman wrote: > Hi, > > Minor doc error at https://sqlite.org/draft/bindptr.html > Typo fixed. Thanks. -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list

Re: [sqlite] Version 3.20.0 release candidate 2

2017-07-25 Thread David Wellman
Hi, Minor doc error at https://sqlite.org/draft/bindptr.html The first paragraph under "2. A Brief History Of Pointer Passing In SQLite" starts with: It is sometimes convenient for SQLite extensions to communicatin non-SQL values... I'm not sure what it is meant to say, but probably not