in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

1.0.59.0 Posted

Last post 09-22-2008 9:19 AM by Robert Simpson. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 09-22-2008 9:19 AM

    1.0.59.0 Posted

    • Code merge with SQLite 3.6.3.  Solves a couple different EF issues that were either giving inconsistent results or crashing the engine.
    • Fixed the parsing of literal binaries in the EF SqlGen code.  SQLite now passes nearly all the testcases in Microsoft's EF Query Samples application -- the exception being the datetimeoffset and time constants tests, and tests that use the APPLY keyword which are unsupported for now.
    • Revamped the Compact Framework mixed-mode assembly.  Tired of playing cat and mouse with the Compact Framework's support for mixed-mode assemblies.  The CF build now requires that you distribute both the System.Data.SQLite library and the paired SQLite.Interop.XXX library.   The XXX denotes the build number of the library.
    • Implemented a workaround for Vista's overzealous caching by turning off FILE_FLAG_RANDOM_ACCESS for OS versions above XP.  This is implemented as a custom (default override) VFS in the interop.c file, so no changes are made to the SQLite source code.
    • Fixed some registry issues in the designer install.exe, which prevented some design-time stuff from working on the Compact Framework when .NET 3.5 was installed.
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems