On 21 Jan 2015, at 5:15pm, Richard Hipp <d...@sqlite.org> wrote:

> It appears to be, after a quick glance at the code.  It uses a new
> stack frame for each level of recursion.  So if you create a recursion
> loop, you'll overflow the stack and segfault.

That's great.  Thanks for the fast answer.  I will be careful not to create a 
loop.

As to why I need this ... I am using a language which has no SQLite library.  
It writes a script and then makes the shell tool run it.  But the script it 
makes has a long standard part to it I wanted to leave in another text file.  
This lets me do it.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to