"Jevgenijs Rogovs" <[EMAIL PROTECTED]> wrote:
> I suppose I could try raising the limit of tree depth, or removing it
> whatsoever, but how do I do that, provided that I'm doing my import like
> this:
> 
> sqlite3 mydatabase.db < myhugescript.sql
> 

You are making this *way* harder than it needs to be.  Just
put the CR and LF in the middle of the string.  No need to escape
them.

--
D. Richard Hipp <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to