On Wed, May 1, 2013 at 9:27 AM, Klaas V wrote:
> Eelco wrote:
> Using version 3.7.16.2
> select * from ((select * from x)) y;
> Segmentation fault
>
>
> On OSX we get 'Bus error'.
Thanks for the report. This bug has already been fixed. See
http://www.sqlite.org/src/info/28c6e830f2 for the tic
Eelco wrote:
Using version 3.7.16.2
select * from ((select * from x)) y;
Segmentation fault
On OSX we get 'Bus error'. Not a bug, because you were syntactical not exact
enough.
See http://www.sqlite.org/lang_select.html
You're supposed to use only one pair () not more. Before 3.7.15 or 16 the
2 matches
Mail list logo