[sqlite] Possible documentation error regarding recursive triggers

2015-09-18 Thread Philip Bennefall
Sorry for the unrelated content below my last message; I responded to a prior post to make sure I got the address right and forgot to clear it. On 9/18/2015 12:32 AM, Philip Bennefall wrote: > Hi all, > > I have found what I believe is a mistake in the SqLite documentation. > On the page

[sqlite] Possible documentation error regarding recursive triggers

2015-09-18 Thread Philip Bennefall
Hi all, I have found what I believe is a mistake in the SqLite documentation. On the page listing the supported pragmas, in the section called recursive_triggers, it says: Support for recursive triggers was added in version 3.6.18 but was initially turned OFF by default, for compatibility.

Re: [sqlite] possible documentation error

2005-08-10 Thread Will Leshner
On Aug 10, 2005, at 12:38 PM, Kurt Welgehausen wrote: AS is always optional, i.e., in table names and in column names. That's what I thought as well. But the documentation doesn't reflect that. It isn't a huge deal, of course, but people looking at the docs for the right syntax might

Re: [sqlite] possible documentation error

2005-08-10 Thread Kurt Welgehausen
AS is always optional, i.e., in table names and in column names. Regards

[sqlite] possible documentation error

2005-08-10 Thread Will Leshner
It would seem that if you alias tables in the FROM clause of a SELECT statement, the "as" that falls between the real table name and the alias is optional. But the lang_select.html page seems to indicate that it is required (there aren't any square brackets around the "AS" in the