On 1/21/15, Simon Slavin <slav...@bigfraud.org> wrote: > Quickie: > > In the Shell Tool, is '.read' recursive ? In other words, if I use .read to > read a script and I have .read in a script, will the shell tool finish both > scripts correctly ?
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. -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users