On Wednesday, May 16, 2012 10:00:37 f.h. Adam DeVita wrote:
> Did you check out
> http://www.sqlite.org/inmemorydb.html
> 
> Could you use an in-memory db to act as a db for a save point?

Yes, but this is incredibly hard: I have to maintain the schema twice, I can't 
allow the user to enter their own SQL statements, I still have to copy all the 
accumulated stuff over, and schema changes would be very difficult to handle.

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

Reply via email to