Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
200 most recent check-ins using file Setup/set_2010.bat version e0926eb3dc
2015-07-20
| ||
17:27 | Initial updates to support Visual Studio 2015. check-in: d3a5e943d5 user: mistachkin tags: vs2015 | |
2015-07-17
| ||
20:37 | Add UnbindAllFunctions method to the SQLiteConnection class. check-in: 7d103d8fd5 user: mistachkin tags: trunk | |
02:46 | Update Trace.WriteLine calls for consistency. Revise when calls to UnbindFunctions are made. check-in: 7c3cad7da2 user: mistachkin tags: trunk | |
02:05 | Refine the changes made in the previous check-in. check-in: a0724d224c user: mistachkin tags: trunk | |
02:01 | Add the UnbindFunctionsOnClose connection flag. check-in: 2a6efe65f7 user: mistachkin tags: trunk | |
01:08 | Add UnbindFunction method to the SQLiteConnection class. check-in: 187e8cb03d user: mistachkin tags: trunk | |
00:54 | Update SQLite core library to the latest trunk code. check-in: f7d0d964fb user: mistachkin tags: trunk | |
2015-07-16
| ||
01:10 | Augment the OpenedFromPool OnChanged notification to include the pool version. check-in: e769f25743 user: mistachkin tags: trunk | |
00:56 | Extend OnChanged notifications to handle basic connection pool integration. check-in: b2cffa5974 user: mistachkin tags: trunk | |
2015-07-14
| ||
22:03 | Add experimental support for the FTS5 loadable extension. check-in: b1750e5eba user: mistachkin tags: trunk | |
20:08 | Improvements to the download page. check-in: d354cfb193 user: mistachkin tags: trunk | |
19:29 | Honor the pre-existing flags for connections during the Open method. Fix for [964063da16]. check-in: f7cac79346 user: mistachkin tags: trunk | |
2015-07-13
| ||
22:41 | Add tests for ticket [71bedaca19]. check-in: 1ddef23eb9 user: mistachkin tags: trunk | |
19:51 | Add extended return codes to the SQLiteErrorCode enumeration. Pursuant to [71bedaca19]. check-in: 42798551ca user: mistachkin tags: trunk | |
2015-07-11
| ||
08:06 | Small HTML style fix for the previous check-in. check-in: 59e075a640 user: mistachkin tags: trunk | |
08:05 | Improve build instructions for Mono to prevent use of the per-user configuration files (i.e. when building from a source checkout instead of an official source release package). check-in: 001c0b4dae user: mistachkin tags: trunk | |
2015-07-03
| ||
21:57 | Update SQLite core library to the latest trunk code. check-in: d545007d7a user: mistachkin tags: trunk | |
2015-07-02
| ||
01:44 | Update SQLite core library to the latest 3.8.11 alpha. check-in: 9d53109ce0 user: mistachkin tags: trunk | |
2015-06-26
| ||
03:13 | Update SQLite core library to the latest trunk code. check-in: a92cbefdad user: mistachkin tags: trunk | |
2015-06-24
| ||
22:43 | Make sure that manually calling the Cancel method still causes an Interrupt exception to be thrown. Update master release archive manifest. check-in: dae0c2e6fc user: mistachkin tags: trunk | |
20:02 | Change the base type for the SQLiteConnectionFlags enumeration to long integer. Improve exception handling in all native callbacks implemented in the SQLiteConnection class. Add Progress event and ProgressOps connection string property to enable raising progress events during long-running queries. check-in: 3b020c8c80 user: mistachkin tags: trunk | |
00:13 | Minor enhancement to the batch build tool. check-in: 2cccb64c09 user: mistachkin tags: trunk | |
2015-06-23
| ||
00:56 | Remove errant semi-colons from the SQL used by LINQ to INSERT and then SELECT rows with composite primary keys. Fix for [9d353b0bd8]. check-in: 01a3da88e7 user: mistachkin tags: trunk | |
00:13 | Reorganize the solution files. check-in: e0e67614a2 user: mistachkin tags: trunk | |
2015-06-15
| ||
05:58 | Modify test case. Closed-Leaf check-in: a000fa4f91 user: mistachkin tags: tkt-449885cc57 | |
2015-06-13
| ||
20:46 | Add test cases for ticket [449885cc57]. check-in: e087483fc3 user: mistachkin tags: tkt-449885cc57 | |
20:45 | Update list of CONFIG parameters. check-in: d1d2020750 user: mistachkin tags: trunk | |
2015-06-09
| ||
23:13 | Add BusyTimeout connection string property to set the busy timeout to be used by the SQLite core library. check-in: 873c720835 user: mistachkin tags: trunk | |
20:27 | Improve exception message for the ZipVfsVersion connection string property. check-in: 81a9e94c47 user: mistachkin tags: trunk | |
20:24 | Use the correct PRAGMA to set the journal mode while opening a connection with ZipVFS enabled. check-in: acdc40ff05 user: mistachkin tags: trunk | |
2015-06-06
| ||
00:24 | Enhance the test suite infrastructure to handle having the tests in their own directory. check-in: b7162effee user: mistachkin tags: trunk | |
2015-06-05
| ||
22:04 | Refactor how the test suite infrastructure package is handled. check-in: 8728586263 user: mistachkin tags: trunk | |
21:49 | Fix minor typo in README. check-in: 15b0514947 user: mistachkin tags: trunk | |
2015-06-04
| ||
23:42 | Update Eagle in externals to the beta 33 release. check-in: 3fafcd0c5e user: mistachkin tags: trunk | |
2015-06-03
| ||
17:17 | Add support for integrating with ZipVFS. check-in: 0c9928dbbf user: mistachkin tags: trunk | |
16:38 | Fix incorrect test result. Closed-Leaf check-in: 212beca674 user: mistachkin tags: zipvfs | |
16:33 | Update embedded documentation and the version history docs. check-in: 984f5d1c0d user: mistachkin tags: zipvfs | |
02:46 | For ZipVFS, also include the 'algorithms.c' file. check-in: 694e4bfe9b user: mistachkin tags: zipvfs | |
02:16 | Support alternate VFSs when opening a database connection. More work on ZipVFS integration. This is an interim check-in and needs testing. check-in: 6bf64f992e user: mistachkin tags: zipvfs | |
00:28 | Add special 'placeholder' defines to the interop assembly props files. check-in: 3d46b94d99 user: mistachkin tags: zipvfs | |
2015-06-02
| ||
18:21 | Add optional support for building the interop assembly with ZIPVFS. check-in: dcd24352a0 user: mistachkin tags: zipvfs | |
2015-05-30
| ||
22:45 | Update SQLite core library to the latest trunk code. check-in: b994e3c790 user: mistachkin tags: trunk | |
21:38 | Implement the Substring method for LINQ using the 'substr' core SQL function. check-in: 52085afe23 user: mistachkin tags: trunk | |
21:37 | Bump all version numbers to 1.0.98.0. Update version history docs. check-in: ff1cdfc19c user: mistachkin tags: trunk | |
2015-05-27
| ||
00:43 | Fix typos in the previous check-in. check-in: 3447ba8980 user: mistachkin tags: trunk | |
00:42 | Support building debug variants of all release packages. check-in: 6316be1002 user: mistachkin tags: trunk | |
00:14 | Update the download page for release 1.0.97.0. check-in: b31d2517cc user: mistachkin tags: trunk | |
2015-05-26
| ||
22:54 | Updates for the 1.0.97.0 release. check-in: b4a469371e user: mistachkin tags: trunk, release, release-1.0.97.0 | |
19:37 | Rebuild the CHM file. Closed-Leaf check-in: af3eee23f3 user: mistachkin tags: preRelease | |
19:06 | Updates for the 1.0.97.0 release. check-in: e63ae6e43f user: mistachkin tags: preRelease | |
2015-05-22
| ||
01:57 | Changes to permit easier customization of the NuGet MSBuild settings. Closed-Leaf check-in: c6c4e96ece user: mistachkin tags: nuGetContent | |
2015-05-21
| ||
18:47 | Simplify condition for the content section added in the previous check-in. check-in: 54ac1d7383 user: mistachkin tags: nuGetContent | |
18:37 | Experimental NuGet package change to allow the interop files to be considered as 'Content' again. check-in: ab40dc2756 user: mistachkin tags: nuGetContent | |
2015-05-20
| ||
21:53 | Update SQLite core library to the 3.8.10.2 release. check-in: 0fc18b9f9e user: mistachkin tags: trunk | |
00:08 | Update master release archive manifest. check-in: c9d2c14f67 user: mistachkin tags: trunk | |
2015-05-19
| ||
21:30 | Add the NuGet XDT transform file to the solution files. check-in: 9c07ab2010 user: mistachkin tags: trunk | |
18:24 | Make sure enabling UseUTF16Encoding sets the schema encoding to UTF-16. Fix for [7c151a2f0e]. check-in: 749d5af8d3 user: mistachkin tags: trunk | |
2015-05-16
| ||
03:33 | Improve documentation for the 'restrictionValues' parameter to SQLiteConnetion.GetSchema. check-in: 4be7ad3120 user: mistachkin tags: trunk | |
02:26 | Stop using the specific version for the EF6 Nuget package. Fix for [abf2be8a23]. check-in: a58c97761a user: mistachkin tags: trunk | |
2015-05-15
| ||
17:45 | Prevent calls to the native sqlite3_step() and sqlite3_interrupt() methods from being interrupted via a ThreadAbortException. Also, remove a superfluous native function declaration. check-in: 70655cda1a user: mistachkin tags: trunk | |
2015-05-13
| ||
03:47 | Also prevent the sqlite3_interrupt() call from being interrupted. Closed-Leaf check-in: 7f1111a6fd user: mistachkin tags: stepNoThreadAbort | |
03:23 | Prevent the call into the native sqlite3_step() call from being interrupted via a ThreadAbortException. Also, remove a superfluous native function declaration. check-in: c822cde494 user: mistachkin tags: stepNoThreadAbort | |
2015-05-09
| ||
17:42 | Update SQLite core library to the 3.8.10.1 release. check-in: da24877dcb user: mistachkin tags: trunk | |
2015-05-06
| ||
03:48 | Update the example configuration file with the new environment variable. check-in: bea855da67 user: mistachkin tags: trunk | |
02:58 | Add DefaultFlags_SQLiteConnection environment variable to enable customization of the default connection flags. check-in: 719a56624a user: mistachkin tags: trunk | |
2015-05-05
| ||
22:53 | Update SQLite core library to the latest 3.8.10 pre-release. check-in: ee4b5ffd21 user: mistachkin tags: trunk | |
2015-04-28
| ||
16:42 | Support using MSBuild v12.0 in the build batch script. check-in: 23e2635c4c user: mistachkin tags: trunk | |
2015-04-22
| ||
20:50 | Move read-only statement check into the SQLiteStatement.TryGetChanges method to help improve backward compatibility. check-in: 6c5c517163 user: mistachkin tags: trunk | |
20:35 | The GetErrorString static method was moved from SQLiteBase to SQLite3. Fix the static and dynamic calls into it from the SQLiteException class. check-in: 69a8a5e0e3 user: mistachkin tags: trunk | |
2015-04-21
| ||
18:18 | Improve ADO.NET conformance of the SQLiteDataReader.RecordsAffected property. Fix for [74542e702e]. check-in: 68239f46ea user: mistachkin tags: trunk | |
2015-04-09
| ||
04:53 | More fine-tuning of script library / test suite integration. check-in: 7bc6c13445 user: mistachkin tags: trunk | |
01:50 | Improve comments and diagnostic message from the previous check-in. check-in: 3a7cd19856 user: mistachkin tags: trunk | |
01:37 | Modify test suite initialization to optionally (and carefully) take advantage of the new 'debug' sub-commands from Eagle beta 33. check-in: 6b46295db1 user: mistachkin tags: trunk | |
01:06 | Fix test suite usage of the haveSQLiteObjectCommand procedure. check-in: b93bd7e4d2 user: mistachkin tags: trunk | |
2015-04-08
| ||
23:12 | Modify the test suite itself to work without the 'object' command, if necessary. check-in: 673875e370 user: mistachkin tags: trunk | |
22:03 | Modify test suite initialization to work without the 'object' command, if necessary. check-in: 179f0629be user: mistachkin tags: trunk | |
21:36 | Update Eagle script library in externals to the latest trunk code. check-in: 85b231175b user: mistachkin tags: trunk | |
18:30 | Update the included core library documentation. check-in: ba3097cbdb user: mistachkin tags: trunk | |
18:29 | Update SQLite core library to the 3.8.9 release. check-in: 40495eae0b user: mistachkin tags: trunk | |
2015-04-02
| ||
22:58 | Update SQLite core library to the latest 3.8.9 pre-release. check-in: 3d82917c23 user: mistachkin tags: trunk | |
2015-03-30
| ||
20:34 | Add more tests for ticket [94252b9059]. check-in: 9a50efa0ae user: mistachkin tags: trunk | |
19:31 | Prevent the IDataReader.GetDataTypeName method from throwing 'No current row' exceptions. Fix for [94252b9059]. Also, the IDataReader.GetDataTypeName method should always return the declared type name. check-in: 40def75096 user: mistachkin tags: trunk | |
2015-03-26
| ||
22:16 | Fix compilation error for the 'testlinq' program with the .NET Framework 3.5. check-in: 3cd750e5f4 user: mistachkin tags: trunk | |
22:04 | Fix typo in version history docs. check-in: 7f9d345fd9 user: mistachkin tags: trunk | |
21:55 | When BinaryGUID handling is off, transform the LINQ paramter types as well. Fix for [a4d9c7ee94]. check-in: 87b4244129 user: mistachkin tags: trunk | |
20:38 | When creating a parameter associated with a specific command, keep track of that command. check-in: 64d7e6903e user: mistachkin tags: trunk | |
20:20 | Make the DbType value of (-1) a constant in the parameter class. check-in: 30d638f582 user: mistachkin tags: trunk | |
20:15 | Remove superfluous conversions between int and DbType. check-in: 69ed1c6104 user: mistachkin tags: trunk | |
00:18 | Merge updates from trunk. Closed-Leaf check-in: 3f32d0d469 user: mistachkin tags: tkt-abf2be8a23 | |
00:16 | Bump all version numbers to 1.0.97.0. Update version history docs. check-in: 548a7a1ecd user: mistachkin tags: trunk | |
00:03 | Update EntityFramework in externals to 6.1.3. check-in: 8833a710e9 user: mistachkin tags: trunk | |
2015-03-25
| ||
23:57 | Add NuGet package note to the download page. check-in: dc15f09727 user: mistachkin tags: trunk | |
2015-03-23
| ||
03:59 | Stop using the specific version for the EF6 Nuget package. Fix for [abf2be8a23]. check-in: a1407ccbc5 user: mistachkin tags: tkt-abf2be8a23 | |
2015-03-06
| ||
04:24 | Fix some NuGet package titles. check-in: abb518ab0e user: mistachkin tags: trunk | |
02:49 | Update Eagle in externals to the beta 32 release. check-in: 36785928b8 user: mistachkin tags: trunk | |
2015-03-05
| ||
00:38 | Final updates for release 1.0.96.0. check-in: f59e864715 user: mistachkin tags: trunk, release, release-1.0.96.0 | |
00:20 | Update the download page. Closed-Leaf check-in: 92bdcf3693 user: mistachkin tags: nextRelease | |
00:09 | Update the CHM file. check-in: f1501662b5 user: mistachkin tags: nextRelease | |
2015-03-04
| ||
19:51 | Merge updates from trunk. check-in: 2d4eaf4c96 user: mistachkin tags: nextRelease | |
19:51 | Fix SQLite core library version number on the download page. check-in: 84fd651130 user: mistachkin tags: trunk | |
19:48 | Update release date for 1.0.96.0. check-in: 80b6dda010 user: mistachkin tags: nextRelease | |
19:42 | Improve coding style in the CountParents method. check-in: 528007e621 user: mistachkin tags: nextRelease | |
2015-03-03
| ||
03:15 | Update Eagle script library in externals to the latest trunk code. check-in: 12a71d6811 user: mistachkin tags: nextRelease | |
02:54 | Pickup release archive verification tool changes from upstream. check-in: 8692ce7849 user: mistachkin tags: nextRelease | |
00:09 | Cosmetic change to the previous check-in. check-in: 2eda4ee714 user: mistachkin tags: nextRelease | |
00:08 | Update mailing list addresses. check-in: 789558b44e user: mistachkin tags: nextRelease | |
2015-03-02
| ||
23:11 | When counting the number of tables in the GetSchemaTable method, do not include those that have a null or empty name. Fix for [92dbf1229a]. check-in: 154d609bbe user: mistachkin tags: nextRelease | |
19:07 | Add tests for ticket [c28d7fe915]. check-in: 2166864f27 user: mistachkin tags: nextRelease | |
18:48 | Update version history docs. Bump all versions to 1.0.96.0. check-in: d53f664e70 user: mistachkin tags: nextRelease | |
17:40 | The IDataReader.GetOrdinal method should not throw 'no current row' exceptions. Fix for [c28d7fe915]. check-in: 0bcca49374 user: mistachkin tags: nextRelease | |
2015-02-28
| ||
07:32 | Final updates for release 1.0.95.0. check-in: 42c8a4f285 user: mistachkin tags: trunk, release, release-1.0.95.0 | |
05:14 | Add connection string property documentation for PrepareRetries. check-in: b90035f692 user: mistachkin tags: trunk | |
2015-02-26
| ||
20:34 | Update SQLite core library to the 3.8.8.3 release. check-in: 5f6b2d34a1 user: mistachkin tags: trunk | |
2015-02-24
| ||
18:30 | Merge updates from trunk. Closed-Leaf check-in: 6c8bd53b50 user: mistachkin tags: preRelease | |
18:30 | Update the estimated release date for 1.0.95.0. check-in: 2c806f38a5 user: mistachkin tags: trunk | |
2015-02-23
| ||
18:05 | Merge updates from trunk. check-in: f1f772dbd0 user: mistachkin tags: preRelease | |
2015-02-20
| ||
19:37 | Revise how the global connection flags are output by the test suite infrastructure. check-in: 1fb906b724 user: mistachkin tags: trunk | |
19:15 | Merge updates from trunk. check-in: 3e7ed06ca5 user: mistachkin tags: preRelease | |
19:14 | Update the master release archive manifest. check-in: 6fb0f14b81 user: mistachkin tags: trunk | |
19:09 | Make the per-test connection flag output a little less noisy. Fix a leaked test variable. check-in: 2fe91fda63 user: mistachkin tags: trunk | |
17:22 | Permit empty string values for the Password and HexPassword connection string properties. check-in: 7c2c7ba6cf user: mistachkin tags: trunk | |
2015-02-19
| ||
01:00 | Add BindDateTimeWithKind connection flag to force DateTime parameter values to match the DateTimeKind associated with the connection, if applicable. Fix for [a7d04fb111]. check-in: e5f6b68387 user: mistachkin tags: trunk | |
2015-02-18
| ||
22:46 | Improve the changes in the previous check-in. check-in: 470251caba user: mistachkin tags: trunk | |
22:43 | In the test suite infrastructure, make sure the auto-selection process checks in the platform-specific sub-directory. check-in: 12aacef1c3 user: mistachkin tags: trunk | |
2015-02-13
| ||
21:31 | Merge updates from trunk. check-in: 63d2c28b37 user: mistachkin tags: preRelease | |
21:30 | Refactor NuGet packages. check-in: 126b7c1987 user: mistachkin tags: trunk | |
21:13 | Add support for including extra extensions at compile-time for the custom built interop DLL. check-in: 02e5ea34c5 user: mistachkin tags: trunk | |
19:56 | Update version history docs. Closed-Leaf check-in: 7bc12f199d user: mistachkin tags: nuGetRefactor | |
19:43 | Legacy package cleanup. Revise tests to include the EntityFramework version. Update downloads page. check-in: f0e4722e5a user: mistachkin tags: nuGetRefactor | |
18:43 | Refactor NuGet package dependencies and the MSIL-only packages. Make System.Data.SQLite.MSIL into pure 'meta-packages'. Stop depending on System.Data.SQLite.Core from EF6/Linq packages. check-in: d4f804aa46 user: mistachkin tags: nuGetRefactor | |
2015-02-12
| ||
23:53 | Add PrepareRetries connection string property to allow the maximum number of retries when preparing a query to be overridden. Fix for [647d282d11]. check-in: 39f91f897d user: mistachkin tags: trunk | |
20:42 | Revise how the SEE and CEROD extensions are included, when applicable. check-in: 3d042d498c user: mistachkin tags: trunk | |
18:56 | Reset build patch-levels. check-in: a223e3baf3 user: mistachkin tags: trunk | |
18:53 | Corrections to the previous check-in. check-in: 07200719dc user: mistachkin tags: trunk | |
18:18 | Enable easier integration with CEROD. check-in: d3eb5c0fcc user: mistachkin tags: trunk | |
2015-02-09
| ||
23:19 | Merge updates from trunk. check-in: ae3b0b3c66 user: mistachkin tags: preRelease | |
23:18 | Another attempt to improve readability of the download page. check-in: 368bd94cb2 user: mistachkin tags: trunk | |
22:12 | Merge updates from trunk. check-in: 36d1fb2c28 user: mistachkin tags: preRelease | |
22:12 | Update version history docs. check-in: 790e172dc1 user: mistachkin tags: trunk | |
22:03 | Merge updates from trunk. check-in: 4a08b24578 user: mistachkin tags: preRelease | |
22:02 | Improve readability of the download page slightly. check-in: 71c94d946c user: mistachkin tags: trunk | |
21:59 | Merge updates from trunk. check-in: c91556afee user: mistachkin tags: preRelease | |
21:56 | Change links to HTTPS, where applicable. check-in: 2683c27f12 user: mistachkin tags: trunk | |
21:54 | Merge updates from trunk. check-in: 920e646443 user: mistachkin tags: preRelease | |
21:53 | Document an additional requirement for using Entity Framework 6 design-time integration on the download page. check-in: 4130454d42 user: mistachkin tags: trunk | |
21:20 | Change links to HTTPS, where applicable. Closed-Leaf check-in: 192aebcb1d user: mistachkin tags: httpsLinks | |
2015-02-07
| ||
02:48 | Merge updates from trunk. check-in: d345593dba user: mistachkin tags: preRelease | |
01:14 | Switch to Visual C++ Redistributable for Visual Studio 2012 Update 4. Update the master release archive manifest. check-in: ee4f54fca8 user: mistachkin tags: trunk | |
00:46 | Update pre-release package metadata. check-in: cd9fe600e1 user: mistachkin tags: preRelease | |
2015-02-06
| ||
23:59 | Merge updates from trunk. check-in: c4f39e9ba4 user: mistachkin tags: preRelease | |
23:06 | Modify the XDT transform used by the EF6 NuGet packages to omit removal of the EF6 provider itself. check-in: 7737ecc51b user: mistachkin tags: trunk | |
20:51 | In the NuGet package building tool, make sure the build output directory is present. check-in: 9384e9b2ac user: mistachkin tags: trunk | |
2015-02-05
| ||
21:16 | Add experimental XDT transform to the NuGet packages for EF6 to enable them to remove non-EF6 DbProviderFactories. This is needed because EF6 seems to intermittently select the 'wrong' one when there are multiple choices available. check-in: 8c2130e985 user: mistachkin tags: trunk | |
04:20 | Use the local mirror location for all NuGet packages on the download page. check-in: 3ab8325ebe user: mistachkin tags: preRelease | |
04:14 | Merge updates from trunk. check-in: c889aab5ea user: mistachkin tags: preRelease | |
00:56 | Update version history docs. check-in: 40675693dd user: mistachkin tags: trunk | |
00:51 | Simplify the process for building all the NuGet packages during the release procedures. check-in: 00a919dc8d user: mistachkin tags: trunk | |
00:33 | Update the Entity Framework version to 6.1.2.0. check-in: ae3f5740fc user: mistachkin tags: trunk | |
2015-02-02
| ||
21:01 | Updates for the pre-release of 1.0.95.0. check-in: 53ca5ed865 user: mistachkin tags: preRelease | |
20:16 | Improvements to the download page. check-in: 6ce3355c9b user: mistachkin tags: trunk | |
2015-01-30
| ||
17:59 | Update SQLite core library to the 3.8.8.2 release. check-in: c0f67d5d98 user: mistachkin tags: trunk | |
2015-01-29
| ||
05:22 | Escape some reserved characters in the comments for a test. check-in: 15705ce58d user: mistachkin tags: trunk | |
00:57 | Enable easier integration with SEE. check-in: 328517cce9 user: mistachkin tags: trunk | |
2015-01-28
| ||
19:21 | Update version of Inno Setup mentioned in docs. check-in: b3a29a56c9 user: mistachkin tags: trunk | |
2015-01-22
| ||
22:39 | Correct marshalling of strings and blobs in the SQLiteValue class. Fix for [85b824b736]. check-in: c68ac18fb4 user: mistachkin tags: trunk | |
18:35 | Make sure SQLiteIndexOutputs.ConstraintUsages instances are created prior to calling ISQLiteManagedModule.BestIndex. Fix for [56f511d268]. check-in: c927246f90 user: mistachkin tags: trunk | |
2015-01-20
| ||
18:45 | Update SQLite core library to the 3.8.8.1 release. check-in: 08e48dbfa7 user: mistachkin tags: trunk | |
15:45 | Make it easier to test a subset of the supported Visual Studio versions. check-in: b8b5a66015 user: mistachkin tags: trunk | |
2015-01-16
| ||
16:14 | Also update the version history docs to reflect SQLite 3.8.8. check-in: f2f947aeb4 user: mistachkin tags: trunk | |
15:51 | Update SQLite core library to the 3.8.8 release. check-in: 0fe2fc38b9 user: mistachkin tags: trunk | |
2015-01-15
| ||
19:29 | Enhance the R-Tree test from the previous check-in. check-in: b14c166f11 user: mistachkin tags: trunk | |
19:01 | Add test case for R-Tree to the .NET Compact Framework test harness. check-in: eb8927b3f3 user: mistachkin tags: trunk | |
2015-01-14
| ||
21:30 | Update SQLite core library to the latest 3.8.8 release candidate. check-in: b1d5152664 user: mistachkin tags: trunk | |
21:26 | Address all the LINQ issues mentioned in ticket [8d928c3e88]. Make the storage schema (SSDL) files more consistent with their provider names. check-in: 9ff0f0adf0 user: mistachkin tags: trunk | |
2015-01-13
| ||
04:08 | Fix extra single quotes around the formatted DateTime values in the LINQ assembly. Use GetSettingValue to access the new environment variables. Closed-Leaf check-in: 45312da90e user: mistachkin tags: tkt-8d928c3e88 | |
03:39 | In the LINQ assembly, when surrounding single quotes are required for a formatted DateTime value, be sure to escape contained single quotes. check-in: b999c9c818 user: mistachkin tags: tkt-8d928c3e88 | |
03:34 | Merge updates from trunk. check-in: a15efc1fd5 user: mistachkin tags: tkt-8d928c3e88 | |
03:34 | Attempt to make the 'legacy' NuGet package configuration transform work the same as the EF6 one. check-in: c2e4f24377 user: mistachkin tags: trunk | |
03:30 | Remove a comment that is no longer accurate. check-in: 812281ccef user: mistachkin tags: trunk | |
03:18 | Simplify the new DateTime test in the testlinq program. check-in: 27511f2109 user: mistachkin tags: tkt-8d928c3e88 | |
02:28 | Enhance the self-cleanup for the new tests in the testlinq program. check-in: 6f6b1fe9d4 user: mistachkin tags: tkt-8d928c3e88 | |
02:20 | Add SQLite_ForceLogPrepare environment variable to force logging of all prepared SQL regardless of the flags for the associated connection. Add more tests. check-in: 2f3a593340 user: mistachkin tags: tkt-8d928c3e88 | |
2015-01-12
| ||
23:44 | Do not wrap formatted DateTime values in single quotes when they are numeric. check-in: fc9e94c67d user: mistachkin tags: tkt-8d928c3e88 | |
2015-01-09
| ||
04:11 | Make the storage schema (SSDL) files more consistent with their provider names. check-in: b59de72204 user: mistachkin tags: tkt-8d928c3e88 | |
04:10 | Add comments. check-in: 2d0a56c918 user: mistachkin tags: tkt-8d928c3e88 | |
2015-01-08
| ||
18:57 | Add 'AppendManifestToken_SQLiteProviderManifest' environment variable to enable better testing and tighter integration. Complete initial tests. check-in: c42db158c3 user: mistachkin tags: tkt-8d928c3e88 | |
17:42 | More work on testability. check-in: d8ed5e99ae user: mistachkin tags: tkt-8d928c3e88 | |
04:55 | Work in progress for ticket [8d928c3e88]. These changes are not yet fully tested. check-in: 0b6d0e63ca user: mistachkin tags: tkt-8d928c3e88 | |
2015-01-07
| ||
01:11 | Configuration file cleanup: omit the 'remove' element for the legacy 'System.Data.SQLite' provider from the LINQ-specific and EF6-specific configuration files. check-in: 573499eaf2 user: mistachkin tags: trunk | |
2014-12-16
| ||
19:00 | Fix missing 'and'. check-in: d4cb6858ed user: mistachkin tags: trunk | |
19:00 | Update release procedures with some tooling info and links. check-in: 8e630a5299 user: mistachkin tags: trunk | |
18:41 | Update master release archive manifest. check-in: 6198c5f180 user: mistachkin tags: trunk | |
2014-12-09
| ||
23:13 | Update SQLite core library to the 3.8.7.4 release. check-in: 98379cefde user: mistachkin tags: trunk | |
19:23 | Update the included core library documentation. check-in: 9ade973926 user: mistachkin tags: trunk | |
2014-12-08
| ||
22:25 | Modify the test suite to support testing with shared-cache enabled. check-in: 9c7aa64aed user: mistachkin tags: trunk | |
2014-12-05
| ||
23:08 | Fix compilation error in the LINQ test tool with VS 2008. check-in: 3c3a197fad user: mistachkin tags: trunk | |
22:09 | Modify GetSchemaTable method to avoid setting SchemaTableColumn.IsKey column to true when more than one table is referenced. Fix for [47c6fa04d3]. check-in: 1e8465a822 user: mistachkin tags: trunk | |
03:33 | Correct naming of the NuGet MSBuild targets file to match the package names. check-in: 7704e9f337 user: mistachkin tags: trunk | |
03:23 | For the NuGet packages, make sure to copy the SQLite interop library files when there is no PostBuildEvent defined. check-in: 7de90061a2 user: mistachkin tags: trunk | |
2014-12-03
| ||
22:06 | Update version history docs. Closed-Leaf check-in: 6e472b0c26 user: mistachkin tags: tkt-47c6fa04d3 | |