Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
52 check-ins going from 52bf1489f50cf1d8 to e34afc81002ef8f2
2013-02-27
| ||
07:08 | Simplify the getBuildBaseDirectory test suite infrastructure helper procedure. check-in: e34afc8100 user: mistachkin tags: trunk | |
07:02 | Enhance detection and handling of multiple sets of build output by the test suite. Update Eagle script library in externals to latest trunk. check-in: 7197d1e4c5 user: mistachkin tags: trunk | |
07:02 | Restore the default connection pool implementation in the test cleanup for ticket [393d954be0]. check-in: 7539c9f0a6 user: mistachkin tags: trunk | |
01:44 | Support using the directory containing the primary managed-only assembly itself as the basis for native library pre-loading via setting the 'PreLoadSQLite_UseAssemblyDirectory' environment variable (to anything). check-in: 80f0294664 user: mistachkin tags: trunk | |
2013-02-26
| ||
22:43 | For the stress test, more carefully synchronize the start for each workload payload so that they all start at almost the 'exact' same time. check-in: be13409f60 user: mistachkin tags: trunk | |
02:51 | Style fix. check-in: 44eb94e4ec user: mistachkin tags: trunk | |
00:39 | Protect access to the CryptoAPI provider handle with a mutex. check-in: 2847ced366 user: mistachkin tags: trunk | |
2013-02-25
| ||
23:37 | Adjust the Fossil ignore-glob settings file. check-in: 101f077d2c user: mistachkin tags: trunk | |
2013-02-21
| ||
07:03 | Prevent an invalid boolean argument from causing an exception for the .NET Compact Framework test project. check-in: 5ba66c476a user: mistachkin tags: trunk | |
06:44 | Fix typo in docs for obtaining source. check-in: 5b635e29a5 user: mistachkin tags: trunk | |
2013-02-20
| ||
07:09 | Allow loading of the .NET Framework version-specific MSBuild settings files to be skipped. check-in: 05ba00cd36 user: mistachkin tags: trunk | |
05:52 | Support the HAVE_ERRNO_H preprocessor define. check-in: 0b58fb8de5 user: mistachkin tags: trunk | |
2013-02-19
| ||
09:55 | Add BindAllAsText connection flag to force binding of all values as text. check-in: cb62e486b5 user: mistachkin tags: trunk | |
2013-02-18
| ||
21:31 | Merge custom connection pool support to trunk. Pursuant to [393d954be0]. check-in: 90142c95cc user: mistachkin tags: trunk | |
2013-02-16
| ||
00:09 | Update SQLite core library to the latest trunk. check-in: cf6d124b7d user: mistachkin tags: trunk | |
2013-02-15
| ||
21:43 | Merge support for the INTEROP_LEGACY_CLOSE compile-time option to trunk. check-in: ec6819f0bf user: mistachkin tags: trunk | |
2013-02-13
| ||
21:59 | Add doc wording to clarify that the connection pool will not work properly in WPF applications. Pursuant to [393d954be0]. check-in: dabfe38a9e user: mistachkin tags: trunk | |
03:06 | Revise docs on how to obtain the source code. check-in: c13ff09745 user: mistachkin tags: trunk | |
2013-02-12
| ||
10:51 | Adjust one #if directive in the SQLiteConnection class to explicitly exclude the .NET Compact Framework. check-in: 562a31fa49 user: mistachkin tags: trunk | |
10:45 | Enable use of the SQLiteLog class when running on the .NET Compact Framework. check-in: 7d84579756 user: mistachkin tags: trunk | |
2013-02-07
| ||
04:35 | Add HexPassword connection string property to work around the inability to include a literal semicolon in a connection string property value. Pursuant to [1c456ae75f]. check-in: d33b63cd51 user: mistachkin tags: trunk | |
2013-02-01
| ||
22:49 | Merge BindUInt32AsInt64 connection flag support to trunk. Pursuant to ticket [c010fa6584]. check-in: a0ead64064 user: mistachkin tags: trunk | |
2013-01-31
| ||
23:19 | Add BindUInt32AsInt64 connection flag to force binding of UInt32 values as Int64 instead. Pursuant to ticket [c010fa6584]. Closed-Leaf check-in: 99c7362ca8 user: mistachkin tags: tkt-c010fa6584 | |
20:59 | Merge SQLiteFunction changes to trunk. See ticket [e4c8121f7b]. check-in: 7048c61d62 user: mistachkin tags: trunk | |
2013-01-29
| ||
20:50 | Slight change to the description of No_SQLiteFunctions environment variable in the version history docs. Closed-Leaf check-in: 81241b2972 user: mistachkin tags: skipFunctions | |
20:39 | Skip checking loaded assemblies for classes tagged with the SQLiteFunction attribute when the No_SQLiteFunctions environment variable is set. check-in: 52000f7d30 user: mistachkin tags: skipFunctions | |
03:34 | Remove superfluous 'using' statements from some tests. check-in: 0ca77b6031 user: mistachkin tags: trunk | |
2013-01-17
| ||
21:01 | Bump all versions to 1.0.85.0. Add static Execute method to the SQLiteCommand class. Add public constructor to the SQLiteDataAdapter class that allows passing the parseViaFramework parameter to the SQLiteConnection constructor. When built with the CHECK_STATE compile-time option, skip throwing exceptions from the SQLiteDataReader class when the object is being disposed. check-in: b2c5c6e2a0 user: mistachkin tags: trunk | |
01:07 | Fix minor whitespace issue in stress test file. check-in: d76a622544 user: mistachkin tags: trunk | |
2013-01-16
| ||
23:49 | Add interop test SQL function to sleep for X milliseconds. check-in: da3460c70f user: mistachkin tags: trunk | |
2013-01-10
| ||
16:04 | Fix compilation issue for the .NET Compact Framework version included with Visual Studio 2005. check-in: 03add76ac4 user: mistachkin tags: trunk | |
2013-01-09
| ||
22:14 | Update downloads page for release 1.0.84.0. check-in: 8804f074eb user: mistachkin tags: trunk, release, release-1.0.84.0 | |
21:02 | Update master release archive manifest and file exclusion list. check-in: c3512d6f32 user: mistachkin tags: trunk | |
19:18 | Preparation for the 1.0.84.0 release. check-in: 060593ee6a user: mistachkin tags: trunk | |
18:50 | Explicitly dispose of all the commands associated with a SQLiteDataAdapter object as the base class does not do it. Fix for ticket [6434e23a0f]. check-in: 42d873a6d8 user: mistachkin tags: trunk | |
02:11 | Add Visual Studio 2012 / .NET Framework 4.5 specific binaries to the NuGet packages. Add a NuGet package specifically for beta testing purposes. check-in: 6d3a6e6ae3 user: mistachkin tags: trunk | |
2013-01-04
| ||
21:07 | Add a NuGet package specifically for beta testing purposes. Closed-Leaf check-in: 0330a6ad3a user: mistachkin tags: nuget2012 | |
20:48 | Add Visual Studio 2012 / .NET Framework 4.5 specific binaries to the NuGet packages. check-in: d7ffaa634b user: mistachkin tags: nuget2012 | |
20:47 | Update SQLite to the latest trunk code. check-in: d832fb7645 user: mistachkin tags: trunk | |
15:46 | Fix index page link to the CHM file. check-in: 217f1b5a6b user: mistachkin tags: trunk | |
2013-01-03
| ||
16:26 | Add test to verify nullable value type behavior. check-in: 58a67130ea user: mistachkin tags: trunk | |
2012-12-31
| ||
18:19 | Modify test suite infrastructure to support canceling pending SQL queries when the interpreter is interrupted. check-in: fc38f756de user: mistachkin tags: trunk | |
14:05 | Merge updates and fixes from the release branch to trunk. check-in: c7e3f861ce user: mistachkin tags: trunk | |
08:48 | For the VS design-time components installer, do not use the 'Wow6432Node' registry node when installing settings per-user. In the setup, skip modifying .NET Framework settings when run per-user. Fix for ticket [a0677309f0]. check-in: 8f6d58c0c4 user: mistachkin tags: trunk | |
2012-12-30
| ||
17:01 | Bump all versions to 1.0.84.0. Update SQLite core library to the latest trunk code. Add Cancel method to the SQLiteConnection class. In the SQLiteLog.LogMessage method, clone the event handlers before invoking them to improve thread safety. check-in: 7d572c8589 user: mistachkin tags: trunk | |
09:02 | Enhance diagnostic messages emitted by the test suite infrastructure when loading per-user and per-host settings files. check-in: fce8f170ea user: mistachkin tags: trunk | |
2012-12-29
| ||
23:34 | Merge updates for release 1.0.83.0. check-in: 206110d00c user: mistachkin tags: trunk | |
21:55 | Update source archive exclusion list and release archive manifest to include newly added files. check-in: 5bf6597b54 user: mistachkin tags: trunk | |
21:37 | In the test suite, avoid leaking memory used for data/temp_store_directory. Fix missing description in test [bb4b04d457]. check-in: 99a46a4feb user: mistachkin tags: trunk | |
19:06 | Add some diagnostic output to the backup and stress tests. check-in: 98e119edca user: mistachkin tags: trunk | |
17:49 | Fix typo in comment. check-in: 5ccf6ab115 user: mistachkin tags: trunk | |
17:48 | Add debug configurations to batch tools that build and test 'all' binaries. Adapt stress test so that it will work with the .NET Framework 4.5 installed. check-in: 52bf1489f5 user: mistachkin tags: trunk | |