On 1/16/15, Dave Dyer <[email protected]> wrote: > > I have a class of database for which using sqlite3 to create > a copy via the "pipe" method fails. Using an explicit intermediate > file seems to work ok. >
The pipe method works fine for me on Linux. I'm guess this is a case of the windows command-line shell doing some character translations in the pipe, rather than just shipping the bytes through the pipe unaltered. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

