On 10/17/2014 1:00 AM, Prakash Premkumar wrote:
I mean , I have written INSERT statements in to the inmemory database and a
system failure occurs before I dump the data to a file using the SQLite
Backup API, will there be a data loss ?

Of course.

There is no assurance of durablity
for in memory databases right ?

None, naturally. That would defeat the whole purpose - the database would no longer be in-memory.
--
Igor Tandetnik

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

Reply via email to