System.Data.SQLite

Timeline
Login

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

423 check-ins using file tools/install/InstallDesigner.resx version 2b5809a447

2011-07-29
20:35
Update SQLite core to latest, including the os_win.c fixes and the new SQLITE_FCNTL_PERSIST_WAL file control. check-in: f9c2d67ad2 user: mistachkin tags: trunk
2011-07-24
21:50
Sync up ProjectGuids for the static interop projects. check-in: 5c03dc1829 user: mistachkin tags: trunk
21:44
Re-add file comment removed by VS. check-in: 47bbbd5b6c user: mistachkin tags: trunk
21:43
Support building the statically linked interop projects from any of the solutions. check-in: 740c774926 user: mistachkin tags: trunk
02:07
Update Eagle in externals to the official beta 17 release. check-in: c882396e27 user: mistachkin tags: trunk
2011-07-23
06:10
Revise test case for [b4a7ddc83f] to avoid problems with paths containing spaces. check-in: bb5d6a1356 user: mistachkin tags: trunk
06:07
Make the file extension for the interop DLL consistently lowercase. check-in: 5a027c3c1b user: mistachkin tags: trunk
04:39
Show version information for the interop assembly during testing. check-in: 6e630b74b2 user: mistachkin tags: trunk
04:01
Revise the MultithreadingTest to remove potential race conditions on slower systems. check-in: 0ccc54331a user: mistachkin tags: trunk
00:59
Merge interop changes for debug SQLite core testing and updated SQLite core itself. check-in: ff19f6474c user: mistachkin tags: trunk
00:57
Update SQLite core to latest. Closed-Leaf check-in: ecfb121b6e user: mistachkin tags: debugInteropFix
2011-07-22
23:13
Experimental changes to permit the unit test suite to pass with the debug version of SQLite. check-in: 937230cef0 user: mistachkin tags: debugInteropFix
21:21
Fix issue with building in a Visual Studio Command Prompt window. Support building and testing the VS2010 projects using the .NET Framework 3.5. check-in: a912d7f434 user: mistachkin tags: trunk
2011-07-21
23:50
Remove unnecessary redundancy in the test for [b4a7ddc83f] and verify that it ran in a non-primary AppDomain. check-in: 7f19f2449d user: mistachkin tags: trunk
21:46
Add comment to warn about the nature of the current fix for [b4a7ddc83f]. check-in: f5c5f581dc user: mistachkin tags: trunk
17:18
Preliminary fix for [b4a7ddc83f], shutdown the SQLite native interface when the AppDomain is being unloaded. check-in: 1d024437e5 user: mistachkin tags: trunk
17:15
Update test case for [b4a7ddc83f]. check-in: 10f4be9ed4 user: mistachkin tags: trunk
04:05
Add preliminary test cases for ticket [b4a7ddc83f]. check-in: 1684f669ef user: mistachkin tags: trunk
2011-07-19
17:45
Correct typos in required frameworks on download page, fixes ticket [1708271031]. check-in: a9e8f14e76 user: mistachkin tags: trunk
2011-07-18
23:45
Make sure the version of the primary assemblies end up in the test log file. check-in: 35fccb2bb0 user: mistachkin tags: trunk
22:57
More tests. check-in: 92efd59201 user: mistachkin tags: trunk
22:07
Add test to demonstrate a recently fixed (post-1.0.74.0) file handling leak. check-in: c851b1788c user: mistachkin tags: trunk
00:16
Update Eagle in externals to the official beta 16 release. check-in: dad2104128 user: mistachkin tags: trunk
2011-07-16
14:06
Modify setup defaults for install directory and program group to allow for 2008/2010 side-by-side installation. check-in: 6fe83d0a7e user: mistachkin tags: trunk
2011-07-15
02:38
Minor tweaks to unit test infrastructure. check-in: 3fc667d5de user: mistachkin tags: trunk
2011-07-14
12:34
Make sure the test for SetAvRetry tests using non-default settings for both the count and interval. check-in: 53756a8822 user: mistachkin tags: trunk
2011-07-13
17:23
Improve and correct embedded doc comments for the new SetAvRetry method. check-in: dbdcdae6ae user: mistachkin tags: trunk
16:35
Support the new SQLITE_FCNTL_WIN32_AV_RETRY file control. Add interop project files for static linking to the VC runtime. check-in: c90bf3896e user: mistachkin tags: trunk
2011-07-12
15:21
Update SQLite interop assembly code to latest trunk changes. check-in: 01781df775 user: mistachkin tags: trunk
15:14
Fix for [74807fbf27], enable STAT2 for the interop assembly. check-in: d23e494cea user: mistachkin tags: trunk
2011-07-11
21:19
Add missing #ifdefs for compact framework (where SQLiteLog is not used). check-in: ee8edc8eb3 user: mistachkin tags: trunk
21:09
Fix doc display issues. check-in: 6e61cb4b3f user: mistachkin tags: trunk
21:03
Add initial unit testing docs. check-in: a651466562 user: mistachkin tags: trunk
19:43
Fix typo in comment. check-in: 1081102b1e user: mistachkin tags: trunk
19:40
Refactor the logging interface to be thread-safe and 'self-initializing'. Stop ignoring errors returned by sqlite3_config(SQLITE_CONFIG_LOG). Provide a default log handler and allow it to be added/removed dynamically. Allow logging to be temporarily enabled/disabled without modifying the underlying delegates. check-in: 1d955a6031 user: mistachkin tags: trunk
2011-07-10
14:01
More readability improvements to build docs. check-in: 9033b5edff user: mistachkin tags: trunk
13:42
Make build commands easier to read. check-in: 2aac150c82 user: mistachkin tags: trunk
10:39
Support the ON UPDATE, ON DELETE, and MATCH clause information when generating schema metadata for foreign keys. Partial fix for [b226147b37]. VS designer changes are not yet tested. check-in: 9eb2e81611 user: mistachkin tags: trunk
01:48
Updates to unit test infrastructure. check-in: 1f8786cc73 user: mistachkin tags: trunk
2011-07-09
21:10
Modify unit test infrastructure to better support testing the mixed-mode assembly. check-in: 84821b2787 user: mistachkin tags: trunk
20:37
Fix incorrect resource name for SR.resx in the VC 2010 mixed-mode assembly. check-in: 55f56ce508 user: mistachkin tags: trunk
18:10
Remove NDEBUG from common defines. Move SQLITE_HAS_CODEC to 'extra' defines. check-in: 739ba4e18c user: mistachkin tags: trunk
09:01
Fix for [8b7d179c3c], with tests. check-in: 76e929f694 user: mistachkin tags: trunk
2011-07-08
18:27
Skip even building CE projects for non-CE platforms as this seems to cause PDB locking issues for VS during rebuilds even without deployment enabled. check-in: 6b62f68649 user: mistachkin tags: trunk
15:36
Fix another CLR version issue with LINQ entity framework support. check-in: 09a63cc716 user: mistachkin tags: trunk
12:11
Make the assembly attributes for all projects consistent. Also, properly set the assembly configuration attributes based on the actual build configuration. check-in: f9d4491161 user: mistachkin tags: trunk
11:45
Modify test basic-1.2 to allow it to pass multiple times without having to manually re-copy the test database to the build directory. check-in: 4bfb250998 user: mistachkin tags: trunk
10:27
Removing copying of assembly files from unit tests as they are now copied in the common prologue. check-in: bbc7c21748 user: mistachkin tags: trunk
10:24
Enhancements to unit test infrastructure to enable profiling. check-in: 0c6f84763c user: mistachkin tags: trunk
10:22
Make the fix for [e1b2e0f769] more robust for corner cases. check-in: ce4f34e190 user: mistachkin tags: trunk
2011-07-07
10:05
Isolate the hard-coding of the VS designer version number. Normalize all the project web site URLs to end with a slash. check-in: 20d41af53e user: mistachkin tags: trunk
09:40
Cleanup leaked opaque object handle in test 'basic-1.2'. check-in: 07b0709845 user: mistachkin tags: trunk
08:47
Make the necessary adjustments to the unit test suite and to the 'test' / 'testlinq' projects to allow all the tests contained within those projects to be run programmatically via the unit test suite. check-in: 178b6d6379 user: mistachkin tags: trunk
05:53
Modify fix for [e1b2e0f769] so that it passes all the legacy unit tests in the 'test' project. Also, skip deploying CE projects for non-CE build configurations to avoid VS PDB locking issue. check-in: def75f76da user: mistachkin tags: trunk
05:12
To avoid future confusion, the fix for [8c1650482e] should match the fix for [201128cc88]. check-in: f1f7b20cea user: mistachkin tags: trunk
04:18
Add proper test case for [201128cc88] that covers most branches of the modified method. Also, tweak common test infrastructure. check-in: a290d2c1a5 user: mistachkin tags: trunk
02:40
Further optimization/fix for ticket [201128cc88]. check-in: f09f0e8ea1 user: mistachkin tags: trunk
02:15
Fix for ticket [e1b2e0f769] with test case. check-in: fa8d4d5773 user: mistachkin tags: trunk
2011-07-06
21:09
Further simplify test case for [e1b2e0f769]. Prevent common.eagle from being treated as a test case file. check-in: bafc84af30 user: mistachkin tags: trunk
20:59
Modify test case for [e1b2e0f769] to allow the reported exception to be reproduced. check-in: 9a1cb354ec user: mistachkin tags: trunk
2011-07-05
10:13
Cleanup leaked variables in test case. check-in: 84d5eb1e69 user: mistachkin tags: trunk
10:13
Fix for [201128cc88]. check-in: 3e063f371f user: mistachkin tags: trunk
10:05
First attempt to reproduce the issue in ticket [e1b2e0f769]. check-in: 984585f3ac user: mistachkin tags: trunk
07:47
Fix for [2c630bffa7] and [b0a5990f48]. check-in: eb6a22a1a9 user: mistachkin tags: trunk
06:07
Fix for [448d663d11], with tests. Also fixes [2a0c90d7b0]. See also [08f3d3daf2]. check-in: 50b4844f0c user: mistachkin tags: trunk
04:40
Add tests for ticket [448d663d11]. Further refinements to unit testing infrastructure. check-in: 11f11f0c83 user: mistachkin tags: trunk
01:03
Update hashes for non-bundled downloads. check-in: 8dbc95c446 user: mistachkin tags: trunk
2011-07-04
17:19
More tweaks to unit tests and infrastructure. check-in: 78c6fc8c6a user: mistachkin tags: trunk
16:38
Update download page with new binaries and setups to fix [96a783d8a5]. check-in: 7fc4c39b87 user: mistachkin tags: trunk, release
16:16
Update VS2010 props file version number to fix [96a783d8a5]. check-in: e4cec63cc8 user: mistachkin tags: trunk
15:59
Add pre-beta16 Eagle binaries to externals for unit testing. More changes to new unit testing infrastructure. check-in: 9b6983ebf8 user: mistachkin tags: trunk
10:47
Add test for ticket [2c630bffa7] and some unit-testing infrastructure. check-in: 2a2aa7392c user: mistachkin tags: trunk
05:18
Reorganize the downloads page to make it easier to pick the download by platform and framework. check-in: ac836ab5b8 user: mistachkin tags: trunk
2011-07-03
15:29
Update downloads page for 1.0.74.0 release, take 2. check-in: 27a80ef445 user: mistachkin tags: trunk
15:18
Fix for incorrect SQLite.Interop.dll being included in x64 binary packages. check-in: f803d608c8 user: mistachkin tags: trunk
13:59
Add sizes and SHA1 hashes to download page. check-in: 99a773eee4 user: mistachkin tags: trunk
13:40
Remove stray generated resources file. check-in: ef2a0641ff user: mistachkin tags: trunk
13:36
Update readme.htm file. check-in: ae4f9bc9d4 user: mistachkin tags: trunk
13:19
Merge all build enhancements to trunk. check-in: 0fedc31598 user: mistachkin tags: trunk
13:17
Add reminder to update the doc for release procedures. Closed-Leaf check-in: 778783fcb4 user: mistachkin tags: build-enhancements
13:08
Update all versions to 1.0.74.0 in preparation for release. check-in: 89cdc2da26 user: mistachkin tags: build-enhancements
13:02
Update downloads page (still needs final sizes and hashes). Add automation to build the Windows CE binaries. Modify release automation to produce suitable file names for the Windows CE packages. check-in: f53f064e0e user: mistachkin tags: build-enhancements
11:12
Update news page. check-in: 1a284136dd user: mistachkin tags: build-enhancements
10:38
Update index and features docs. check-in: 599303cfd2 user: mistachkin tags: build-enhancements
10:30
Update doc for build procedures. check-in: ff769fcae4 user: mistachkin tags: build-enhancements
09:36
More doc updates. check-in: 46b6f81667 user: mistachkin tags: build-enhancements
09:20
Fixes to make the CHM documentation build with NDoc3 and automate the necessary 'Table of Contents' merging steps. Also, update feedback 'mailto' links. check-in: dc206da59f user: mistachkin tags: build-enhancements
04:08
Update docs to prepare for release. check-in: eac26b11cc user: mistachkin tags: build-enhancements
2011-07-02
11:53
Use full version for the 2010 specific test App.Config as well. check-in: de7d2182a3 user: mistachkin tags: build-enhancements
10:23
Add automation to generate binary archives for Windows CE. check-in: 4e0d7f1fd9 user: mistachkin tags: build-enhancements
08:35
Add ManagedOnly build configurations to build automation solutions. check-in: 3c387219d9 user: mistachkin tags: build-enhancements
08:08
Add initial release automation to support Windows CE and modify automation to strip double quotes from arguments in a more robust fashion. check-in: b6833b5ec1 user: mistachkin tags: build-enhancements
06:14
Fix GAC install/uninstall for bundled setup packages. check-in: b92515a271 user: mistachkin tags: build-enhancements
05:57
Fixes for build automation on Windows XP. check-in: 678932b7c5 user: mistachkin tags: build-enhancements
05:27
Exclude more empty directories from the source archive. check-in: 00c3df8913 user: mistachkin tags: build-enhancements
05:10
More fixes to build automation to support bundled and non-bundled binary and setup packages. check-in: 88e8c6f883 user: mistachkin tags: build-enhancements
2011-07-01
15:02
More fixes to release automation. Include the name of the framework (e.g. netFx20) in the created archive file names. check-in: 6813454ca3 user: mistachkin tags: build-enhancements
13:44
Deploy all Windows CE related projects in the necessary build configurations. check-in: b5f9796184 user: mistachkin tags: build-enhancements
13:25
Re-enable building all projects for Windows CE. Not yet tested. check-in: afaaa2b085 user: mistachkin tags: build-enhancements
12:09
Add 'testce' project to the new build system. Currently, it is VS2008 only. Also, removed unused 'using' statements from it. check-in: 1ff353b956 user: mistachkin tags: build-enhancements
11:50
Fix using System.Data.SQLite.Linq from the .NET Framework 3.5 and/or Visual Studio 2008. check-in: cbeb724259 user: mistachkin tags: build-enhancements
11:36
Remove unused 'using' statements from System.Data.SQLite. check-in: b270e24e93 user: mistachkin tags: build-enhancements
11:05
Add App.config for VS2010 version of 'testlinq' project, missing from previous commit. check-in: d57ce3a2f8 user: mistachkin tags: build-enhancements
11:03
Split the NorthwindModel* and App.Config files for the 'testlinq' project into VS2008/VS2010 specific variants. More refinements to release automation. Remove hard-coded assembly version number from SQLiteFactory class. Remove 'v4.0' from all assembly version info. Remove unused 'using' statements from the System.Data.SQLite.Linq project. check-in: 7161ddc5c2 user: mistachkin tags: build-enhancements
08:33
Add 'testlinq' project to the new build system. Cleanup in both test apps. Fix XML doc warnings. check-in: bd2f09af59 user: mistachkin tags: build-enhancements
03:16
Append the version number to created source archive file name. Exclude superfluous empty 'Properties' directory created by VS. For now, exclude legacy install tools directory. check-in: 948a3e95d3 user: mistachkin tags: build-enhancements
02:23
Add automation to produce a source archive. Remove superfluous README files. check-in: 7e5e4c3562 user: mistachkin tags: build-enhancements
2011-06-30
23:22
In the build automation, attempt to automatically detect if Visual Studio 2008 and/or 2010 are installed. check-in: c7f8f5e266 user: mistachkin tags: build-enhancements
06:17
Update the VS property files to SQLite version 3.7.7.1. check-in: f10d138b59 user: mistachkin tags: build-enhancements
02:43
Update core SQLite to 3.7.7.1 release. check-in: f35ae2653c user: mistachkin tags: build-enhancements
01:27
When building the 'NativeOnly' solution configurations via the command line using the *.MSBuild.sln files, skip building any managed code. Revise naming of the setup packages. check-in: 0c50bcf546 user: mistachkin tags: build-enhancements
2011-06-29
14:49
The build_all tool should refer to PLATFORMS, not PROCESSORS. check-in: abafcccd8a user: mistachkin tags: build-enhancements
13:58
Generate a manifest when the setup is built. check-in: 6df1ea20c7 user: mistachkin tags: build-enhancements
13:46
Add support for build_all tool. Disable GAC task in setup when the native DLL is necessary. check-in: 78aa3287dc user: mistachkin tags: build-enhancements
11:31
Enhancements to command line build and test automation. check-in: 046dc70fd1 user: mistachkin tags: build-enhancements
2011-06-02
15:59
Update downloads and news pages for v1.0.73.0 (3.7.6.3). check-in: 1bce85bcfc user: shaneh tags: trunk, release
15:32
Update of readme. check-in: 339846380c user: shaneh tags: trunk
15:31
Update the version number to 1.0.73.0. check-in: e7dae3da63 user: shaneh tags: trunk
15:17
Update to SQlite 3.7.6.3 [ed1da510a2]. check-in: 9067143122 user: shaneh tags: trunk
2011-05-24
01:39
Minor optimization to GetBytes() to avoid calling sqlite3_column_blob() on null destination buffers. Fix for [8c1650482e]. check-in: a97d149d1e user: shaneh tags: trunk
01:20
Update various assembly information settings. check-in: 606af726e9 user: shaneh tags: trunk
01:17
Correct System.Data.SQLite.Linq version and resource information. Fix for [6489c5a396] and [133daf50d6]. check-in: 9ce4a2e044 user: shaneh tags: trunk
2011-05-23
04:12
Moved log handler from SQLiteConnection object to SQLiteFactory object to prevent if from being prematurely GCed. check-in: c520cba472 user: shaneh tags: trunk
04:07
Updated method for flagging test cases that are SQLite specific. check-in: 9525e5cf45 user: shaneh tags: trunk
2011-05-20
07:38
Fix for issue [e058ce156e]. We should block x64 installs on x86 and we should install native only if the setup package itself is native. check-in: 7a61aabf34 user: mistachkin tags: trunk
2011-05-02
03:34
Update downloads and news pages for v1.0.72.0 (3.7.6+). check-in: 8bc5b708b0 user: shaneh tags: trunk, release
03:19
Update of readme. check-in: d49477f70f user: shaneh tags: trunk
03:14
Update the version number to 1.0.72.0. check-in: 65198897c0 user: shaneh tags: trunk
03:13
Change default from 2008 to 2010. check-in: 2e774ed76d user: shaneh tags: trunk
02:59
Remove the need to set the version for the Inno setup packages. check-in: 315f26a68d user: shaneh tags: trunk
02:16
Add the correct directory to the path. Fix for [50515a0c8e]. check-in: 1ed84c66c8 user: shaneh tags: trunk
2011-04-27
22:09
Update downloads and news pages for v1.0.71.0 (3.7.6+). check-in: b1306568f3 user: shaneh tags: trunk, release
21:25
Update of readme. check-in: a6d36d5f1d user: shaneh tags: trunk
21:25
Update to SQLite version [1bd1484cd7]. check-in: 1e27c20248 user: shaneh tags: trunk
18:13
Updated readme. check-in: 565b6d303d user: shaneh tags: trunk
18:02
Update the version number to 1.0.71.0. check-in: 9c9fa65792 user: shaneh tags: trunk
17:53
Update to [7b479b9bee] of SQLite trunk. check-in: 4d8a17203d user: shaneh tags: trunk
17:40
Setup changes to optionally add install directory to path if GACing. check-in: 172f53bd6f user: shaneh tags: trunk
17:40
Line ending changes. check-in: 354f178d33 user: shaneh tags: trunk
2011-04-26
03:56
Added LogMessage() to expose the sqlite3_log() interface. check-in: d908d628e8 user: shaneh tags: trunk
2011-04-23
23:41
Removed the need for the sqlite3.def file. This should fix issue [e486f6be57]. check-in: c3a442319f user: shaneh tags: trunk
00:05
Updated downloads and news pages for v1.0.70.0 (3.7.6). check-in: a8ab43852f user: shaneh tags: trunk, release
2011-04-22
18:55
Update version for release. check-in: c9937982c4 user: shaneh tags: trunk
18:54
Revert path setting again, still fails on 64-bit systems. check-in: ef25334cf7 user: shaneh tags: trunk
18:08
Initial implementation of SQLITE_CONFIG_LOG interface. check-in: fc3e41ac85 user: shaneh tags: trunk
2011-04-15
17:33
Added support for sqlite3_extended_result_codes(), sqlite3_errcode(), and sqlite3_extended_errcode(). check-in: 41ad3433f5 user: shaneh tags: trunk
2011-04-14
01:25
Fix download links on downloads.wiki page. check-in: 0d40eb222b user: shaneh tags: trunk
2011-04-13
21:39
Fix setup baking tool to deal with PATHs containing pre-existing parenthesis. check-in: 5a1ebacf53 user: mistachkin tags: trunk
21:19
Put back placeholder temporarily. check-in: 2797b8d4b7 user: shaneh tags: trunk
21:12
Update downloads page for v1.0.69.0 (3.7.6). check-in: 3435896767 user: shaneh tags: trunk, release
21:05
Default to NETFX20 for 2010 setup too. check-in: 74f8e73e35 user: shaneh tags: trunk
20:54
Escaping change for path setting for bake.bat didn't work. Put back goto construct. check-in: fed833ea6e user: shaneh tags: trunk
20:53
More comments on build instructions. check-in: 9c3b14681c user: shaneh tags: trunk
20:52
Update compile time options to be superset of default and legacy defines. check-in: 1cb9770a51 user: shaneh tags: trunk
20:05
Update VC++ runtime redists for x64 to include MS security fix MS11-025. check-in: 05e8bf6d0e user: shaneh tags: trunk
19:42
Update VC++ runtime redists to include MS security fix MS11-025 (see MS KB2467174 and KB2455033). check-in: 186330cb88 user: mistachkin tags: trunk
19:39
Undo VS munging of project file. check-in: 86e1c86be9 user: mistachkin tags: trunk
19:21
Merge accidental fork. check-in: 44fd97125e user: shaneh tags: trunk
19:13
Update assembly version numbers. check-in: 0af86812bf user: shaneh tags: trunk
19:12
Update setup baking tool to revise fix for escaping parenthesis. Temporarily disable use of bcsmake for the interop project. check-in: fdf1e3ca74 user: mistachkin tags: trunk
02:57
More updates to features list. check-in: 62f4222cb5 user: shaneh tags: trunk
02:46
Update for release. check-in: 425f258bee user: shaneh tags: trunk
02:00
Fix issue where parens in a command would mess up IF-THEN parsing in batch file. check-in: 72b3ddb5fd user: shaneh tags: trunk
2011-04-12
20:59
Further simplify native RC file, removing MFC-isms. check-in: f045d27f35 user: mistachkin tags: trunk
20:47
Remove improper usage of MFC-related header file.] check-in: c3cada1a80 user: mistachkin tags: trunk
20:24
Official 3.7.6 source files. check-in: 8436c6dd92 user: shaneh tags: trunk
20:23
More updates to 'the wiki pages. check-in: 0dea92ccd7 user: shaneh tags: trunk
19:55
Change default build configuration back to VS 2008. Please note that, by default, VC++ 2008 Express (or better) is required to use the build.bat tool. check-in: 7856d2e9ff user: mistachkin tags: trunk
19:22
Allow usage of VS 2010 command line build environment when producing managed binaries that require the .NET Framework 2.0. check-in: 996656054d user: mistachkin tags: trunk
18:18
Missed one stray file. check-in: a5c8fdcb81 user: mistachkin tags: trunk
18:00
Delete stray files. check-in: 8caa2e8152 user: mistachkin tags: trunk
17:39
Moving old project files off into branch. Closed-Leaf check-in: 13d8bce475 user: shaneh tags: old-project-files
17:37
Moving old VS solution and project files off into a branch. check-in: a4d5343b7e user: shaneh tags: trunk
17:14
Add matching workaround for VS 2010. check-in: da4c823012 user: mistachkin tags: trunk
17:07
Fix typo on features.wiki page. check-in: a42ef66d86 user: shaneh tags: trunk
16:54
Updates to supported features. check-in: 75741af49d user: shaneh tags: trunk
16:45
Workaround for not having VS 2008 installed when using the command-line build environment. check-in: 3ce8ba354b user: mistachkin tags: trunk
16:15
More build notes edits. check-in: 6560c52f85 user: shaneh tags: trunk
16:14
Delete test.exe.config from output directory. check-in: 30f337f40b user: shaneh tags: trunk
16:03
Fix post-build conditional for XCOPY task. Remove superfluous ItemGroup for embedded resources from LINQ projects. check-in: c584d03d83 user: mistachkin tags: trunk
15:23
Updates to the build instructions. check-in: e69b9c401c user: shaneh tags: trunk
12:42
Increase version number to 3.7.6 and 1.0.69.0 in preparation for the upcoming release. check-in: 1da75aaa06 user: shaneh tags: trunk
05:27
Updated features list with notes on currently unsupported features. check-in: b26b489a03 user: shaneh tags: trunk
05:26
Added documentation for building. check-in: f8c5d3f07e user: shaneh tags: trunk
05:24
Pre 3.7.6 check-in for testing. check-in: 1cb02b0a7b user: shaneh tags: trunk
2011-04-10
01:50
Make sure all new build system metadata files are accessible in the IDE via the solutions. check-in: 191aeaf73e user: mistachkin tags: trunk
2011-04-09
23:43
Make sure InnoSetup install can be found by the setup baking tools on x64 machines. check-in: 99457d88c0 user: mistachkin tags: trunk
23:06
Add missing diagnostic message for the PATH variable. check-in: f43bb46d45 user: mistachkin tags: trunk
23:03
Remove hard-coded assumption of VC 2008/2010 SP1-level runtimes. check-in: ac588533ce user: mistachkin tags: trunk
22:43
Add check for the .NET Framework 3.5 to prevent the LINQ assembly from being NGen'd when it is not present. Break setup Pascal scripts into #included files. Improve error message for VC runtime install failure. check-in: c5557a55e6 user: mistachkin tags: trunk
21:41
Fail setup if the return code from the VC++ runtime installer is non-zero. check-in: 19bbb66461 user: mistachkin tags: trunk
21:24
Add release build automation tool (build.bat). Add readme.htm solution item. Add LINQ assembly to setup. Add diagnostic capabilities to setup baking tools. Change version of LINQ assembly to match primary assembly. Fix warning in compact framework project related to importing the C# build tasks more than once. check-in: 2ad2abc109 user: mistachkin tags: trunk
19:42
Unbreak StrongName signing on VS 2010 RTM. MSDN ref: 4b8f353d-8153-45d6-b286-10403cdf159a check-in: 742a2fd061 user: mistachkin tags: trunk
19:20
Fix post-build step condition for Debug and Release configurations of the interop project (i.e. they should always try to re-sign the assembly). check-in: e5e8c081f5 user: mistachkin tags: trunk
17:38
Add previously missing vsixmanifest file to the new projects. check-in: 2bef3aded8 user: mistachkin tags: trunk
17:31
yet another missing designer file check-in: 0aa010fe65 user: shaneh tags: trunk
01:46
Add revised membership provider project to the new build system. This has not been added to the solutions in the new build system because it is missing some source files and does not compile. check-in: 0d0f3a4a5f user: mistachkin tags: trunk
01:33
Silence excessive non-CLS-compliant warnings from the VS designer project. Move StrongName properties for the legacy VS designer project into the project file itself. check-in: b1a322d016 user: mistachkin tags: trunk
01:26
Add VS designer project to the new build system. Modify project GUIDs for the new LINQ projects to match the original ones. check-in: 19cdab0a03 user: mistachkin tags: trunk
00:31
Add System.Data.SQLite.Linq project to the new build system and get it working. check-in: bdbfdb6850 user: mistachkin tags: trunk
2011-04-08
11:47
Allow manual override of common setup baking properties. Also, clarify conditions for VS 2010 post-build steps in the interop assembly project. check-in: bd6bc1aab9 user: mistachkin tags: trunk
10:59
Add missing file headers to setup and batch files. check-in: 0466475f46 user: mistachkin tags: trunk
10:50
Parametrize the setup and add batch files to build all the necessary setup variations. check-in: 722fe9ce7f user: mistachkin tags: trunk
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
2007-01-30
15:20
3.3.12 check-in: daf72d2d8e user: rmsimpson tags: sourceforge
2007-01-12
02:52
1.0.39.1 check-in: 908ab2479a user: rmsimpson tags: sourceforge
02:42
1.0.39.1 check-in: 7661398d85 user: rmsimpson tags: sourceforge
2007-01-11
07:19
1.0.39.0 check-in: 11150ff5e1 user: rmsimpson tags: sourceforge
07:12
1.0.39.0 check-in: ba5ffdf237 user: rmsimpson tags: sourceforge
07:06
1.0.39.0 check-in: 99146912d3 user: rmsimpson tags: sourceforge
2007-01-10
19:14
1.0.39.0 check-in: 89d321e778 user: rmsimpson tags: sourceforge
18:58
1.0.39.0 check-in: a9cc9e2eba user: rmsimpson tags: sourceforge
18:50
Temporary fix for CE check-in: cb13e676d0 user: rmsimpson tags: sourceforge
16:04
1.0.39.0 check-in: b5149d055f user: rmsimpson tags: sourceforge
15:50
no message check-in: 2f09f48056 user: rmsimpson tags: sourceforge
14:50
SQLite 3.3.10 check-in: 0b4eec86dd user: rmsimpson tags: sourceforge
14:49
1.0.39.0 check-in: e8355ff70e user: rmsimpson tags: sourceforge
2006-11-22
07:30
Corrected date check-in: 168625c7ec user: rmsimpson tags: sourceforge
07:13
1.0.38.0 check-in: b438f19d0c user: rmsimpson tags: sourceforge
06:42
1.0.38.0 check-in: 7c57929567 user: rmsimpson tags: sourceforge
2006-11-18
22:21
1.0.37.0 check-in: 98df3968b8 user: rmsimpson tags: sourceforge
2006-10-23
21:30
Detect potential problems with CF mixed assemblies check-in: 104389977a user: rmsimpson tags: sourceforge
21:28
1.0.36.0 check-in: b23bfc47c3 user: rmsimpson tags: sourceforge
2006-10-16
17:00
Full Text search test check-in: 8db4cc27ac user: rmsimpson tags: sourceforge
14:51
Add smalldate and smalldatetime check-in: c655bb861a user: rmsimpson tags: sourceforge
05:47
1.0.35.1 check-in: 2c8650d744 user: rmsimpson tags: sourceforge
05:47
1.0.36.0 check-in: 23f21c105c user: rmsimpson tags: sourceforge
2006-10-14
18:03
CE fix check-in: c3042c2126 user: rmsimpson tags: sourceforge
18:03
Scan PE headers for CE problems check-in: 06c74a1584 user: rmsimpson tags: sourceforge
18:01
1.0.36.0 check-in: 6a7dae8af3 user: rmsimpson tags: sourceforge
02:28
1.0.36.0 check-in: d3361e927b user: rmsimpson tags: sourceforge
02:27
3.3.8 codemerge check-in: de5078c58f user: rmsimpson tags: sourceforge
2006-10-12
21:34
3.3.8 Codemerge check-in: 79005e2d23 user: rmsimpson tags: sourceforge
2006-10-05
22:35
Transaction Scope fixes check-in: 7d43f65e6a user: rmsimpson tags: sourceforge
21:18
Work in progress check-in: 230b880a4c user: rmsimpson tags: sourceforge
2006-09-11
21:15
1.0.35.1 check-in: e57d6e37d5 user: rmsimpson tags: sourceforge
2006-09-10
19:36
1.0.35.0 check-in: 1156e2bf74 user: rmsimpson tags: sourceforge
19:27
1.0.35.0 check-in: 0bebedcaf5 user: rmsimpson tags: sourceforge
2006-09-09
15:28
1.0.34.0 check-in: c57b635c6b user: rmsimpson tags: sourceforge
2006-09-08
21:31
Additional docs check-in: 61e01b2074 user: rmsimpson tags: sourceforge
20:18
1.0.35.0 check-in: 76248530ca user: rmsimpson tags: sourceforge
2006-09-04
00:48
1.0.34.0 again check-in: c2fb2ce4dc user: rmsimpson tags: sourceforge
00:48
1.0.34.0 check-in: bb1f7522d2 user: rmsimpson tags: sourceforge
2006-09-03
18:15
1.0.34.0 check-in: 563830df65 user: rmsimpson tags: sourceforge
2006-08-23
19:17
Workaround for Compact Framework issue check-in: bced2e3f94 user: rmsimpson tags: sourceforge
2006-08-21
17:30
1.0.33.0 check-in: 0272c8e8ec user: rmsimpson tags: sourceforge
2006-08-13
16:22
1.0.33.0 check-in: 41bcfd12d5 user: rmsimpson tags: sourceforge
16:00
1.0.33.0 check-in: c0a09f2619 user: rmsimpson tags: sourceforge
15:55
3.3.7 codemerge check-in: d91f7243f3 user: rmsimpson tags: sourceforge
2006-08-07
04:13
1.0.32.0 check-in: 531b78f4a7 user: rmsimpson tags: sourceforge
03:50
1.0.32.0 check-in: 4c037f4d50 user: rmsimpson tags: sourceforge
2006-08-06
18:17
1.0.32.0 check-in: 71293812a7 user: rmsimpson tags: sourceforge
17:55
1.0.32.0 check-in: 6b4fd5077c user: rmsimpson tags: sourceforge
2006-07-16
21:25
1.0.31.0 check-in: 6273b49d89 user: rmsimpson tags: sourceforge
17:46
Use package provider on full visualstudio versions check-in: 4060c752bc user: rmsimpson tags: sourceforge
17:44
1.0.31.0 code cleanup and fixes for view schemas check-in: 6ae6600f6f user: rmsimpson tags: sourceforge
17:43
1.0.31.0 - scalar function returns null instead of dbnull check-in: f96ea449db user: rmsimpson tags: sourceforge
17:41
1.0.31.0 check-in: d2b95f8376 user: rmsimpson tags: sourceforge
2006-07-13
06:04
Re-fix view schema parsing check-in: 64915ce689 user: rmsimpson tags: sourceforge
06:03
Fix typo check-in: 81779c3f2e user: rmsimpson tags: sourceforge
2006-07-02
16:12
1.0.30.1 check-in: c1583f436c user: rmsimpson tags: sourceforge
16:01
1.0.30.1 check-in: a9f9961dee user: rmsimpson tags: sourceforge
07:42
1.0.29.0 check-in: 951b1f1df9 user: rmsimpson tags: sourceforge
07:36
1.0.30.0 check-in: 5a04539d8b user: rmsimpson tags: sourceforge
07:32
1.0.30.0 check-in: 8304ccea6e user: rmsimpson tags: sourceforge
07:30
Minor adjustments check-in: 24417781f0 user: rmsimpson tags: sourceforge
06:50
Minor tweaks and improvements check-in: 131c0c6ebc user: rmsimpson tags: sourceforge
06:48
Added sqlite3_key and rekey check-in: 02670a9729 user: rmsimpson tags: sourceforge
06:45
1.0.30.0 check-in: c03b78555a user: rmsimpson tags: sourceforge
2006-06-08
04:19
3.3.6 check-in: b1ba6be10a user: rmsimpson tags: sourceforge
04:19
3.3.6 check-in: 99df6fe847 user: rmsimpson tags: sourceforge
2006-05-23
13:59
Minor performance enhancements check-in: 6975b34fa4 user: rmsimpson tags: sourceforge
2006-05-19
13:57
Tentative DataDirectory support check-in: f011ea6e60 user: rmsimpson tags: sourceforge
2006-05-17
15:40
Fixed Indexes and IndexColumns schema to properly filter by specified index check-in: 84bfdb3d6b user: rmsimpson tags: sourceforge
2006-05-16
15:09
1.0.29.0 check-in: 215bbdba11 user: rmsimpson tags: sourceforge
15:04
1.0.29.0 check-in: 1c9ddc7062 user: rmsimpson tags: sourceforge
14:32
1.0.29.0 check-in: f0fee3a04e user: rmsimpson tags: sourceforge
14:24
1.0.29.0 check-in: 4489be8494 user: rmsimpson tags: sourceforge
14:08
Datatype bugfix check-in: d608262a37 user: rmsimpson tags: sourceforge
13:39
1.0.29.0 check-in: 9eac19ba95 user: rmsimpson tags: sourceforge
2006-05-15
14:45
Inherit from DbException check-in: 1b720ed166 user: rmsimpson tags: sourceforge
14:44
CF adjustments check-in: 2f5efd135b user: rmsimpson tags: sourceforge
14:24
Fix numeric scale/precision schema info check-in: f7f8595cb8 user: rmsimpson tags: sourceforge
03:54
Fix automatic transaction enlistment check-in: d5b529f8e1 user: rmsimpson tags: sourceforge
2006-05-12
04:02
Fix schema view enumeration check-in: 416aea5915 user: rmsimpson tags: sourceforge
2006-05-02
16:06
no message check-in: 4fb971a706 user: rmsimpson tags: sourceforge
2006-04-14
19:55
Add try/catch around libpath install code check-in: 8e0f024374 user: rmsimpson tags: sourceforge
19:43
Added ReservedWords metadata collection check-in: 01999c6608 user: rmsimpson tags: sourceforge
16:15
1.0.28.0 check-in: 37c0946bd8 user: rmsimpson tags: sourceforge
05:53
1.0.28.0 check-in: bd01d5ebbe user: rmsimpson tags: sourceforge
04:30
Parameter fixups check-in: f1ab070a90 user: rmsimpson tags: sourceforge
04:29
Fix incorrect type check-in: bf78037aa9 user: rmsimpson tags: sourceforge
2006-04-13
19:35
1.0.28.0 fixes check-in: 55fffe0c75 user: rmsimpson tags: sourceforge
19:28
no message check-in: 9bcd475d54 user: rmsimpson tags: sourceforge
19:28
1.0.28.0 changes check-in: 95e90249a9 user: rmsimpson tags: sourceforge
19:27
1.0.28.0 verbage check-in: 3cb0952c48 user: rmsimpson tags: sourceforge
19:27
Minor updates check-in: 7afc80c36f user: rmsimpson tags: sourceforge
2006-04-12
21:11
LIBPATH fixes for external tools check-in: 2513e50f9b user: rmsimpson tags: sourceforge
05:48
64-bit enhancements check-in: 4ef76f59b4 user: rmsimpson tags: sourceforge
05:47
1.0.28.0 prep check-in: 49268d8c86 user: rmsimpson tags: sourceforge
2006-04-11
19:45
64-bit changes check-in: f1667b2ff7 user: rmsimpson tags: sourceforge
19:44
3.3.5 codec changes check-in: c9d926d514 user: rmsimpson tags: sourceforge
18:06
SQLite 3.3.5 check-in: 3c0bd4f9c1 user: rmsimpson tags: sourceforge
18:03
Minor updates check-in: 5f0ab8e135 user: rmsimpson tags: sourceforge
18:02
64-bit fixes check-in: 5dea167156 user: rmsimpson tags: sourceforge
2006-03-27
17:05
Fix GetValue to retrieve guids properly check-in: 8ad750184a user: rmsimpson tags: sourceforge
2006-03-20
17:55
Fix relative paths in Compact Framework check-in: cc914390be user: rmsimpson tags: sourceforge
2006-03-10
19:11
Fixed a rather annoying bug in Role.DeleteUsersFromRoles. Updated ProviderUtility to give more descriptive errors. check-in: 98511b3009 user: jeffreyabecker tags: sourceforge
2006-03-09
15:21
Code and comments cleanup check-in: a428d558a9 user: rmsimpson tags: sourceforge
2006-03-02
20:24
Started on Profile Provider support check-in: 99e919890f user: jeffreyabecker tags: sourceforge
18:02
1.0.27.1 check-in: bd1f4f5d01 user: rmsimpson tags: sourceforge
02:34
Made things threadsafe as they should have been to begin with. check-in: e5c3ca2b22 user: jeffreyabecker tags: sourceforge
2006-03-01
22:40
updated membership to have sane defaults check-in: de05d61657 user: jeffreyabecker tags: sourceforge
22:09
the Membership Module now provides 2 SiteMap Providers: SQLiteStaticSiteMap is the equivlent of the old SQLiteSiteMap SQLiteDynamicSiteMap is dynamic provider which does not cache nodes and hence is always up to date check-in: e3223fd000 user: jeffreyabecker tags: sourceforge
06:01
1.0.27.1 check-in: f680e44bbf user: rmsimpson tags: sourceforge
04:55
no message check-in: 7f1a54a5c2 user: rmsimpson tags: sourceforge
2006-02-27
05:23
no message check-in: 9e8c8737b8 user: rmsimpson tags: sourceforge
2006-02-26
18:26
1.0.27.0 final check-in: add85aba10 user: rmsimpson tags: sourceforge
16:44
no message check-in: eacceb1083 user: rmsimpson tags: sourceforge
16:43
no message check-in: 1efc5cf30e user: rmsimpson tags: sourceforge
16:34
no message check-in: 3a72ffade8 user: rmsimpson tags: sourceforge
09:17
1.0.27.0 check-in: af4c910fa0 user: rmsimpson tags: sourceforge
09:16
no message check-in: e775931559 user: rmsimpson tags: sourceforge