I plugged 3.7.5 code freeze into my app and fairly quickly hit a potential bug.
I'm using a separate thread to commit my transactions and SQLITE_THREADSAFE=2 I never saw a problem in my testing so far with 3.7.3 -- but a few runs after putting 3.7.5 in I started getting an insert error followed by "database disk image is malformed". It's probalistic. I never saw any errors or with 3.7.3. I should be able to write a standalone app that simulates this and increases the likelihood of failure if it'd help (no doubt it would so I'll start). Michael D. Black Senior Scientist NG Information Systems Advanced Analytics Directorate _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

