Em 16/07/2012 21:44, Igor Tandetnik escreveu:
On 7/16/2012 8:23 PM, Carlos Milon Silva wrote:
Are there any plans to sqlite4 implement these pending feature requests
of sqlite3?
Dumping to, and restoring from disk an sqlite memory database.
http://sqlite.org/c3ref/backup_finish.html
so, http://sqlite.org/cvstrac/wiki?p=FeatureRequests
deserves an update for the backup api.
same for Enable multiple processes to use the same sqlite memory database.
also,
Attaching to an sqlite memory database image fetched from the network,
could be implemented with loadOrSaveDb(sqlite3 *pInMemory, const char
*zFilename, int isSave)
modified to accept from a memory block instead of *zFilename?
Best Regards
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users