tobiasschulz / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

backup.test fails running when compiled with x64 CPU #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running testfixture, compiled with x64 after latest LockFIleEx checking changes

source $testdir/backup.test

Test 133: src=:memory: dest=test2.db (as db2.main) rows_dest=3 pgsz_dest=512
attempt to write a readonly database

Original issue reported on code.google.com by noah.hart@gmail.com on 1 Sep 2009 at 10:40

GoogleCodeExporter commented 9 years ago
This gets fixed with the new version of the os_win_c.cs file attached to bug 29

Original comment by enzinol@gmail.com on 3 Sep 2009 at 11:56

GoogleCodeExporter commented 9 years ago
Verified with 9/13 checkin

Original comment by noah.hart@gmail.com on 13 Sep 2009 at 2:17