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" <clem...@ladisch.de>
> An: sqlite-users@sqlite.org
> Betreff: Re: [sqlite] parser stack overflow in view
>
> Michael wrote:
> >> Von: "Richard Hipp" <d...@sqlite.org>
> >> 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
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to