Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
200 most recent check-ins using file SQLite.Designer/SQLite.Designer.2008.csproj version 7a799fad21
2016-03-31
| ||
23:27 | Bump version to 1.0.99.1 and import the SQLite core library 3.9.3 from upstream. Leaf check-in: a0b9729698 user: mistachkin tags: branch-1.0.99 | |
2016-01-20
| ||
19:26 | Update SQLite core library to the 3.10.2 release. check-in: 7c8e9fecd2 user: mistachkin tags: trunk | |
2016-01-14
| ||
17:33 | Update SQLite core library to the 3.10.1 release. check-in: f7ea8e4bc9 user: mistachkin tags: trunk | |
2016-01-13
| ||
07:22 | Add more tracing related to the connection pool. check-in: 1a0dd87d00 user: mistachkin tags: trunk | |
00:06 | For column types that resolve to boolean, recognize case-insensitive prefixes of 'True' and 'False'. Fix for [dbd65441a5]. Add NoVerifyTextAffinity connection flag to skip type affinity checking when fetching a column value as a string. Pursuant to [dbd65441a5]. check-in: ecf9a72b79 user: mistachkin tags: trunk | |
2016-01-12
| ||
23:19 | Mark a 'Potentially Incompatible Change' in the 1.0.99.0 release, per ticket [dbd65441a5]. check-in: b45629dfee user: mistachkin tags: trunk | |
2016-01-07
| ||
23:37 | Move the 'empty' test file to the new 'template' directory. check-in: 518569fee5 user: mistachkin tags: trunk | |
2016-01-06
| ||
17:56 | Pickup SQLite core library doc changes from upstream. check-in: 1c78566dfe user: mistachkin tags: trunk | |
17:47 | Update SQLite core library to the 3.10.0 release. check-in: 07117807e3 user: mistachkin tags: trunk | |
2016-01-05
| ||
21:15 | Add missing GOTO statements to several batch tools. check-in: 7705088027 user: mistachkin tags: trunk | |
18:54 | Update SQLite core library to the latest trunk code. check-in: 70629abeb3 user: mistachkin tags: trunk | |
2015-12-31
| ||
22:58 | Merge fix for [5251bd0878]. Update SQLite core library to the latest trunk code. Bump version to 1.0.100.0. Update version history docs. check-in: 59a224a9cf user: mistachkin tags: trunk | |
22:58 | Merge System.Data.SQLite changes necessary to integrate with SQLite 3.10.0. Closed-Leaf check-in: b70f7a74f8 user: mistachkin tags: updates | |
22:50 | Merge fix for [5251bd0878]. Update SQLite core library to the latest trunk code. Bump version to 1.0.100.0. Update version history docs. check-in: 9f0c9b796f user: mistachkin tags: updates | |
2015-12-20
| ||
07:13 | Use save/restore semantics for environment variables modified by the test suite infrastructure. check-in: 90e981ea2d user: mistachkin tags: trunk | |
07:13 | Stop leaking the 'savedEnv' script variable in tests 'data-1.68' and 'data-1.69'. check-in: 90e0d6df11 user: mistachkin tags: trunk | |
00:28 | Avoid using the SQLiteString and SQLiteMemory classes when compiling without virtual table support. Fix for [b56b653ee9]. check-in: cfc40dbb9c user: mistachkin tags: trunk | |
2015-12-15
| ||
01:41 | Remove superfluous namespace qualifier. check-in: 24f6fae867 user: mistachkin tags: trunk | |
01:40 | Modify the test case. Closed-Leaf check-in: e21840949d user: mistachkin tags: tkt-5251bd0878 | |
2015-12-13
| ||
02:45 | Adapt to an upcoming change in the Eagle core library. check-in: bd8381491a user: mistachkin tags: trunk | |
2015-12-12
| ||
17:02 | Adjust flags passed from the setup to the design-time components installer. check-in: 6fd6496dd0 user: mistachkin tags: trunk | |
04:49 | Fix typo in SQLite interop project files (for VS 20XX) that impacts customization of INTEROP_LIBRARY_DEPENDENCIES. check-in: 70131d4f23 user: mistachkin tags: trunk | |
02:02 | Coding style adjustment. check-in: 9b51e7a273 user: mistachkin tags: tkt-5251bd0878 | |
01:59 | Revise fix for [5251bd0878] to use null for the 'COLUMN_NAME' if the original value was DBNull.Value. check-in: f8c2007d48 user: mistachkin tags: tkt-5251bd0878 | |
2015-12-11
| ||
23:35 | Properly handle NULL values in the 'name' column of the results returned by PRAGMA index_info(). Fix for [5251bd0878]. check-in: c93b891f69 user: mistachkin tags: tkt-5251bd0878 | |
23:10 | Add test case for ticket [5251bd0878]. check-in: 5f7617eb79 user: mistachkin tags: tkt-5251bd0878 | |
2015-12-10
| ||
05:57 | Minor UI enhancement when running the legacy test suite automatically. check-in: 66703fe6d8 user: mistachkin tags: trunk | |
05:37 | Final updates for release 1.0.99.0. check-in: 469bee6065 user: mistachkin tags: trunk, release, release-1.0.99.0 | |
05:09 | Final updates for release 1.0.99.0. Closed-Leaf check-in: 381b3c5cfc user: mistachkin tags: preRelease | |
04:55 | Update the exclusions file used when building the binary packages. check-in: 819f17f1ef user: mistachkin tags: preRelease | |
04:35 | Update the CHM file. check-in: bc02379c9e user: mistachkin tags: preRelease | |
04:17 | The build batch tool should never override the SOLUTION environment variable if it is already set. check-in: bb7b1890d0 user: mistachkin tags: preRelease | |
2015-12-09
| ||
19:54 | Updates for release 1.0.99.0. check-in: 59740bc1b4 user: mistachkin tags: preRelease | |
19:39 | Update the master release archive manifest. check-in: c74f9b1f30 user: mistachkin tags: trunk | |
2015-12-05
| ||
00:56 | Tweak version history docs. check-in: a723103a3b user: mistachkin tags: trunk | |
2015-12-04
| ||
21:35 | Enhance virtual table documentation importer script tool so that it can handle 'DRAFT' documentation. check-in: 38521bfdf8 user: mistachkin tags: trunk | |
21:08 | Slightly simplify using statements when compiled for the .NET Compact Framework. check-in: 3c7977f4b3 user: mistachkin tags: trunk | |
20:24 | Fix virtual table handling of sqlite3_index_info members not available with older versions of the SQLite core library. check-in: bc75151c63 user: mistachkin tags: trunk | |
20:23 | Update version history docs. Closed-Leaf check-in: 8408226315 user: mistachkin tags: vtabFixes | |
20:07 | Update SQLite core library to the latest trunk code. Adapt the interop assembly code to deal with the changes. Closed-Leaf check-in: 7536d45bed user: mistachkin tags: core310 | |
20:05 | Enhance new vtab test. Style and naming tweaks. check-in: 605ba3f2e2 user: mistachkin tags: vtabFixes | |
06:35 | Move test-only private methods to their own region within the SQLiteIndex class. check-in: 99625b3b90 user: mistachkin tags: vtabFixes | |
06:31 | Style and naming fixes. check-in: 88219678e3 user: mistachkin tags: vtabFixes | |
06:20 | Fix compilation on the .NET Compact Framework. check-in: 68ef61f0fa user: mistachkin tags: vtabFixes | |
06:16 | Reverse accidental check-in of changes performed on the project file by the IDE. check-in: fe4d272115 user: mistachkin tags: vtabFixes | |
06:14 | More fixes to the optional field handling for the virtual table interface. check-in: 496499d755 user: mistachkin tags: vtabFixes | |
02:04 | Add missing checks for NET_452 and NET_461 compile-time defines. check-in: d5792024ef user: mistachkin tags: trunk | |
01:52 | Add preliminary support for the .NET Framework 4.6.1. check-in: e357378801 user: mistachkin tags: trunk | |
2015-12-02
| ||
05:40 | Be sure to increment the structure offset to account for optional sqlite3_index_info members. check-in: 189db19efc user: mistachkin tags: trunk | |
05:34 | Support the colUsed field to the sqlite3_index_info structure passed to virtual table xBestIndex methods. check-in: 5e37af01d9 user: mistachkin tags: trunk | |
2015-12-01
| ||
19:03 | Update the MSVCRT runtimes for VS 2015 in externals to 'Update 1'. check-in: 7866eaefcc user: mistachkin tags: trunk | |
19:00 | Update the MSVCRT runtimes for VS 2015 in externals to 'Update 1', part 3. Closed-Leaf check-in: 122b67c221 user: mistachkin tags: vs2015update1 | |
18:59 | Update the MSVCRT runtimes for VS 2015 in externals to 'Update 1', part 2. check-in: 9cf86e8d4b user: mistachkin tags: vs2015update1 | |
18:58 | Update the MSVCRT runtimes for VS 2015 in externals to 'Update 1', part 1. check-in: 664a055dcb user: mistachkin tags: vs2015update1 | |
2015-11-06
| ||
20:52 | Update the legacy CryptoAPI codec to adapt to upcoming changes in the SQLite core library. check-in: 6da06906ed user: mistachkin tags: trunk | |
20:28 | Stop building the static native binaries by default from the command line. check-in: 60ecc34271 user: mistachkin tags: trunk | |
20:10 | Update the legacy CryptoAPI codec to adapt to changes in ZipVFS. check-in: 77aac8142e user: mistachkin tags: trunk | |
2015-11-02
| ||
18:44 | Update SQLite core library to the 3.9.2 release. check-in: b75a3a7751 user: mistachkin tags: trunk | |
2015-10-26
| ||
21:47 | Add the new SQLITE_IOERR_AUTH extended return code to the managed enumeration. check-in: a914546d58 user: mistachkin tags: trunk | |
2015-10-20
| ||
03:43 | Web page updates to mention VS 2015. check-in: c012c893c1 user: mistachkin tags: trunk | |
00:29 | Add GetDatabaseName, GetTableName, and GetOriginalName methods to the SQLiteDataReader class. check-in: 7b08d5ca2f user: mistachkin tags: trunk | |
2015-10-19
| ||
17:23 | Add memory usage stress test. check-in: 67d28724d6 user: mistachkin tags: trunk | |
17:22 | Further enhancements to the memory usage stress test. Closed-Leaf check-in: 2000da5b93 user: mistachkin tags: memoryUsage | |
05:16 | Fixes and tweaks to the previous check-in. check-in: 9a14ecd4bc user: mistachkin tags: memoryUsage | |
04:50 | Initial work on memory usage stress test. check-in: 7dd94a2532 user: mistachkin tags: memoryUsage | |
02:15 | Update Eagle script library in externals to the latest trunk code. check-in: 8130180a1d user: mistachkin tags: trunk | |
2015-10-18
| ||
21:45 | Update version history docs. check-in: 3efbff1ab2 user: mistachkin tags: trunk | |
20:28 | Update and improve documentation comments for the native virtual table methods. check-in: 2c6bdf20ea user: mistachkin tags: trunk | |
20:11 | Minor simplification to the previous check-in. Also, correct a comment. Closed-Leaf check-in: fcc756f8d0 user: mistachkin tags: vtabDocComments | |
20:07 | Preserve selected HTML tags when processing the virtual table methods documentation into the CHM file. check-in: 42512a2bfb user: mistachkin tags: vtabDocComments | |
05:32 | Update embedded virtual table methods documentation comments using the new tool. check-in: 29f36edc2d user: mistachkin tags: vtabDocComments | |
05:31 | Move the 'vtab.html' file so it does not get included in the CHM build. check-in: 5b3dc8f442 user: mistachkin tags: vtabDocComments | |
05:10 | More output file fixes. The tool is now working. check-in: 1129095ae9 user: mistachkin tags: vtabDocComments | |
04:31 | More fixes to input file processing. Initial work on output file processing. check-in: 17daddabf3 user: mistachkin tags: vtabDocComments | |
01:56 | Consistently handle the special case of the first line, even when it seems impossible. check-in: 2e0349b541 user: mistachkin tags: vtabDocComments | |
01:51 | Fix typo. check-in: b64cf102ce user: mistachkin tags: trunk | |
01:51 | Fix line/paragraph handling. Add support for line prefix. check-in: 4e474edb97 user: mistachkin tags: vtabDocComments | |
00:20 | Work in progress on a tool to update the embedded doc comments for the ISQLiteNativeModule interface. check-in: 44c116ca23 user: mistachkin tags: vtabDocComments | |
00:18 | Move the ISQLiteNativeModule interface to its own file. check-in: b233d0f72d user: mistachkin tags: trunk | |
2015-10-17
| ||
21:09 | Update the included core library documentation. check-in: b57c9d07fc user: mistachkin tags: trunk | |
2015-10-16
| ||
20:36 | Update SQLite core library to the 3.9.1 release. Update version history docs. check-in: ca9e4bc86f user: mistachkin tags: trunk | |
2015-10-15
| ||
22:05 | Add preliminary test case for [886387ad40]. Closed-Leaf check-in: ae33a7a7f3 user: mistachkin tags: tkt-886387ad40 | |
19:51 | Add SQLITE_ENABLE_API_ARMOR to the interop assembly. check-in: 53a3809160 user: mistachkin tags: trunk | |
19:38 | Permit an existing registered function to be replaced. Fix for [2556655d1b]. check-in: cb9c3d67aa user: mistachkin tags: trunk | |
18:56 | Fix a test constraint to make sure the recent .NET Frameworks are included. check-in: a2a5cbfc95 user: mistachkin tags: trunk | |
2015-10-14
| ||
19:44 | Update SQLite core library to the 3.9.0 release. check-in: 0d18ddd5e6 user: mistachkin tags: trunk | |
2015-10-12
| ||
17:03 | Update SQLite core library to the latest trunk code (again). check-in: cab3f2d032 user: mistachkin tags: trunk | |
2015-10-08
| ||
20:49 | Update SQLite core library to the latest trunk code. check-in: 2e96bf596d user: mistachkin tags: trunk | |
2015-10-07
| ||
17:31 | Add and improve comments. check-in: 15da7aee54 user: mistachkin tags: trunk | |
2015-10-06
| ||
01:47 | Update SQLite core library to the latest trunk code. check-in: 619cef05bd user: mistachkin tags: trunk | |
00:40 | Adjust naming for things related to the new xBestIndex idxFlags field for consistency. check-in: 72714fd613 user: mistachkin tags: trunk | |
2015-10-02
| ||
19:21 | Update Eagle script library in externals to the latest code. check-in: ada723a97c user: mistachkin tags: trunk | |
18:05 | Correct use of 'find.exe' by the batch tools. check-in: 03db10a564 user: mistachkin tags: trunk | |
2015-10-01
| ||
19:33 | Pickup more upstream Eagle test suite changes. check-in: 52f30da149 user: mistachkin tags: trunk | |
04:07 | Pickup further upstream enhancements to the Eagle test suite prologue file. check-in: 607127f1bb user: mistachkin tags: trunk | |
2015-09-30
| ||
19:22 | Update Eagle script library in externals to the latest code. check-in: 8ddbcff542 user: mistachkin tags: trunk | |
18:48 | Update SQLite core library to the latest trunk code. check-in: a67fce442b user: mistachkin tags: trunk | |
2015-09-29
| ||
16:58 | Changes to support the 'vtab-onepass' functionality in the SQLite core library. check-in: 80d9c54709 user: mistachkin tags: trunk | |
05:10 | Update Eagle in externals to the beta 34 release. check-in: 70020f6f06 user: mistachkin tags: trunk | |
2015-09-28
| ||
20:19 | Managed only changes to support the SQLite core library 'vtab-onepass' branch. Closed-Leaf check-in: 0f9de2621e user: mistachkin tags: vtab-onepass | |
17:45 | Update the SQLite core library to the latest trunk code. check-in: a0f27df53f user: mistachkin tags: trunk | |
2015-09-25
| ||
21:16 | Make GetValue work for boolean columns with textual 'True' and 'False' values. Fix for [7714b60d61]. check-in: ed83298257 user: mistachkin tags: trunk | |
20:56 | Another minor cleanup tweak to test case 'data-1.75'. check-in: b0625cacb9 user: mistachkin tags: trunk | |
20:55 | Minor cleanup tweak to test case 'data-1.75'. check-in: 52146e11e8 user: mistachkin tags: trunk | |
15:21 | Include Visual Studio 2015 in the NuGet targets file. Fix for [411e8bf7aa]. check-in: b1640c1f69 user: mistachkin tags: trunk | |
2015-09-16
| ||
18:13 | Enhance test case for the SQLiteCommand.Reset method. check-in: d322dd9e02 user: mistachkin tags: trunk | |
17:58 | For the interop assembly, move the included extensions after the non-extension code. check-in: 20c1de6d86 user: mistachkin tags: trunk | |
17:57 | Update expected results for the 'tkt-71bedaca19-1.1' test to include the new 'IoErr_VNode' extended error code. check-in: ac28a75055 user: mistachkin tags: trunk | |
2015-09-15
| ||
04:26 | Enhance the test suite infrastructure 'getAppDomainPreamble' routine to use 'changeNativeRuntimeOption'. check-in: 0f5776243f user: mistachkin tags: trunk | |
2015-09-11
| ||
19:31 | Add experimental support for the 'json1' extension, enabled by default. check-in: 206cf1bc0a user: mistachkin tags: trunk | |
2015-09-10
| ||
00:16 | Update the estimated release date. check-in: f9c0cefc19 user: mistachkin tags: trunk | |
2015-09-09
| ||
23:46 | Add FileName property to the SQLiteConnection class. check-in: d0d6e924bc user: mistachkin tags: trunk | |
23:44 | Add Reset method to the SQLiteCommand class. check-in: 3e82d3be5b user: mistachkin tags: trunk | |
23:40 | Update version in one placed missed in the README file. check-in: b3122a99cc user: mistachkin tags: trunk | |
23:34 | Bump all version numbers to 1.0.99.0. Update SQLite core library to the latest trunk code. check-in: c1fc6af85e user: mistachkin tags: trunk | |
2015-09-04
| ||
22:41 | Refactor how the DataDirectory 'macro' is handled. Closed-Leaf check-in: f6b0cf9152 user: mistachkin tags: dbFileName | |
19:59 | Add FileName property to the SQLiteConnection class. check-in: 71cc174339 user: mistachkin tags: dbFileName | |
2015-08-28
| ||
22:16 | Fix implementation and tests for SQLiteCommand.Reset method. Remove (now) superfluous new code. Closed-Leaf check-in: 6fa1fe8314 user: mistachkin tags: cmdReset | |
20:26 | Work in progress on exerpimental method to reset the statements associated with a SQLiteCommand. check-in: f12609cfe9 user: mistachkin tags: cmdReset | |
2015-08-25
| ||
21:16 | Remove duplicate (and incorrect for Visual Studio 2015) link from the download page. check-in: 463bcfb351 user: mistachkin tags: trunk | |
2015-08-21
| ||
19:53 | Sync up extended error codes with the SQLite core library. check-in: c6cacbbfa5 user: mistachkin tags: trunk | |
01:36 | Improve NuGet package descriptions on the FAQ and download pages. check-in: e35dd9e966 user: mistachkin tags: trunk | |
2015-08-20
| ||
18:30 | Update the downloads page. check-in: 7a0650058f user: mistachkin tags: trunk | |
18:13 | Bump NuGet package version. check-in: 28b6a3534d user: mistachkin tags: trunk | |
18:12 | Skip non-existent files when verifying the metadata for downloadable packages in the file metadata update tool. check-in: 1e7de67036 user: mistachkin tags: trunk | |
18:02 | Include Visual Studio 2015 / .NET Framework 4.6 binaries in the NuGet packages. check-in: f8e4307fa1 user: mistachkin tags: trunk | |
2015-08-19
| ||
18:41 | Final updates for release 1.0.98.0. check-in: bb9a436eba user: mistachkin tags: trunk, release, release-1.0.98.0 | |
18:39 | Update the downloads page. Closed-Leaf check-in: 7eb0afe758 user: mistachkin tags: preRelease | |
14:46 | Update the release date again. check-in: b444118e9f user: mistachkin tags: preRelease | |
14:32 | Fix compilation issue with EF6. check-in: 9a71005d4e user: mistachkin tags: preRelease | |
04:52 | Fix the exclusion file syntax for use by the command line 'zip' tool. check-in: 259a546366 user: mistachkin tags: preRelease | |
04:31 | Refactor INSERT/UPDATE handling (in the LINQ assembly) so it can handle composite and non-integer primary keys. Fix for [41aea496e0]. check-in: c1baff799b user: mistachkin tags: preRelease | |
04:23 | Corrections to the test cases for tickets [41aea496e0] and [9d353b0bd8]. Closed-Leaf check-in: e8e6cb1409 user: mistachkin tags: tkt-41aea496e0 | |
02:30 | Work in progress on fixing ticket [41aea496e0]. check-in: 8ea5fcd6b9 user: mistachkin tags: tkt-41aea496e0 | |
2015-08-18
| ||
23:12 | Fix release process issues impacting the master release archive manifest and the built packages. check-in: d7fe8b7801 user: mistachkin tags: preRelease | |
22:47 | Rebuild the CHM file. check-in: e514a4a71d user: mistachkin tags: preRelease | |
22:17 | Merge updates from trunk. check-in: 344585ae76 user: mistachkin tags: preRelease | |
22:13 | Update the included FTS5 extension to the latest trunk code. check-in: 6458f27af1 user: mistachkin tags: trunk | |
22:10 | Fix compilation issues for the SQLiteFunction delegate functionality on the .NET Compact Framework. check-in: 250eb1f8b2 user: mistachkin tags: trunk | |
19:24 | Update the release date. check-in: f44cbd25de user: mistachkin tags: preRelease | |
19:24 | Merge updates from trunk. check-in: 24294cb274 user: mistachkin tags: preRelease | |
03:04 | Update the included FTS5 extension to the latest trunk code. check-in: e3cb9d9023 user: mistachkin tags: trunk | |
2015-08-17
| ||
19:30 | Add support for creating custom SQL functions using delegates. check-in: 4c4566e720 user: mistachkin tags: trunk | |
19:27 | Further improvements to comments. Closed-Leaf check-in: 73d28a2e59 user: mistachkin tags: delegateFunction | |
19:08 | Fix typo in the SQLiteFunction.RegisterFunction method overload that accepts a Type object. check-in: d0a9c28bd5 user: mistachkin tags: delegateFunction | |
18:53 | Merge updates from trunk. check-in: b1c319c00b user: mistachkin tags: delegateFunction | |
18:41 | Update tests to account for Eagle core library changes. check-in: 4d039ece1c user: mistachkin tags: trunk | |
18:41 | Update and improve comments. check-in: fb8eacc577 user: mistachkin tags: delegateFunction | |
2015-08-16
| ||
21:49 | Silence MSBuild warnings caused by output from the 'corflags.exe' tool. check-in: bd0c7acbd0 user: mistachkin tags: trunk | |
2015-08-15
| ||
23:10 | Merge trunk. check-in: ba3243f56f user: mistachkin tags: delegateFunction | |
23:10 | Enhance the batch build tool to be capable of only building the core managed assembly. check-in: d10722c84e user: mistachkin tags: trunk | |
23:07 | Merge trunk. check-in: deb2fdb0c9 user: mistachkin tags: delegateFunction | |
23:06 | Fix some harmless compiler warnings. check-in: 5b91e03740 user: mistachkin tags: trunk | |
23:00 | Fix some harmless compiler warnings and make sure the String.Format wrapper method is used in the new SQLiteFunction methods. check-in: 133b025301 user: mistachkin tags: delegateFunction | |
22:03 | Update version history docs. check-in: 430d13b350 user: mistachkin tags: delegateFunction | |
22:00 | Merge updates from trunk. check-in: 17781e7b52 user: mistachkin tags: delegateFunction | |
22:00 | Enhance the 'isBuildAvailable' routine in the test suite infrastructure to support architecture names in addition to platform names. check-in: 66139faca2 user: mistachkin tags: trunk | |
21:57 | Enhance the 'isBuildAvailable' routine in the test suite infrastructure to support architecture names in addition to platform names. check-in: e56653e255 user: mistachkin tags: delegateFunction | |
17:12 | Merge updates from trunk. check-in: d1fe039ff7 user: mistachkin tags: delegateFunction | |
17:08 | Coding style and comment tweaks. check-in: 5c8e02eb62 user: mistachkin tags: trunk | |
17:08 | Compilation fixes for the debug build. check-in: 8195809af1 user: mistachkin tags: trunk | |
06:38 | Update Eagle in externals to the pre-beta 34 release code. check-in: ecd546a7a7 user: mistachkin tags: trunk | |
04:04 | Remove incorrect comments. check-in: b33115baa1 user: mistachkin tags: delegateFunction | |
03:48 | Refactor SQLiteDelegateFunction constructor to accept two delegates, not one. Use early-bound delegates by default. Get tests passing. check-in: 3c25655a66 user: mistachkin tags: delegateFunction | |
2015-08-14
| ||
23:20 | More work in progress fine-tuning the implementation. check-in: ef7ebd6469 user: mistachkin tags: delegateFunction | |
03:44 | Fix help description of the 'Cache Size' connection string property. check-in: 5e16011b0c user: mistachkin tags: trunk | |
2015-08-12
| ||
22:36 | Test suite fixes to get it working with Mono 4.0. check-in: d282128d61 user: mistachkin tags: trunk | |
22:33 | When building for Mono, target the .NET Framework 4.5.x, not 4.6. check-in: ce51a749e0 user: mistachkin tags: trunk | |
22:32 | Some CultureInfo fixes for String.Format. check-in: 5c8311fbd4 user: mistachkin tags: trunk | |
22:25 | Fix typo in the previous check-in. check-in: ea0c351664 user: mistachkin tags: trunk | |
22:21 | Add some workarounds to allow the core managed assembly to work on Mono 4.0. check-in: e7803b3ae7 user: mistachkin tags: trunk | |
20:27 | Make it easier to build the managed-only binaries for Mono. check-in: eeb5a164be user: mistachkin tags: trunk | |
20:24 | Enhance the clean batch tool for Visual Studio 2015. check-in: 21952064b2 user: mistachkin tags: trunk | |
20:15 | Enhance test suite infrastructure to make it work properly without the interop assembly. check-in: e161b486c4 user: mistachkin tags: trunk | |
19:59 | Revise and extend compilation fixes from the previous check-in. check-in: 9582604b8d user: mistachkin tags: trunk | |
17:53 | Compilation fixes for .NET Compact Framework with custom compile options. check-in: 8d08bc1cf9 user: mistachkin tags: trunk | |
2015-08-08
| ||
01:28 | Prevent encrypted connections from being used with the connection pool. Pursuant to [89d3a159f1]. check-in: 661e488237 user: mistachkin tags: trunk | |
2015-08-05
| ||
00:57 | Work in progress on tests. Not yet working. check-in: 56469328f7 user: mistachkin tags: delegateFunction | |
00:55 | Coding style enhancements. check-in: 0ebe466b2a user: mistachkin tags: delegateFunction | |
2015-08-04
| ||
22:54 | Experimental changes to support implementing a SQLiteFunction using a generic delegate. check-in: d1cfa62cb0 user: mistachkin tags: delegateFunction | |
2015-07-31
| ||
01:16 | Merge updates from trunk. check-in: e670692d90 user: mistachkin tags: preRelease | |
2015-07-30
| ||
18:30 | Update release procedures wiki page. check-in: fc9062d656 user: mistachkin tags: trunk | |
18:13 | Further improvements to the download page update script. check-in: 872bd8c9ee user: mistachkin tags: trunk | |
18:06 | Bump versions and zero out file hashes and sizes. check-in: 0aff30f776 user: mistachkin tags: preRelease | |
18:03 | Revise new section (for .NET Framework 4.6) to match the existing ones. check-in: 4d23db1287 user: mistachkin tags: preRelease | |
18:00 | Merge updates from trunk. check-in: 5c62d58e23 user: mistachkin tags: preRelease | |
17:59 | Improve robustness of the download page update script. check-in: a2473ecc36 user: mistachkin tags: trunk | |
16:27 | Update some incorect SHA1 hashes on the download page. check-in: 36e46ec005 user: mistachkin tags: trunk | |
16:26 | Make the download page updating script easier to use. check-in: 9d0de1fb02 user: mistachkin tags: trunk | |
00:15 | Update SQLite core library to the 3.8.11.1 release. check-in: e2757bd694 user: mistachkin tags: trunk | |
2015-07-29
| ||
22:03 | Honor the second argument to Math.Round when using LINQ. check-in: 369779a300 user: mistachkin tags: trunk | |
02:57 | Enhancements to the stress test. check-in: d8612b51e0 user: mistachkin tags: trunk | |
2015-07-27
| ||
15:41 | Update SQLite core library to the 3.8.11 release. check-in: 9514fcda89 user: mistachkin tags: trunk | |
2015-07-25
| ||
18:20 | Add 'Recursive Triggers' connection string property to enable or disable the recursive trigger capability. Pursuant to [3a82ee635b]. check-in: 8a3839a32f user: mistachkin tags: trunk | |
18:04 | Make sure all the journal modes are documented in the connection string properties. check-in: 8291abfd2c user: mistachkin tags: trunk | |
17:58 | Simplify and update documentation formatting. check-in: 0602185155 user: mistachkin tags: trunk | |
00:32 | Import the latest SQLite core library changes. check-in: 161010cf55 user: mistachkin tags: trunk | |
2015-07-24
| ||
19:18 | Update SQLite core library to the latest RC. check-in: 8dbd32a7ae user: mistachkin tags: trunk | |
00:59 | Enhance the test suite infrastructure to permit a non-default .NET Framework version to be used for a particular 'build year'. check-in: 13498a4979 user: mistachkin tags: trunk | |
00:32 | Preliminary updates to the download page. check-in: 7dbf8439b5 user: mistachkin tags: preRelease | |