in

System.Data.SQLite

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

1.0.63.0 Posted

Last post 06-28-2009 10:53 PM by Robert Simpson. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 06-28-2009 10:53 PM

    1.0.63.0 Posted

    • Code merge with SQLite 3.6.16
    • Check the autocommit mode of the connection to which a transaction is bound during the disposal of the transaction.  If autocommit is enabled, then the database has already rolled back the transaction and we don't need to do it during dispose, and can quietly ignore the step without throwing an error.
    • Eliminated the mergebin step altogether.  It was developed primarily to merge the Compact Framework binaries together, but since we're not doing that anymore, its use is limited.  Its non-standard method of merging a binary on the desktop framework is redundant as well.  The desktop binary now hard-links to MSCOREE, but as of Windows XP, this was redundant as well since XP and beyond automatically attempt to load MSCOREE on startup when a DLL has a .NET header.
    • More improvements to the test.exe program for running the tests against Sql Server for comparison purposes.
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems