System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation

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

50 check-ins occurring around 89dd774c9e186518.

2014-05-27
01:45
Add debug configuration files for use by the build and release automation. check-in: 5a73e5137c user: mistachkin tags: trunk
01:06
Merge updates from trunk. check-in: 9e42ed829f user: mistachkin tags: tkt-3c00ec5b52
01:04
Update the description for the NuGet test package. check-in: 97c30e8736 user: mistachkin tags: trunk
2014-05-26
22:53
Merge trunk. check-in: d332e4a4a5 user: mistachkin tags: tkt-3c00ec5b52
22:52
Fix stray whitespace. check-in: 48fe67dae9 user: mistachkin tags: trunk
22:51
Merge updates from trunk. check-in: ce61807139 user: mistachkin tags: tkt-3c00ec5b52
22:43
Refactor how the SQLiteDataReader class handles the connection flags associated with its command. check-in: fc72de85c8 user: mistachkin tags: trunk
21:11
Mark the setup packages with their configuration. check-in: c2d4f7a670 user: mistachkin tags: trunk
20:56
Rename MapTextToAffinity connection flag to DetectTextAffinity. Update version history docs. check-in: 837870c7bb user: mistachkin tags: tkt-3c00ec5b52
20:36
Merge updates from trunk. check-in: 99904a25b4 user: mistachkin tags: tkt-3c00ec5b52
20:35
Update the description for the NuGet beta package. check-in: 9e3614b05a user: mistachkin tags: trunk
2014-05-20
23:38
Fix bug in documentation generator automation that prevented some internal documentation links from working. check-in: 531ddfa82a user: mistachkin tags: trunk
2014-05-18
07:09
Fix compilation for the .NET Compact Framework. Use invariant culture for Int64/Double parsing. check-in: 9e3a7fdf26 user: mistachkin tags: tkt-3c00ec5b52
06:57
Add experimental MapTextToAffinity connection flag to permit automatic attempts to map textual column values onto values with an appropriate type affinity. check-in: f5dd5dcfde user: mistachkin tags: tkt-3c00ec5b52
2014-05-17
17:02
More column name adjustments in metadata to support using the Entity Framework 6 design-time support. Pursuant to [3c00ec5b52]. Closed-Leaf check-in: b962d2a162 user: mistachkin tags: mistake
01:33
For the System.Data.SQLite.EF6 assembly, rename the IsStoreGenerated metadata column in the SSDL to IsServerGenerated. Pursuant to [3c00ec5b52]. check-in: 7a7ec7f341 user: mistachkin tags: mistake
2014-05-15
23:44
Fix a FormatException in the SQLiteConnection.Schema_Indexes method when the default type has been changed to String. Pursuant to [3c00ec5b52]. check-in: 5b282efc5f user: mistachkin tags: trunk
18:58
Fix a usage inconsistency where Convert.ToBoolean was being called instead of SQLiteConvert.ToBoolean. check-in: 4ea6f54d61 user: mistachkin tags: trunk
00:05
Also support overriding the default DbType value and type name via a 'configuration setting' (i.e. via the environment or the DLL config file). check-in: 216889c23b user: mistachkin tags: trunk
2014-05-14
20:14
Add support for setting the default DbType and type name used for mappings on a per-connection basis. Pursuant to [3c00ec5b52]. check-in: cf20301f89 user: mistachkin tags: trunk
20:13
Add tests and update version history docs. Closed-Leaf check-in: c09a345694 user: mistachkin tags: tkt-3c00ec5b52
18:45
Work in progress for feature request [3c00ec5b52]. check-in: 9c5dda4992 user: mistachkin tags: tkt-3c00ec5b52
2014-05-12
22:23
Update the Visual C++ 2013 redistributable packages in externals to Visual Studio 2013 Update 2. check-in: cdce870cee user: mistachkin tags: trunk
2014-05-09
02:42
Add an icon with a size of 128 pixels and use it from the NuGet packages. check-in: b4f7cca567 user: mistachkin tags: trunk
2014-05-02
21:29
Update estimated release date for version 1.0.93.0. check-in: 89dd774c9e user: mistachkin tags: trunk
21:25
Have the SQLiteProviderFactory class (in the System.Data.SQLite.Linq assembly) implement the IServiceProvider interface. check-in: c4216e296b user: mistachkin tags: trunk
21:06
Adjust versioning test cases to account for changes in the LINQ providers used by the test project configuration files. Closed-Leaf check-in: 3c15695b84 user: mistachkin tags: linqServiceProvider
20:18
Fix minor style typo on the FAQ page. check-in: 941fcf2157 user: mistachkin tags: trunk
2014-04-28
08:15
Have the SQLiteProviderFactory class (in the System.Data.SQLite.Linq assembly) implement the IServiceProvider interface. check-in: 6911b6547b user: mistachkin tags: linqServiceProvider
2014-04-26
08:16
Enhance the test suite infrastructure to evaluate a per-user and/or per-host settings file during test epilogue processing. check-in: b8c8c26be3 user: mistachkin tags: trunk
2014-04-22
20:07
Improve documentation of the build process. check-in: 32ea9b99f9 user: mistachkin tags: trunk
06:48
Adjust the vendor-specific setup script (for Eagle) to allow it to be successfully evaluated using a 'safe' interpreter. check-in: a4a1d80b10 user: mistachkin tags: trunk
2014-04-21
20:11
Add SetChunkSize method to the SQLiteConnection class. Pursuant to [d1c008fa0a]. check-in: 146cb55f1e user: mistachkin tags: trunk
2014-04-16
21:00
Merge updates from trunk. Closed-Leaf check-in: f955bf7c48 user: mistachkin tags: tkt-d0116ee2c3
2014-04-15
04:54
Update Eagle in externals to the beta 30 release. check-in: f9cacf60ea user: mistachkin tags: trunk
2014-04-10
19:47
Add description for the test for ticket [d0116ee2c3]. check-in: 98ec9470c6 user: mistachkin tags: tkt-d0116ee2c3
19:25
Fix typo in test case. check-in: aacf155c6c user: mistachkin tags: tkt-d0116ee2c3
19:24
Add test for ticket [d0116ee2c3]. check-in: e7eae509f8 user: mistachkin tags: tkt-d0116ee2c3
2014-04-04
21:16
Fix build for .NET Compact Framework. Relocate the archive exclusion files. check-in: 9b72adde17 user: mistachkin tags: trunk
2014-04-03
19:00
Update SQLite core library to the 3.8.4.3 release. check-in: 69b662f0c6 user: mistachkin tags: trunk
2014-04-02
02:09
Add support for mapping transaction isolation levels to their legacy default values. Pursuant to [56b42d99c1]. check-in: 919d687064 user: mistachkin tags: trunk
2014-03-30
01:42
Update version history docs. Closed-Leaf check-in: a9fb57516e user: mistachkin tags: isolationLevels
01:19
Add support for mapping transaction isolation levels to their legacy default values. Pursuant to [56b42d99c1]. check-in: 79365bcaed user: mistachkin tags: isolationLevels
2014-03-29
20:52
Make test 'data-1.37' more resilient to thread timing issues. check-in: a242748e03 user: mistachkin tags: trunk
2014-03-26
20:59
Fix text for the new NuGet package on the download page. check-in: 99cf773e08 user: mistachkin tags: trunk
20:56
Add an managed-only varient of the 'Core' NuGet package. check-in: 159e40e4a7 user: mistachkin tags: trunk
20:23
Revise download page text for the MSIL NuGet package. check-in: 4ebd9a66c5 user: mistachkin tags: trunk
20:16
Update SQLite core library to the 3.8.4.2 release. check-in: 0a29fc8665 user: mistachkin tags: trunk
19:58
Bump all versions to 1.0.93.0. Enhance versioning tests. Mark the MSIL NuGet package as legacy. check-in: 6f3549f6a4 user: mistachkin tags: trunk
2014-03-20
04:34
Final updates for release 1.0.92.0. check-in: 6c365f48b9 user: mistachkin tags: trunk, release, release-1.0.92.0