A Portable Class Library (PCL) for low-level (raw) access to SQLite
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eric Sink 07eee758b5 the test cases require unsafe code now because of the new tests for serialize/deserialize 2 years ago
..
bug430_orig bring back original #430 repro so I can run either one. bug430_orig uses Microsoft.Data.Sqlite. bug430_ugly is my attempt to repro the same bug without Microsoft.Data.Sqlite. 4 years ago
bug430_ugly bring back original #430 repro so I can run either one. bug430_orig uses Microsoft.Data.Sqlite. bug430_ugly is my attempt to repro the same bug without Microsoft.Data.Sqlite. 4 years ago
device Add serialize, deserialize tests 2 years ago
e_sqlcipher Add serialize, deserialize tests 2 years ago
e_sqlite3 Add serialize, deserialize tests 2 years ago
e_sqlite3mc the test cases require unsafe code now because of the new tests for serialize/deserialize 2 years ago
fsmoke fix netcoreapp2.1 again 3 years ago
issue321 let's call this progress on #321 but not a resolution. following up on investigation by @kpreisser I have changed the problematic overload of raw.sqlite3_prepare_v2() to call a different overload of same in the provider to avoid creating a span from a pointer. with this change, I can run the issue321 repro app at 20 iterations on net461 without a failure. so this seems to confirm with @kpreisser said, but now every case where I create a span from a pointer needs to be reviewed for this kind of lifetime issue. 5 years ago
smoke chg all the tests to run with netcoreapp3.1 instead of netcoreapp3.0 5 years ago
sqlite3/fake_xunit Add serialize, deserialize tests 2 years ago
winsqlite3 Add serialize, deserialize tests 2 years ago