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.

65 check-ins using file testlinq/2008/LINQ/App.config version 85961b30e7

2014-09-04
02:59
Remove the shared PowerShell scripts for NuGet as they are no longer required. check-in: 63e49af71a user: mistachkin tags: nugetChanges
02:48
Update batch build tool to include the 'Debug' configuration by default. check-in: daec116031 user: mistachkin tags: trunk
02:43
Updates to the test suite infrastructure to handle Eagle integration changes. Cherrypick of [e68410521b]. check-in: 320319609f user: mistachkin tags: trunk
02:41
Update Eagle in externals to the latest trunk code. check-in: cafe9568f1 user: mistachkin tags: trunk
00:52
All uses of the Join-Path cmdlet should probably use the -Resolve option. check-in: 5fafa3aa6e user: mistachkin tags: nugetChanges
00:41
Remove superfluous property setting from the NuGet install script. Fix typo in the NuGet targets file. check-in: b23659c738 user: mistachkin tags: nugetChanges
00:29
More work on per-solution interop DLLs. Simplify MSBuild targets. check-in: 490683e924 user: mistachkin tags: nugetChanges
2014-09-03
22:49
More refactoring of shared files. Add MSBuild targets for later use. check-in: 857c4992b2 user: mistachkin tags: nugetChanges
2014-08-20
19:41
Merge updates from trunk. check-in: 513718f26c user: mistachkin tags: nugetChanges
2014-08-19
17:58
Add per-connection caching of the 'Use_SQLiteConvert_DefaultDbType' and 'Use_SQLiteConvert_DefaultTypeName' settings. Pursuant to [58ed318f2f]. check-in: 948fd5b3a3 user: mistachkin tags: trunk
05:08
Add some comments. check-in: 5e0ecd4053 user: mistachkin tags: nugetChanges
04:34
Verify the folder path exists prior to calling the PowerShell Get-ChildItem cmdlet on it during uninstall. check-in: 007720e8f0 user: mistachkin tags: nugetChanges
02:12
Fix typo in comment. check-in: 7879082337 user: mistachkin tags: nugetChanges
2014-08-18
20:42
Preliminary changes to support having the NuGet packages use per-solution files. check-in: 3c017a0eaf user: mistachkin tags: nugetChanges
2014-08-15
13:40
Update SQLite core library to the 3.8.6 release. check-in: ffe18d71ef user: mistachkin tags: trunk
2014-08-14
18:34
Improve comments in the WinCE testing tool. check-in: cb8ccab996 user: mistachkin tags: trunk
04:22
Correct several tests. check-in: b85106c760 user: mistachkin tags: trunk
2014-08-12
19:40
Revise and enhance tests for [58ed318f2f]. check-in: 984343ce67 user: mistachkin tags: trunk
19:19
Add NoConvertSettings connection flag to disable querying of runtime configuration settings from within the SQLiteConvert class. Pursuant to [58ed318f2f]. check-in: 59d43c48bb user: mistachkin tags: trunk
2014-08-11
23:59
Improve clarity of using statements in the UnsafeNativeMethods class. Also, obtain the static lock prior to touching settingReadCounts (only applies to Debug builds). check-in: 8b0d28f75a user: mistachkin tags: trunk
2014-08-08
21:42
Apparently, using nullable value types in DbConnectionStringBuilder derived classes can cause issues; therefore, avoid it. check-in: 29c37848ff user: mistachkin tags: trunk
2014-08-04
05:14
Update ignore-glob setting for Fossil. check-in: dcc0c2a960 user: mistachkin tags: trunk
2014-08-03
02:38
Remove superfluous 'install.ps1' file that is no longer used. check-in: 6e67c4fdf1 user: mistachkin tags: trunk
01:58
Batch tool enhancements for testing. check-in: b799bc86e7 user: mistachkin tags: trunk
01:48
Fix issue with documentation comment. check-in: f2a69275fd user: mistachkin tags: trunk
00:32
Fix minor typo in the design-time components installer. check-in: cfbeefb82a user: mistachkin tags: trunk
2014-08-02
23:27
Add 'Beta' and 'Test' versions of all remaining NuGet packages (i.e. the modular ones). check-in: 9509fcd7a8 user: mistachkin tags: trunk
22:42
Make the versioning tests easier to manage and maintain. check-in: fb520cf55b user: mistachkin tags: trunk
20:46
Make sure default data type warnings are always issued when applicable. check-in: 2413338b69 user: mistachkin tags: trunk
17:33
Update documentation comments for the DefaultDbType and DefaultTypeName properties. check-in: f4af7db4f1 user: mistachkin tags: trunk
07:22
Add some test suite infrastructure routines useful for interactive testing. check-in: bc40ad4091 user: mistachkin tags: trunk
05:02
Fix missing call to SQLiteOptions.GetProviderName. check-in: f294bad7b4 user: mistachkin tags: designOptions
03:57
Add ProviderFlags configuration property and associated handling to the design-time components installer. check-in: 940f8b3976 user: mistachkin tags: designOptions
03:27
For the design-time components installer, remove ConfigInvariantName as a Package class property. check-in: fad33d0e23 user: mistachkin tags: designOptions
02:30
Support the 'FullUri' connection string property in the design-time components. check-in: bb7dce2c26 user: mistachkin tags: designOptions
00:03
Merge updates from trunk. check-in: 9689cc6323 user: mistachkin tags: designOptions
00:02
Make sure the 32-bit-only flagged executable assemblies are re-signed properly and use them for the 32-bit setup packages. check-in: 7a3c948114 user: mistachkin tags: trunk
2014-08-01
18:58
Remove superfluous line from the previous commit. check-in: a5e6c41c19 user: mistachkin tags: designOptions
18:21
Actually, refactor the previous commit to make use of the LoadProperties method override. check-in: 6d6e89424f user: mistachkin tags: designOptions
18:19
Initially, disable the provider_Changed event in the connection properties user-interface. check-in: 2154db970d user: mistachkin tags: designOptions
17:13
Permit the default ADO.NET provider name used by the design-time components to be overridden via the environment. check-in: e2413cdd97 user: mistachkin tags: designOptions
04:32
Make sure the EF6 provider name is only available for .NET 4.0 and later. check-in: 1e2ed0931a user: mistachkin tags: designOptions
04:24
Add user-interface integration for the per-solution provider name configuration option. check-in: 1e8b52743b user: mistachkin tags: designOptions
03:30
Revise method names introduced in the previous check-in. Call the SQLiteOptions class from all the appropriate places. check-in: 015eca543d user: mistachkin tags: designOptions
03:12
Initial support for loading/saving options in the design-time components. check-in: b26261e090 user: mistachkin tags: designOptions
2014-07-31
22:36
Update Entity Framework in externals to the 6.1.1 release. check-in: d41090f6e0 user: mistachkin tags: trunk
22:35
Clarify description for the Ngen task in the setup packages. check-in: 23e6a9b85f user: mistachkin tags: trunk
21:43
Miscellaneous cleanup and comment changes in the design-time components installer. check-in: 2f356ea98e user: mistachkin tags: trunk
21:24
Remove accidentally duplicated debugging code in the design-time components installer. check-in: 6bd339500c user: mistachkin tags: trunk
21:17
For the design-time components installer, make sure the machine config invariant name is always 'System.Data.SQLite', per the requirements of the designer package code. check-in: 989cbb5f66 user: mistachkin tags: trunk
21:01
Add more logging to the design-time components installer. check-in: 2741442819 user: mistachkin tags: trunk
20:40
Improve debugging support in the design-time components installer. check-in: 252b910ba5 user: mistachkin tags: trunk
19:25
Update the master release archive manifest. check-in: fa5d926c64 user: mistachkin tags: trunk
05:48
Improve automatic detection and handling of the Entity Framework 6 assembly by the design-time components installer. Pursuant to [e634e330a6]. check-in: bc7c43a0b4 user: mistachkin tags: trunk
05:48
Cleanup the NuGet package configuration transform files. check-in: b4069b4c09 user: mistachkin tags: trunk
2014-07-30
00:39
Minimize usage of the 'Use_SQLiteConvert_DefaultDbType' and 'Use_SQLiteConvert_DefaultTypeName' settings. Fix for [58ed318f2f]. check-in: 69065c8e3b user: mistachkin tags: trunk
2014-07-29
22:48
For the debug build configuration only, keep track of how many times each runtime configuration setting is read and have the test suite report on same. Pursuant to [58ed318f2f]. check-in: d0e28511f3 user: mistachkin tags: trunk
22:42
Update the Entity Framework version. check-in: a5705bb3db user: mistachkin tags: trunk
2014-07-20
01:23
Update the Eagle script library in externals to the latest trunk code. check-in: 12b068ffb9 user: mistachkin tags: trunk
2014-07-19
06:40
Move the 'setup' data files to their own directory. check-in: 38406dba38 user: mistachkin tags: trunk
06:27
Add proper test constraint handling for the 'wal.db' and 'nonWal.db' test data files. check-in: b0d4efd98b user: mistachkin tags: trunk
06:16
Update Eagle script library in externals to the latest trunk code. Move the test data files into their own sub-directory. check-in: ed5dcaba0f user: mistachkin tags: trunk
00:22
Fix line endings. check-in: 413872c668 user: mistachkin tags: trunk
00:17
Improve SQLiteDataReader performance slightly by caching the connection flags. Add RefreshFlags method to the SQLiteDataReader class to forcibly refresh its connection flags. check-in: 910381a7e3 user: mistachkin tags: trunk
00:14
Bump all versions to 1.0.94.0. check-in: f56f7104f7 user: mistachkin tags: trunk