Hi,

I noticed that there is unnecessary line breaks in the .dump output,
specifically \n characters, (not full \r\n 's).

To illustrate this

Put this in a loop (say about a 100) times:

sqlite3.exe MyDB.s3db .dump > MyDB.sql
del MyDB.s3db
sqlite3.exe -init MyDB.sql MyDB.s3db .quit


With each loop, the MyDB.sql file's size increases, although the structure
and contents of the .s3db remains exactly the same.

I'm using the command line client of Sqlite v3.6.11 on Windows XP.

Can anyone confirm whether this is a bug or stupidity on my side?

regards,
Francois Botha
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to