Sign in
|
Join
|
Help
in
Announcements
SQLite ADO.NET Provider
(Entire Site)
System.Data.SQLite
An open source ADO.NET provider for the SQLite database engine
Home
Forums
System.Data.SQLite
»
SQLite ADO.NET Provider
»
Announcements
»
1.0.63.0 Posted
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:
Oldest to newest
Newest to oldest
Previous
Next
06-28-2009 10:53 PM
Robert Simpson
Joined on 08-27-2005
Posts
2,712
1.0.63.0 Posted
Reply
Contact
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)