Hi,

Issue is happening when encrypted database opened by two or more program same 
time.
(Databases without encryption are working good.)

Data modification by the first program is shown by the second one only if it is 
the first, third, 5th, 7th, etc. (odd) modification sequentially since the 
query of the second one.
After modifying two, four, six, etc. (even) data sequentially the result is not 
available in second program. The select command by the second program will get 
a previous state of database.

I hope it was understandable.

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

Reply via email to