Re: [sqlite] Quirks of SQLite. Was: Version 3.29.0

2019-07-11 Thread James K. Lowden
On Thu, 11 Jul 2019 10:21:10 -0400 Richard Hipp wrote: > If you have personally experienced some unusual or unexpected feature > of SQLite that you think should be added to "quirks.html", please > follow-up to this thread Thank you for publishing this page. I would suggest these additions: 1.

Re: [sqlite] Quirks of SQLite. Was: Version 3.29.0

2019-07-11 Thread Chris Locke
Typos \ suggested amendments to quirks.html Section 2 "When ever comparing SQLite to other SQL database engines" When ever should be one word. "Whenever comparing SQLite to other SQL database engines" "An application interact with the database engine" should be, "An application *interacts* with

Re: [sqlite] Quirks of SQLite. Was: Version 3.29.0

2019-07-11 Thread Britton Kerin
On Thu, Jul 11, 2019 at 6:47 AM Simon Slavin wrote: > > On 11 Jul 2019, at 3:21pm, Richard Hipp wrote: > > > EVERYONE: If you have personally experienced some unusual or > > unexpected feature of SQLite that you think should be added to > > "quirks.html", please follow-up to this thread, or

Re: [sqlite] Quirks of SQLite. Was: Version 3.29.0

2019-07-11 Thread Simon Slavin
On 11 Jul 2019, at 3:21pm, Richard Hipp wrote: > EVERYONE: If you have personally experienced some unusual or > unexpected feature of SQLite that you think should be added to > "quirks.html", please follow-up to this thread, or send me private > email, so that I can consider adding it. A)

[sqlite] Quirks of SQLite. Was: Version 3.29.0

2019-07-11 Thread Richard Hipp
On 7/11/19, David Raymond wrote: > I don't see [quirks.html] > anywhere on https://sqlite.org/docs.html , maybe add it to the "Overview > Documents" section? The quirks.html document is now linked in the Overview Documents section. https://www.sqlite.org/quirks.html EVERYONE: If you have