Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
61 check-ins using file SQLite.Interop/src/win/interop.c version 2c6c96097b
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 | |