Re: [sqlite] Minor Error in With Clause Documentation

2014-02-06 Thread Richard Hipp
Fixed now. Tnx. On Wed, Feb 5, 2014 at 5:50 PM, Hautzenroeder, Brenna M wrote: > In the documentation for the WITH clause ( > http://www.sqlite.org/lang_with.html), under the "Controlling Depth-First > Versus Breadth-First Search Of a Tree Using ORDER BY" section, there is a > small error in th

[sqlite] Minor Error in With Clause Documentation

2014-02-06 Thread Hautzenroeder, Brenna M
In the documentation for the WITH clause (http://www.sqlite.org/lang_with.html), under the "Controlling Depth-First Versus Breadth-First Search Of a Tree Using ORDER BY" section, there is a small error in the example given: WITH RECURSIVE under_alice(name,level) AS ( VALUES