Re: [sqlite] sqlite3 tool bug summary

2015-01-17 Thread Dave Dyer
> > .once '| sqlite3 new.db' > .dump .Once is not a command in the version of sqlite3 I use. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] sqlite3 tool bug summary

2015-01-17 Thread Dave Dyer
> > .once '| sqlite3 new.db' > .dump .Once is not a command in the version of sqlite3 I use.

Re: [sqlite] sqlite3 tool bug summary

2015-01-17 Thread Richard Hipp
On 1/17/15, Dave Dyer wrote: > >> >>> But that doesn't explain the difference between redirecting to a file >>> and redirecting to a pipe. > using .output file works > using > to direct stdout to a file works and produces the same file as > .output > using .read file

Re: [sqlite] sqlite3 tool bug summary

2015-01-17 Thread Dave Dyer
> >> But that doesn't explain the difference between redirecting to a file >> and redirecting to a pipe. using .output file works using > to direct stdout to a file works and produces the same file as .output using .read file works using < file does not work. using | to shortcut > and < doesn't

[sqlite] sqlite3 tool bug summary

2015-01-17 Thread Dave Dyer
> >> But that doesn't explain the difference between redirecting to a file >> and redirecting to a pipe. using .output file works using > to direct stdout to a file works and produces the same file as .output using .read file works using < file does not work. using | to shortcut > and < doesn't