System.Data.SQLite
Leaves
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Closed leaves:

2013-03-06
22:37 [99befef947] Closed-Leaf: Add tests. (user: mistachkin, tags: tkt-3567020edf)
2013-02-16
02:17 [8549eb3248] Closed-Leaf: Add testing for the custom connection pool functionality. (user: mistachkin, tags: customPool)
2013-02-15
04:36 [a75bb0a659] Closed-Leaf: Fix compilation and test issues with the INTEROP_LEGACY_CLOSE compile-time option. (user: mistachkin, tags: legacyClose)
2013-01-31
23:19 [99c7362ca8] Closed-Leaf: Add BindUInt32AsInt64 connection flag to force binding of UInt32 values as Int64 instead. Pursuant to ticket [c010fa6584]. (user: mistachkin, tags: tkt-c010fa6584)
07:36 [618f5890e7] Closed-Leaf: Avoid throwing overflow exceptions from the SQLite3.GetValue method for integral column types. Fix for [c010fa6584]. (user: mistachkin, tags: tkt-c010fa6584)
2013-01-29
20:50 [81241b2972] Closed-Leaf: Slight change to the description of No_SQLiteFunctions environment variable in the version history docs. (user: mistachkin, tags: skipFunctions)
06:35 [4ebae8bc82] Closed-Leaf: Fix-up spacing on section separators. (user: mistachkin, tags: tkt-e235a52c82)
2013-01-17
04:59 [d145c7f890] Closed-Leaf: Update SQLite core library to include the RTree error message changes. (user: mistachkin, tags: tkt-d1fb769a8e)
2013-01-04
21:07 [0330a6ad3a] Closed-Leaf: Add a NuGet package specifically for beta testing purposes. (user: mistachkin, tags: nuget2012)
2012-12-31
14:01 [2a1882382a] Closed-Leaf: Update the downloads page with the SHA1 hashes for the newly rebuilt release files. (user: mistachkin, tags: release, release-1.0.83.0)
2012-12-29
22:44 [dea3bf54e2] Closed-Leaf: Adjust setup and download page to account for Visual Studio 2005 related downloads. (user: mistachkin, tags: preRelease)
2012-12-20
02:05 [3cac27b444] Closed-Leaf: Update SQLite core library to the 3.7.15.1 release. (user: mistachkin, tags: tkt-ae5267b863)
2012-10-13
06:24 [8c37793c05] Closed-Leaf: Update version history docs. (user: mistachkin, tags: threadAbortProtect)
2012-09-15
22:13 [01215e1780] Closed-Leaf: Fix some comments. (user: mistachkin, tags: vs2012Design)
2012-09-14
12:10 [475d6d60f6] Closed-Leaf: Update known-good test logs to account for code changes in the design-time installer. (user: mistachkin, tags: vs2012)
2012-07-11
07:57 [06221fdffe] Closed-Leaf: Correct file name usage by the backup workloads in the stress test. (user: mistachkin, tags: stress)
2012-06-18
11:10 [a2f8c25b8a] Closed-Leaf: Merge testing and doc updates from trunk. (user: mistachkin, tags: deferred-close)
2012-05-03
06:35 [cb270f5cd8] Closed-Leaf: Experimental code to use SafeHandle instead of CriticalHandle for connection handles because they should not be closed until their statements and backup objects are all finalized. (user: mistachkin, tags: safeHandle)
2012-05-02
18:28 [0fb2e3848f] Closed-Leaf: Update test case for ticket [996d13cd87]. The test case can now reproduce the issue reported. (user: mistachkin, tags: tkt-996d13cd87)
2012-04-03
03:18 [77969440cd] Closed-Leaf: Clarify comments and semantics of the process 'bitness' checking in the native library pre-loading code. (user: mistachkin, tags: preLoad)
2012-03-24
16:46 [7cf3031f35] Closed-Leaf: Update version history docs. (user: mistachkin, tags: backupApi)
2012-02-19
13:22 [dbdf2561a4] Closed-Leaf: When converting a DateTime instance of an 'Unspecified' kind to a string, use the same kind as the connection, if available. Also, cleanup handling of the default formats for UTC and local time. (user: mistachkin, tags: logBind)
2012-01-27
19:02 [35d6f293f2] Closed-Leaf: Skip attempting to build the VS designer components project if the necessary VS SDK is not installed. (user: mistachkin, tags: tkt-d8491abd0b)
2012-01-25
18:10 [1119da4703] Closed-Leaf: Remove unnecessary loop and fix indentation of foreign key SQL fragments. (user: mistachkin, tags: VsDesignerFKey)
2012-01-05
06:34 [a866805790] Closed-Leaf: Use the correct registry key when deleting the Visual Studio packageId key sub-tree. (user: mistachkin, tags: VsSetupIntegration)
2012-01-04
03:01 [91450285a2] Closed-Leaf: Use the 'thisAssembly' variable consistently when showing a message box to the interactive user. (user: mistachkin, tags: VsInstallerWork)
2011-12-16
04:28 [b48037de03] Closed-Leaf: Update test count on test procedures wiki page. (user: mistachkin, tags: IDisposablePattern)
2011-11-28
04:02 [0ac2dc31fe] Closed-Leaf: Remove superfluous logging from test. (user: mistachkin, tags: tkt-3b9dcdc32d)
2011-11-15
05:02 [10d400ebd0] Closed-Leaf: Plug memory leak in the sqlite3_close_interop function when a statement cannot be finalized. Have the vendor-specific initialization file for Eagle automatically set the TestPath of the interpreter. (user: mistachkin, tags: tkt-e30b820248)
2011-11-13
05:55 [da3e0bfb53] Closed-Leaf: When generating the schema for the contents of a data reader, skip flagging columns as 'unique' if the data reader is holding the result of some kind of multi-table construct (i.e. a join) because we must allow duplicate values in that case. Fix for ticket [7e3fa93744]. Also, enhance vendor-specific initialization file for Eagle to report any test setting overrides being used. (user: mistachkin, tags: tkt-7e3fa93744)
2011-10-11
03:50 [250dac131a] Closed-Leaf: Merge updates from trunk. (user: mistachkin, tags: tkt-343d392b51)
2011-10-02
23:37 [056e9c0c86] Closed-Leaf: Prepare download page for the upcoming 1.0.75.0 release. (user: mistachkin, tags: prep-1.0.75.0)
2011-09-23
07:20 [1fc7a1a94c] Closed-Leaf: Experimental changes for better DateTime handling in the LINQ assembly (incomplete, do not use yet). (user: mistachkin, tags: LinqDateTime)
2011-09-12
19:34 [bba06f3a9f] Closed-Leaf: Streamline the test case for ticket [ccfa69fc32] and make it more complete by not relying on sort ordering of the IDs. (user: mistachkin, tags: bug-ccfa69fc32)
2011-07-23
00:57 [ecfb121b6e] Closed-Leaf: Update SQLite core to latest. (user: mistachkin, tags: debugInteropFix)
2011-07-03
13:17 [778783fcb4] Closed-Leaf: Add reminder to update the doc for release procedures. (user: mistachkin, tags: build-enhancements)
2011-04-12
17:39 [13d8bce475] Closed-Leaf: Moving old project files off into branch. (user: shaneh, tags: old-project-files)
2011-01-04
20:46 [8a92ed133d] Closed-Leaf: Update internal SQLite engine to 3.7.4. Update SDS version to 1.0.67.0. (user: shaneh, tags: vs2010)
2010-08-15
22:10 [555d0d530d] Closed-Leaf: Fix guid type (user: rmsimpson, tags: sourceforge)
2005-03-01
17:32 [e9491afc7c] Closed-Leaf: no message (user: rmsimpson, tags: vendor, sourceforge)
16:04 [3ca8c53212] Closed-Leaf: Initial checkin (user: rmsimpson, tags: start, sourceforge)