I'm using sqlite3.7.7.1
I am setting the database maximum size by using:
1. pragma pagesize to get the size of the page size
2 .pragma max_page_count in order to set the actual maximum size.

When I reach SQLITE_FULL.
There are 2 cases:
1. I'm using database as a file, everything works.
2. I'm using database in memory, the next operation on the DB, returns the
DB is malformed. (database corruption)

Does any one has any ideas? I have found some release notes from 2007:

   - Fix a bug in the handling of
SQLITE_FULL<http://www.sqlite.org/c3ref/c_abort.html> errors
   that could lead to database corruption. Ticket
#2686<http://www.sqlite.org/cvstrac/tktview?tn=2686>
   .
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to