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 descendants and 50 ancestors of e842408df117a1c68394734367dacffae573f4b9

2011-04-08
08:35
Disable prompt to remove GAC'd assembly on uninstall. Also, due to GAC and 'shared file' requirements, install assembly file to be GAC'd in its own directory. check-in: 3b8648f3d3 user: mistachkin tags: trunk
08:17
Use built-in GAC handling provided by InnoSetup. Include and install Visual C++ runtime. check-in: 9a42ab969b user: mistachkin tags: trunk
05:14
Add post-build step to copy interop dll to test directory (VS 2008). Also, add trailing backslash to VS 2010 post-build commands. check-in: a512f4ae40 user: mistachkin tags: trunk
04:40
Add post-build step to copy interop dll to test directory. check-in: de383c669e user: mistachkin tags: trunk
04:32
Fix compiler warning. check-in: 75fa3f2f06 user: shaneh tags: trunk
04:10
Add VS 2010 x64 project configurations for the SQLite.Interop assembly to the new build system. check-in: acc3e52af9 user: mistachkin tags: trunk
03:25
Add VS 2008 x64 project configurations for the SQLite.Interop assembly to the new build system. check-in: c03b3924fd user: mistachkin tags: trunk
03:07
Add another missing Linq file. check-in: 4528f3167e user: shaneh tags: trunk
01:53
First attempt at using InnoSetup for setup. Adjust default solution settings to favor using the custom 'SQLite.Interop.dll' instead of the standard 'sqlite3.dll'. check-in: 19ee37dcd5 user: mistachkin tags: trunk
00:19
Fix legacy build system for VS 2010. Properly link the SQLite.Interop assembly file with the NetModule and sign it. Also, correct the solution-to-project build configuration mappings. check-in: 4c948ec682 user: mistachkin tags: trunk
2011-04-07
23:43
Fix StrongName signing issue with the SQLite.Interop assembly file. Make sure all build configurations and platforms are properly mapped in the solution files. check-in: 56f84a6f6c user: mistachkin tags: trunk
15:53
Missing file for designer. check-in: dc92d38c29 user: shaneh tags: trunk
15:12
Added files for building Linq module. check-in: 9c7e81cdb4 user: shaneh tags: trunk
2011-04-06
02:06
added files for install project; check-in: f0d5e38f0b user: shaneh tags: trunk
2011-03-17
03:21
Added a contributor agreement. check-in: 4dbf5841e2 user: shaneh tags: trunk
2011-03-13
20:16
Placeholder for new downloads page. check-in: 4429c5391f user: shaneh tags: trunk
2011-02-26
15:09
Enable native-only targets for the interop assembly. check-in: 26379a6c73 user: mistachkin tags: trunk
13:51
Preparation for the native-only interop targets (i.e. SQLite.Interop.dll). Avoid having the project name being used to help name any of the output files. check-in: 1688fbec2c user: mistachkin tags: trunk
12:37
Fix issue with the VERSIONINFO resource where the DEBUG flag was not being set correctly. check-in: ddd4705c67 user: mistachkin tags: trunk
12:16
Add the interop project to the VS 2010 specific solution. check-in: 66d8e45055 user: mistachkin tags: trunk
12:11
Fix issue with the INTEROP_ASSEMBLY_RESOURCES build macro. check-in: 9ffa2eeb33 user: mistachkin tags: trunk
12:03
Fix strong name signing with embedded manifests and add the VS 2010 project file for the interop assembly. check-in: 6660802dd0 user: mistachkin tags: trunk
10:24
Move RC file (missed in previous commit). check-in: 0e372ed8f9 user: mistachkin tags: trunk
10:21
Added interop project to streamlined build system. Updated SQLite to version 3.7.5. Fixed several warnings about unused local variables in extension-functions.c and interop.c. Group the source files by their origin (for clarity). Heavily revised the RC file for consistency and to centralize version information. Unfortunately, VS2008 / VS2010 use entirely different schemas for their property files; therefore, two sets of property files are required. Deleted the extraneous resource.h file. check-in: 98361f4a6b user: mistachkin tags: trunk
2011-02-17
08:41
Add test project to streamlined build system. Remove hard-coded supportedRuntime element from the test project app.config file as it is not necessary and prevents the test project from working correctly with the .NET Framework 2.0. Remove unnecessary using statements from test project. check-in: 921761a566 user: mistachkin tags: trunk
07:52
More work on streamlined build system. check-in: 55bbb6741b user: mistachkin tags: trunk
06:00
Initial work on streamlining the build system. Also, partial fix for building with Visual Studio 2008 and/or the .NET Framework 2.0 [2737c06ea1] (for the primary assembly only). check-in: 6d2a2db720 user: mistachkin tags: trunk
2011-02-16
05:05
Don't set SQLITE_OPEN_CREATE when "Read Only=true" is used in the connection string. Fix for [ac0e253dcf]. check-in: 99e4838b78 user: shaneh tags: trunk
03:45
Removed dependency on app.config from project System.Data.SQLite - Netmodule. Fix for [9db22d7e32]. check-in: 312197770b user: shaneh tags: trunk
03:42
Added null check on p in sqlite3_finalize_interop(). Fix for [fc994d007d]. check-in: 726d3115f6 user: shaneh tags: trunk
03:22
Updates for compiling design time support (includes missing DLLs for VS2005, 2008, and 2010). check-in: b0ae15a64c user: shaneh tags: trunk
2011-01-31
21:09
Fix typo. check-in: 640f41c7ee user: shaneh tags: trunk
20:46
More updates to the web pages. check-in: e473043c58 user: shaneh tags: trunk
20:17
Updates to web pages. check-in: b4b0148f05 user: shaneh tags: trunk
19:58
Added a few embedded web pages. check-in: 22ba9778cb user: shaneh tags: trunk
04:23
Added setup and msi projects to main solution and modified to remove design time support. Need to get this building and tested and re-added. check-in: 1e42f1810d user: shaneh tags: trunk
2011-01-04
22:42
Remove the "suo" file from control on the advice of VS2010 authorities on the net. check-in: c69a42fb89 user: drh tags: trunk
22:18
Remove obsolete separate source-file implementation of SQLite and rely exclusively on the amalgamation. check-in: 4adb1bfb8a user: drh tags: trunk
22:03
Remove all of the build products in the bin/ subdirectory from the source tree. check-in: 6a5f417260 user: drh tags: trunk
21:55
Merge the VS2010 updates into trunk. check-in: b6e6cd73f6 user: drh tags: trunk
20:46
Update internal SQLite engine to 3.7.4. Update SDS version to 1.0.67.0. Closed-Leaf check-in: 8a92ed133d user: shaneh tags: vs2010
2010-12-20
18:34
Another missing project file. check-in: eb30ee2240 user: shaneh tags: vs2010
18:30
Add some missing vs2010 project files. check-in: f008ffb1ee user: shaneh tags: vs2010
2010-12-16
17:49
Changes to get base portions compiling under Visual Studio 2010. Still much to be done. Need to sort out packaging, installation, wince, etc. check-in: 644aeca13c user: shaneh tags: vs2010
2010-11-24
14:29
Remove a duplicate DLL whose name differs only in case. check-in: 7f9e634bf5 user: drh tags: trunk
2010-08-15
22:10
Fix guid type Closed-Leaf check-in: 555d0d530d user: rmsimpson tags: sourceforge
2010-08-11
16:17
Updates for take and skip check-in: fc483e780a user: rmsimpson tags: sourceforge
16:15
Updates to the test app check-in: 7bfffba74e user: rmsimpson tags: sourceforge
16:15
Code merge SQLite 3.7.0.1 check-in: 70c0651802 user: rmsimpson tags: sourceforge
16:14
Updates for 67 release check-in: 09564699fe user: rmsimpson tags: sourceforge
16:13
Prep for 67 check-in: e842408df1 user: rmsimpson tags: sourceforge
16:12
Various designer fixes check-in: eaebdca96e user: rmsimpson tags: sourceforge
16:11
Fixing VS2005 support and adding VS2010 support check-in: 835bf14e60 user: rmsimpson tags: sourceforge
2010-08-05
02:03
1.0.66.0 check-in: 7ec6a118ce user: rmsimpson tags: sourceforge, release
2009-07-10
04:43
1.0.64.0 check-in: de1a94066c user: rmsimpson tags: sourceforge
2009-07-02
17:46
1.0.63.0 check-in: 25cc9c6500 user: rmsimpson tags: sourceforge
2009-06-29
22:59
1.0.63.0 check-in: 26297c39cc user: rmsimpson tags: sourceforge
2009-06-19
21:04
3.6.15 check-in: e7d1758f41 user: rmsimpson tags: sourceforge
20:57
1.0.62.0 check-in: 5ab035e676 user: rmsimpson tags: sourceforge
2009-04-28
17:09
1.0.61.0 check-in: 734737fbb6 user: rmsimpson tags: sourceforge
16:17
SQLite 3.6.13 check-in: d309051563 user: rmsimpson tags: sourceforge
16:16
1.0.61.0 check-in: 16e6852a8a user: rmsimpson tags: sourceforge
2008-10-05
16:29
1.0.60.0 check-in: 832002b852 user: rmsimpson tags: sourceforge
16:20
1.0.60.0 check-in: 792a4b099d user: rmsimpson tags: sourceforge
15:45
1.0.60.0 check-in: 6098f7397e user: rmsimpson tags: sourceforge
15:35
1.0.60.0 check-in: c425f2d2e9 user: rmsimpson tags: sourceforge
2008-09-22
16:27
1.0.59.0 check-in: 147afad4ff user: rmsimpson tags: sourceforge
16:18
1.0.59.0 check-in: 4d6b467497 user: rmsimpson tags: sourceforge
16:02
1.0.59.0 check-in: eb68645c41 user: rmsimpson tags: sourceforge
2008-09-03
05:03
pre 1.0.59.0 check-in: 016669885b user: rmsimpson tags: sourceforge
2008-09-02
15:46
pre 1.0.59.0 check-in: c0dab1edea user: rmsimpson tags: sourceforge
2008-08-11
21:12
1.0.56.0 check-in: faaaeb7bd7 user: rmsimpson tags: sourceforge
2008-08-08
05:42
1.0.56.0 beta check-in: 85ed84191d user: rmsimpson tags: sourceforge
2008-08-06
21:49
1.0.55.0 check-in: 8848fb5ed8 user: rmsimpson tags: sourceforge
21:48
3.6.1 debug sources check-in: add0673a62 user: rmsimpson tags: sourceforge
21:40
1.0.55.0 check-in: 24425920c8 user: rmsimpson tags: sourceforge
2008-07-26
04:34
1.0.54.0 check-in: 41d8f0f895 user: rmsimpson tags: sourceforge
2008-07-24
06:19
1.0.53.0 check-in: 2b553f96c4 user: rmsimpson tags: sourceforge
2008-07-16
23:32
1.0.52.0 check-in: 1084c98790 user: rmsimpson tags: sourceforge
23:32
no message check-in: c49238f784 user: rmsimpson tags: sourceforge
2008-07-01
05:24
First pass at LINQ support for VS2008 SP1 beta1 check-in: ee1d336998 user: rmsimpson tags: sourceforge
2008-06-27
21:34
1.0.50.0 check-in: 5d225801e2 user: rmsimpson tags: sourceforge
21:33
1.0.50.0 check-in: 1db667d2bd user: rmsimpson tags: sourceforge
2008-05-28
08:19
VS2008 Conversion check-in: 464ebf8948 user: rmsimpson tags: sourceforge
08:18
1.0.49.0 check-in: f3f45cefd1 user: rmsimpson tags: sourceforge
2007-12-07
16:09
no message check-in: 4228ab0070 user: rmsimpson tags: sourceforge
2007-12-04
16:11
SQLite 3.5.3 check-in: ba03747b49 user: rmsimpson tags: sourceforge
16:07
1.0.47.0 check-in: 7518ccfcff user: rmsimpson tags: sourceforge
2007-10-01
03:25
1.0.46.0 check-in: 67f18e8aaa user: rmsimpson tags: sourceforge
2007-09-25
22:50
1.0.45.0 code merge with SQLite 3.4.2 check-in: 5e670230f4 user: rmsimpson tags: sourceforge
22:46
Fixed section size calculations check-in: 685c65f2d6 user: rmsimpson tags: sourceforge
22:45
1.0.45.0 check-in: 5a232b012b user: rmsimpson tags: sourceforge
2007-07-21
08:46
1.0.44.0 check-in: e2beba4862 user: rmsimpson tags: sourceforge
08:46
1.0.44.0 check-in: d189b55f98 user: rmsimpson tags: sourceforge
08:46
1.0.44.0 check-in: 7b0eeb3816 user: rmsimpson tags: sourceforge
2007-06-19
22:42
Code merge with SQLite 3.4.0 check-in: d9903df39e user: rmsimpson tags: sourceforge
22:37
1.0.43.0 check-in: deedbd7367 user: rmsimpson tags: sourceforge
2007-06-02
17:41
1.0.43.0 check-in: a8f97c9977 user: rmsimpson tags: sourceforge
2007-04-23
08:12
1.0.41.0 check-in: ee3c5d62f1 user: rmsimpson tags: sourceforge
07:59
1.0.41.0 check-in: acd17b1cf8 user: rmsimpson tags: sourceforge
2007-04-22
23:23
1.0.41.0 check-in: 06c93533ad user: rmsimpson tags: sourceforge