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 ancestors of b8212344a0dc6e37

2012-10-04
11:21
Add custom locking semantics for the CriticalHandle derived classes when compiled for the .NET Compact Framework. check-in: b8212344a0 user: mistachkin tags: trunk
2012-09-24
20:48
Doc updates for Visual Studio 2012. check-in: e7339793f8 user: mistachkin tags: trunk
2012-09-23
10:11
Modify the stress test so that all workload threads have multiple iterations. check-in: a8664bc59c user: mistachkin tags: trunk
08:05
Design-time installer test fixes for 64-bit support. check-in: e62a24fa85 user: mistachkin tags: trunk
07:36
Disable the 'Prefer 32-bit' project setting for all Visual Studio 2012 managed EXE projects as this prevents them from working properly on x64. check-in: 83e6d84d01 user: mistachkin tags: trunk
2012-09-22
18:56
Fix script variable name typo. check-in: 2381125d29 user: mistachkin tags: trunk
18:50
Modularize the connection opaque object handle lookup done by several tests. Modify test data-1.34 to use the Enum typed ReturnCode property instead of the Int32 typed ErrorCode property. Improve comments and formatting in the common test suite infrastructure file. check-in: 40e0fb8133 user: mistachkin tags: trunk
2012-09-21
10:05
Set minimum wait time between workload iterations in the stress test. check-in: e3dee8b8fc user: mistachkin tags: trunk
07:49
Enhancements to the stress test. Also, restore cleanup of log files in the design-time installer tests. check-in: 92cf80689a user: mistachkin tags: trunk
05:31
Fix build issue due to not setting the new .NET Framework properties. Revise batch testing tool to support testing more build variations. Skip handling the LINQ assembly in the design-time installer when targeting Visual Studio 2005. Miscellaneous test cleanup. check-in: 9ff332924a user: mistachkin tags: trunk
2012-09-20
12:09
Fix missed instance of needing the additional .NET Framework 4.5 check. check-in: 1ed5f5dff6 user: mistachkin tags: trunk
12:04
Explicitly add support for the .NET Framework 4.5 to the managed compile-time defines. check-in: c008d0ccd6 user: mistachkin tags: trunk
11:53
Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. check-in: 5759e099be user: mistachkin tags: trunk
02:39
Fire notification events before a connection is opened or closed. Enhance documentation comments to that include references. Workaround issue in NDoc3 to allow project reference links to be resolved correctly. check-in: 69f6030c7f user: mistachkin tags: trunk
00:50
Remove suppression for warning 4703 from the source code and add it to the property files. check-in: cdb73c1d3f user: mistachkin tags: trunk
2012-09-19
23:26
Streamline lists of warning suppressions for the interop assembly. Also, tweak spacing on the index page. check-in: 4d5d7cf799 user: mistachkin tags: trunk
22:18
Update core SQLite library to the latest trunk. check-in: aca9ed3f62 user: mistachkin tags: trunk
11:01
Minor editorial changes to the homepage. check-in: 8747cf823c user: drh tags: trunk
02:57
Revise and enhance the web page that describes how to obtain the latest unreleased source code. check-in: 404705e45f user: mistachkin tags: trunk
02:22
Fix broken internal links on the index page. check-in: 1b92687369 user: mistachkin tags: trunk
02:17
Update the index page to use HTML and clean it up a bit. check-in: 4f83137a62 user: mistachkin tags: trunk
2012-09-18
08:39
Simplify the file/assembly versioning tests and add several more assemblies to be verified. check-in: 8727b0b87e user: mistachkin tags: trunk
2012-09-17
12:46
More updates to the download page. check-in: 99ce814fe6 user: mistachkin tags: trunk
11:32
Add more support notes to the download page. check-in: cd74429503 user: mistachkin tags: trunk
10:52
Add/fix some file header comments. check-in: 83553a13b0 user: mistachkin tags: trunk
09:19
Add test of rolling back to a nested savepoint. check-in: 1222609485 user: mistachkin tags: trunk
08:45
Grammar fix on the download page. check-in: 4bdb712c35 user: mistachkin tags: trunk
08:17
Several automation changes related to Visual Studio 2005. check-in: a4a2ddbc05 user: mistachkin tags: trunk
07:54
Enhance the release archive verification tool to allow it to verify the setup archives built with Inno Setup. check-in: 5abb5516f9 user: mistachkin tags: trunk
05:21
Make it easier to read the master release archive manifest. check-in: dfc8420b01 user: mistachkin tags: trunk
05:17
Adjust the master release archive manifest to account for recent changes. check-in: 3767c774c5 user: mistachkin tags: trunk
04:13
Allow the setup package for Visual Studio 2008 to install the design-time components for Visual Studio 2005. check-in: 65a35f7847 user: mistachkin tags: trunk
04:05
Tweak information on the native library pre-loading feature. check-in: ab0469b468 user: mistachkin tags: trunk
03:52
Fix timeline links. check-in: 71d7ede107 user: mistachkin tags: trunk
03:47
Add information to the download page concerning the recommended usage of the various downloadable packages. check-in: 26d526a37f user: mistachkin tags: trunk
2012-09-16
23:06
Add more tests for the password connection string property. check-in: 9d136e41e6 user: mistachkin tags: trunk
07:56
Update known-good test log files to account for the recent changes in the Visual Studio design-time installer. check-in: e5b3e80db7 user: mistachkin tags: trunk
06:26
Update the Eagle script library in externals. check-in: 5a9be9c533 user: mistachkin tags: trunk
04:59
The Visual Studio registry hive is the per-user one, not the .NET Framework. Also, fix designer Visual Studio version detection. check-in: 3ce5d5aa04 user: mistachkin tags: trunk
04:32
Support a version suffix to access the Visual Studio registry hive. This appears to be necessary only for Visual Studio 2012. check-in: 5d058ec6a5 user: mistachkin tags: trunk
04:03
Support modifying registry settings in the per-user hive for Visual Studio 2012. check-in: 483a2c72af user: mistachkin tags: trunk
03:35
Only set the 'Assembly' attribute if the package assembly is placed into the GAC. check-in: 3c650f7744 user: mistachkin tags: trunk
01:58
Use the designer package assembly name for the 'Assembly' value, not the core assembly name. check-in: b692876da9 user: mistachkin tags: trunk
01:47
Correct the system directory used by the design-time installer when running in WoW64. Also, set the Assembly, AssociatedSource, DefaultProvider values for the VS package. check-in: 65ffbd08e5 user: mistachkin tags: trunk
2012-09-15
23:19
The .NET Framework 4.5 has no client profile. check-in: 9f43f6f4bf user: mistachkin tags: trunk
22:51
Improve/correct comments in the test suite infrastructure, especially those in getBuildDirectory. check-in: 2e77593c0d user: mistachkin tags: trunk
22:14
Merge Visual Studio 2012 design-time related changes to trunk. check-in: 12a281fd66 user: mistachkin tags: trunk
22:13
Fix some comments. Closed-Leaf check-in: 01215e1780 user: mistachkin tags: vs2012Design
22:07
Update the release archive manifest to account for the new source code files. check-in: daf7b81f7a user: mistachkin tags: vs2012Design
22:02
Restrict the setup to installing one version of the Visual Studio design-time components. Add better support for Visual Studio 2005 to the build and setup automation. check-in: 95a0e9c66b user: mistachkin tags: vs2012Design
09:05
Add several key files to all the solutions. check-in: e8d585b04b user: mistachkin tags: vs2012Design