Re: [sqlite] Error in amalgamated file

2015-01-12 Thread Richard Hipp
On 1/12/15, Dan Ackroyd wrote: > Hi, > > It looks like there is an error in the amalgamated file on line 139834: > > "FROM %Q.'%q_segdir' WHERE level BETWEEN ? AND ?" > "ORDER BY level DESC, idx ASC", > > There is no space between the question mark on the first line, and the > 'ORDER'

[sqlite] Error in amalgamated file

2015-01-12 Thread Dan Ackroyd
Hi, It looks like there is an error in the amalgamated file on line 139834: "FROM %Q.'%q_segdir' WHERE level BETWEEN ? AND ?" "ORDER BY level DESC, idx ASC", There is no space between the question mark on the first line, and the 'ORDER' on the second line - which should generate inv