Re: [sqlite] .import seqfault

2006-06-08 Thread drh
Michael Somos <[EMAIL PROTECTED]> wrote: > I just ran across this little bug > > > > sqlite3 > SQLite version 3.3.6 > Enter ".help" for instructions > sqlite> .import x y > Segmentation fault > > Thanks for

[sqlite] .import seqfault

2006-06-08 Thread Michael Somos
I just ran across this little bug > sqlite3 SQLite version 3.3.6 Enter ".help" for instructions sqlite> .import x y Segmentation fault gdb shows where it took place : ===