Thanks!

Simplest solutions tend to be forgotten, unfortunately...
What I did was to simply replace every occurence of \r\n in my script with
LF character...
And it worked like a charm!

Thanks again!

With best regards,
J.R.

On Nov 14, 2007 4:46 PM, <[EMAIL PROTECTED]> wrote:

> "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