Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for testlinq/Program.cs
2020-03-10
| ||
03:44 | Add preliminary support for the .NET Framework 4.8. file: [063e9f0f63] check-in: [d6b5423937] user: mistachkin branch: trunk, size: 36639 | |
2019-10-08
| ||
01:24 | Get the EF6 integration test project building and working. file: [dd82f8a335] check-in: [cd8bf2f63b] user: mistachkin branch: netStandard21, size: 36579 | |
2019-10-06
| ||
05:01 | Minor build fixes. file: [23ab71f015] check-in: [23e8ca95a9] user: mistachkin branch: netStandard21, size: 36380 | |
2019-10-05
| ||
21:10 | More work in progress. file: [636acb7bd9] check-in: [6746f67c7a] user: mistachkin branch: netStandard21, size: 36446 | |
19:42 | Various build fixes. file: [4b2966fccb] check-in: [11811c57fd] user: mistachkin branch: netStandard21, size: 36245 | |
2018-05-06
| ||
20:09 | Add preliminary support for the .NET Framework 4.7.2. Also, update the SQLite core library to the latest 3.23.2 release candidate. file: [b651e0d2a1] check-in: [880e608b09] user: mistachkin branch: trunk, size: 36131 | |
2017-11-17
| ||
20:07 | Bump version to 1.0.107.0. Add preliminary support for the .NET Framework 4.7.1. Update version history docs. file: [00d1308cf6] check-in: [0c447952e6] user: mistachkin branch: trunk, size: 36065 | |
2017-08-02
| ||
17:20 | Add preliminary support for Visual Studio 2017 and the .NET Framework 4.7. file: [3f6e835b38] check-in: [babe22b817] user: mistachkin branch: vs2017, size: 35999 | |
2016-08-30
| ||
00:09 | More updates for the .NET Framework 4.6.x. file: [2ab4825a02] check-in: [e55487b0b4] user: mistachkin branch: trunk, size: 35939 | |
2016-04-01
| ||
03:03 | Add test case for ticket [eafaece5c1]. file: [416eba93a5] check-in: [9f01777e96] user: mistachkin branch: tkt-eafaece5c1, size: 37621 | |
2016-03-31
| ||
18:18 | Add test case for ticket [1a93312113]. file: [0a1ca029d4] check-in: [2982a19b8e] user: mistachkin branch: tkt-1a93312113, size: 36623 | |
2016-03-09
| ||
22:40 | More cleanup related to empty strings. file: [03a3080640] check-in: [6cb3a277db] user: mistachkin branch: trunk, size: 35873 | |
2016-02-03
| ||
22:41 | Add test case for ticket [1a93312113]. file: [7c002181e8] check-in: [e4a43ed4dc] user: mistachkin branch: tkt-1a93312113, size: 36462 | |
2015-12-04
| ||
02:04 | Add missing checks for NET_452 and NET_461 compile-time defines. file: [14c282d5ab] check-in: [d5792024ef] user: mistachkin branch: trunk, size: 35863 | |
2015-08-19
| ||
14:32 | Fix compilation issue with EF6. file: [aa75e89b9b] check-in: [9a71005d4e] user: mistachkin branch: preRelease, size: 35731 | |
04:23 | Corrections to the test cases for tickets [41aea496e0] and [9d353b0bd8]. file: [ebe6c83386] check-in: [e8e6cb1409] user: mistachkin branch: tkt-41aea496e0, size: 35719 | |
02:30 | Work in progress on fixing ticket [41aea496e0]. file: [343dfb7525] check-in: [8ea5fcd6b9] user: mistachkin branch: tkt-41aea496e0, size: 34229 | |
2015-08-12
| ||
22:36 | Test suite fixes to get it working with Mono 4.0. file: [29bb27f560] check-in: [d282128d61] user: mistachkin branch: trunk, size: 31316 | |
19:59 | Revise and extend compilation fixes from the previous check-in. file: [f5d33a5e0f] check-in: [9582604b8d] user: mistachkin branch: trunk, size: 31214 | |
2015-07-29
| ||
22:03 | Honor the second argument to Math.Round when using LINQ. file: [b1db2c0ab8] check-in: [369779a300] user: mistachkin branch: trunk, size: 31169 | |
2015-07-20
| ||
18:18 | More changes. file: [9dc2be7d4a] check-in: [719d9e6cac] user: mistachkin branch: vs2015, size: 29610 | |
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]. file: [9b236b5070] check-in: [01a3da88e7] user: mistachkin branch: trunk, size: 29570 | |
2015-05-30
| ||
21:38 | Implement the Substring method for LINQ using the 'substr' core SQL function. file: [05f6844ffe] check-in: [52085afe23] user: mistachkin branch: trunk, size: 27709 | |
2015-03-26
| ||
22:16 | Fix compilation error for the 'testlinq' program with the .NET Framework 3.5. file: [ccfb143ac8] check-in: [3cd750e5f4] user: mistachkin branch: trunk, size: 26668 | |
21:55 | When BinaryGUID handling is off, transform the LINQ paramter types as well. Fix for [a4d9c7ee94]. file: [748bec674c] check-in: [87b4244129] user: mistachkin branch: trunk, size: 26627 | |
2015-01-13
| ||
03:18 | Simplify the new DateTime test in the testlinq program. file: [209b16545f] check-in: [27511f2109] user: mistachkin branch: tkt-8d928c3e88, size: 24570 | |
02:28 | Enhance the self-cleanup for the new tests in the testlinq program. file: [a8339d96ad] check-in: [6f6b1fe9d4] user: mistachkin branch: tkt-8d928c3e88, size: 24753 | |
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. file: [2e7fe9011a] check-in: [2f3a593340] user: mistachkin branch: tkt-8d928c3e88, size: 24319 | |
2015-01-08
| ||
18:57 | Add 'AppendManifestToken_SQLiteProviderManifest' environment variable to enable better testing and tighter integration. Complete initial tests. file: [7cbe364dab] check-in: [c42db158c3] user: mistachkin branch: tkt-8d928c3e88, size: 23004 | |
17:42 | More work on testability. file: [308f3d9ece] check-in: [d8ed5e99ae] user: mistachkin branch: tkt-8d928c3e88, size: 23053 | |
04:55 | Work in progress for ticket [8d928c3e88]. These changes are not yet fully tested. file: [2aba3e5afb] check-in: [0b6d0e63ca] user: mistachkin branch: tkt-8d928c3e88, size: 21010 | |
2014-12-05
| ||
23:08 | Fix compilation error in the LINQ test tool with VS 2008. file: [72953b89b8] check-in: [3c3a197fad] user: mistachkin branch: trunk, size: 19949 | |
2014-11-08
| ||
06:41 | Do not emit ORDER BY, LIMIT, and OFFSET clauses for the left SELECT statement when a compound operator is involved. Candidate fix for [0a32885109]. file: [70fe9c5826] check-in: [1f05aa9dd6] user: mistachkin branch: tkt-0a32885109, size: 19946 | |
2014-09-23
| ||
01:21 | Add test to make sure that the SQL statements generated for a DbUpdateCommandTree via the LINQ assembly are properly delimited (i.e. by a semi-colon). file: [d90ad49ef9] check-in: [e0cbe7cc0d] user: mistachkin branch: trunk, size: 17700 | |
2014-05-30
| ||
21:16 | Fix DateTime constant handling in the LINQ assembly. Fix for [da9f18d039]. file: [6ab1a51347] check-in: [4dc462af32] user: mistachkin branch: trunk, size: 15222 | |
2014-01-11
| ||
04:21 | Work on supporting the test suite and making the new assembly work. file: [8ae61b8dc8] check-in: [e3c75bc864] user: mistachkin branch: ef6, size: 14613 | |
2013-11-27
| ||
01:32 | Use the proper compile-time option to check for the .NET Framework 4.5.1. file: [06b16f9be3] check-in: [1beae37abe] user: mistachkin branch: vs2013, size: 14528 | |
2012-12-06
| ||
06:19 | Update SQLite core library to the latest trunk code. file: [b197c72a13] check-in: [885e2fbcea] user: mistachkin branch: trunk, size: 14506 | |
2012-09-20
| ||
12:04 | Explicitly add support for the .NET Framework 4.5 to the managed compile-time defines. file: [29ee4fb788] check-in: [c008d0ccd6] user: mistachkin branch: trunk, size: 14106 | |
11:53 | Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. file: [ef70050948] check-in: [5759e099be] user: mistachkin branch: trunk, size: 14086 | |
2012-07-22
| ||
06:54 | Remove all superfluous UTF-8 byte-order-marks. file: [5ba0fa5a17] check-in: [2c82e6c1a3] user: mistachkin branch: trunk, size: 14086 | |
2011-12-16
| ||
03:28 | Add missing file header to various files. file: [6acdeda1e9] check-in: [f58dc30e00] user: mistachkin branch: trunk, size: 14089 | |
2011-09-23
| ||
19:08 | Workaround inability to use Contains method in a LINQ query when running on the .NET Framework 3.5 (testlinq). Cleanup variables leaked by test basic-1.14. Add configuration file to make the mixed-mode .NET Framework 2.0 assembly loadable by the .NET Framework 4.0 compiled Eagle shell. file: [fac45bff44] check-in: [8cb9380f11] user: mistachkin branch: trunk, size: 13794 | |
07:20 | Experimental changes for better DateTime handling in the LINQ assembly (incomplete, do not use yet). file: [352e157d08] check-in: [1fc7a1a94c] user: mistachkin branch: LinqDateTime, size: 16822 | |
2011-09-12
| ||
19:34 | Streamline the test case for ticket [ccfa69fc32] and make it more complete by not relying on sort ordering of the IDs. file: [11ed25a885] check-in: [bba06f3a9f] user: mistachkin branch: bug-ccfa69fc32, size: 13029 | |
2011-09-11
| ||
17:43 | Use an overload of the ObjectContext.SaveChanges method that does not require the SaveOptions enumerated type when not compiled against the .NET Framework 4.0. file: [99a897d48b] check-in: [34ca66ddcf] user: mistachkin branch: bug-ccfa69fc32, size: 14011 | |
15:33 | Add unit testing support for the fix to ticket [ccfa69fc32]. file: [7a71b3c22f] check-in: [f4e1038098] user: mistachkin branch: bug-ccfa69fc32, size: 13934 | |
14:33 | Experimental fix for ticket [ccfa69fc32]. file: [616bbae856] check-in: [42af4d17a5] user: mistachkin branch: bug-ccfa69fc32, size: 13825 | |
2011-09-07
| ||
10:31 | Support LINQ queries with EndsWith method, fix for [59edc1018b]. Add test to verify the behavior from ticket [00f86f9739]. Modify test results/handling for ticket [8b7d179c3c] to be consistent with these new tests. file: [0eb6d94e58] check-in: [7810393e98] user: mistachkin branch: trunk, size: 9103 | |
2011-07-11
| ||
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. file: [dff024645b] check-in: [1d955a6031] user: mistachkin branch: trunk, size: 6675 | |
2011-07-09
| ||
09:01 | Fix for [8b7d179c3c], with tests. file: [c60631f2f2] check-in: [76e929f694] user: mistachkin branch: trunk, size: 6100 | |
2011-07-07
| ||
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. file: [8f69c32cd5] check-in: [178b6d6379] user: mistachkin branch: trunk, size: 4067 | |
2011-07-01
| ||
08:33 | Add 'testlinq' project to the new build system. Cleanup in both test apps. Fix XML doc warnings. file: [c6b34d46df] check-in: [bd2f09af59] user: mistachkin branch: build-enhancements, size: 3904 | |
2008-09-02
| ||
15:46 | pre 1.0.59.0 file: [a0b2036fbe] check-in: [c0dab1edea] user: rmsimpson branch: sourceforge, size: 3957 | |
2008-08-11
| ||
21:12 | 1.0.56.0 file: [df1995f4e5] check-in: [faaaeb7bd7] user: rmsimpson branch: sourceforge, size: 3363 | |
2008-08-06
| ||
21:40 | 1.0.55.0 file: [1811a41461] check-in: [24425920c8] user: rmsimpson branch: sourceforge, size: 3363 | |
2008-07-24
| ||
06:19 | 1.0.53.0 file: [4836fe2246] check-in: [2b553f96c4] user: rmsimpson branch: sourceforge, size: 1755 | |
2008-07-16
| ||
23:32 | Added: 1.0.52.0 file: [8d7998be50] check-in: [1084c98790] user: rmsimpson branch: sourceforge, size: 1357 | |