On 07/10/2012 11:42 AM, Sreekumar TP wrote:
In the description of the backup API, (http://www.sqlite.org/backup.html) ,
it is said


"It cannot be used to copy data to or from in-memory databases."

This statement identifies a shortcoming of the "old" method of
creating backups (taking an exclusive lock and then copying the
file with "cp" or similar). It is a problem addressed by the
backup API.



which is followed by
Example 1: Loading and Saving In-Memory Databases


Isn't this contradictory ?  If sqlite backup API is not meant for use with
in-memory databases, the example should be removed,else it could be
misleading..

Kind Regards,
Sreekumar
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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

Reply via email to