Finally it works and fast again :-) It was possible to execute some parts before.
Thanks to all helpers > Gesendet: Montag, 04. August 2014 um 14:26 Uhr > Von: "Clemens Ladisch" <[email protected]> > An: [email protected] > Betreff: Re: [sqlite] parser stack overflow in view > > Michael wrote: > >> Von: "Richard Hipp" <[email protected]> > >> The LALR(1) parser stack is limited to a depth of 100, by default. > > > > Ok thanks. I reduced it by one subquery to be conform with standard builds. > > The parser has different limits than the SQL execution engine. > You could simply move some part(s) of the query into a (temporary) view. > > > Regards, > Clemens > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

