Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for System.Data.SQLite.Linq/SQL Generation/SqlGenerator.cs
2016-03-09
| ||
22:40 | More cleanup related to empty strings. file: [49e0cd4299] check-in: [6cb3a277db] user: mistachkin branch: trunk, size: 153498 | |
2015-07-29
| ||
22:03 | Honor the second argument to Math.Round when using LINQ. file: [2837d81201] check-in: [369779a300] user: mistachkin branch: trunk, size: 153418 | |
2015-05-30
| ||
21:38 | Implement the Substring method for LINQ using the 'substr' core SQL function. file: [34ff0c6966] check-in: [52085afe23] user: mistachkin branch: trunk, size: 153116 | |
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. file: [1fdd3d13d9] check-in: [45312da90e] user: mistachkin branch: tkt-8d928c3e88, size: 152080 | |
03:39 | In the LINQ assembly, when surrounding single quotes are required for a formatted DateTime value, be sure to escape contained single quotes. file: [25c7d00b71] check-in: [b999c9c818] user: mistachkin branch: tkt-8d928c3e88, size: 152185 | |
2015-01-12
| ||
23:44 | Do not wrap formatted DateTime values in single quotes when they are numeric. file: [f0276e3230] check-in: [fc9e94c67d] user: mistachkin branch: tkt-8d928c3e88, size: 152005 | |
2015-01-08
| ||
17:42 | More work on testability. file: [6ef5224092] check-in: [d8ed5e99ae] user: mistachkin branch: tkt-8d928c3e88, size: 151160 | |
04:55 | Work in progress for ticket [8d928c3e88]. These changes are not yet fully tested. file: [9009a64232] check-in: [0b6d0e63ca] user: mistachkin branch: tkt-8d928c3e88, size: 151187 | |
2014-11-13
| ||
23:58 | Rewrite previous fix for [0a32885109] so it retains the ORDER BY, LIMIT, and OFFSET clauses. file: [604c530de0] check-in: [a9d19a3b28] user: mistachkin branch: tkt-0a32885109, size: 150199 | |
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: [c4bdc4fbef] check-in: [1f05aa9dd6] user: mistachkin branch: tkt-0a32885109, size: 149964 | |
2014-05-30
| ||
21:16 | Fix DateTime constant handling in the LINQ assembly. Fix for [da9f18d039]. file: [ec0d67ac8b] check-in: [4dc462af32] user: mistachkin branch: trunk, size: 149681 | |
2014-01-12
| ||
04:21 | Experimental changes to the namespace for the LINQ/EF6 assemblies. file: [c2ce3a9fdc] check-in: [8a14de9d76] user: mistachkin branch: newNs, size: 149666 | |
2014-01-10
| ||
23:28 | Initial work on supporting Entity Framework 6. file: [6523512a67] check-in: [ccffecfbb0] user: mistachkin branch: ef6, size: 149584 | |
2012-06-22
| ||
20:12 | Update core SQLite library to the latest trunk. Merge support for the sqlite3_close_v2 API. Add missing test contraints for the dynamic SQLite core library detection, the USE_INTEROP_DLL compile-time define, and the System.Data.SQLite.dll / System.Data.SQLite.Linq.dll file detection. Fix several #if statements to include USE_INTEROP_DLL in addition to INTEROP_EXTENSION_FUNCTIONS. file: [871b9632d4] check-in: [1462b42fc2] user: mistachkin branch: trunk, size: 149438 | |
2012-04-07
| ||
22:18 | Update all versions to 1.0.81.0. Add DefineConstants property to the SQLiteConnection class to return the list of define constants used when compiling the core managed assembly. Support compiling the interop assembly without support for the custom extension functions and the CryptoAPI based codec. file: [5f8f2af6bf] check-in: [fd6a7e09b8] user: mistachkin branch: trunk, size: 149400 | |
2011-09-23
| ||
07:20 | Experimental changes for better DateTime handling in the LINQ assembly (incomplete, do not use yet). file: [bd8caf4cb1] check-in: [1fc7a1a94c] user: mistachkin branch: LinqDateTime, size: 153046 | |
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: [7f0a380391] check-in: [7810393e98] user: mistachkin branch: trunk, size: 148561 | |
2011-07-09
| ||
09:01 | Fix for [8b7d179c3c], with tests. file: [64de65647b] check-in: [76e929f694] user: mistachkin branch: trunk, size: 147710 | |
2011-07-01
| ||
11:03 | Split the NorthwindModel* and App.Config files for the 'testlinq' project into VS2008/VS2010 specific variants. More refinements to release automation. Remove hard-coded assembly version number from SQLiteFactory class. Remove 'v4.0' from all assembly version info. Remove unused 'using' statements from the System.Data.SQLite.Linq project. file: [0929c8aa01] check-in: [7161ddc5c2] user: mistachkin branch: build-enhancements, size: 146898 | |
08:33 | Add 'testlinq' project to the new build system. Cleanup in both test apps. Fix XML doc warnings. file: [baed57c9f1] check-in: [bd2f09af59] user: mistachkin branch: build-enhancements, size: 146918 | |
2011-04-07
| ||
15:12 | Added: Added files for building Linq module. file: [fd3d9ab779] check-in: [9c7e81cdb4] user: shaneh branch: trunk, size: 146953 | |