Hi, Recently when I upgrade from SQLite.ado.net 1.0.60 to 1.0.64, I met issues in my concurrent test of the driver. In my stress tes, 2 threads try to insert rows into a table 't', 2 threads try to read and delete the inserted rows.And these 4 threads all share a connection. Before each read...