- 01 Apr, 2016 1 commit
-
-
Marc Gravell authored
Recreate all the xproj to reflect the current tooling - old versions break VS15; enable XDocument etc in corefx (#if block was too large)
-
- 31 Mar, 2016 1 commit
-
-
Marc Gravell authored
When doing list expansions (6=>10 etc), use the last non-trivial value - do *NOT* use null, as it causes problems with "not in" clauses; add test for the same
-
- 02 Mar, 2016 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 27 Feb, 2016 1 commit
-
-
Nick Craver authored
Readme.md: update performance benchmarks tests broken link
-
- 26 Feb, 2016 3 commits
-
-
Marc Gravell authored
prefer an exact-case backing-field match over a wrong-case regular field (essentially: this promotes get-only properties over regular fields)
-
Marc Gravell authored
-
Marc Gravell authored
-
- 23 Feb, 2016 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Update to sqlite rc2, because without that nothing works; add extra tests around sqlite oddities; update tests to reflect sqlite rc2 fixes
-
- 22 Feb, 2016 2 commits
-
-
Marc Gravell authored
Add SQLITE to test builds; add tests for issues #466 and #467; fix #466 by adding retry-with-fallback flags strategy
-
Marc Gravell authored
-
- 20 Feb, 2016 1 commit
-
-
Osman M Elsayed authored
-
- 18 Feb, 2016 1 commit
-
-
Marc Gravell authored
-
- 17 Feb, 2016 5 commits
-
-
Marc Gravell authored
Fix typos in the comments for PadListExpansions
-
Jeremy Danyow authored
-
Marc Gravell authored
-
Marc Gravell authored
New feature: PadListExpansions - reduces query plan saturation by padding "in" lists and populating with nulls; opt-in (see remarks on setting)
-
Marc Gravell authored
-
- 15 Feb, 2016 1 commit
-
-
Marc Gravell authored
Initial test setup for #461; note that this does not repro, due to running on SQL-Server - needs to be changed to SQLite to repro
-
- 13 Feb, 2016 1 commit
-
-
Marc Gravell authored
actual/expected in asserts are the wrong way round
-
- 12 Feb, 2016 1 commit
-
-
Chris Chilvers authored
All the tests are wrote in the form actual.IsEqualTo(expected). This made for some odd error messages when a test failed.
-
- 11 Feb, 2016 8 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 10 Feb, 2016 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 09 Feb, 2016 1 commit
-
-
Henk Mollema authored
Class libraries should target net451 rather than dnx451, according to this: aspnet/Announcements#98 Also updated global.json to use DNX v1.0.0-rc1-update1
-
- 05 Feb, 2016 2 commits
-
-
Marc Gravell authored
Add ApplyNullValues setting / implementation - makes it assign (rather than ignore) null values when possible; also nameof *all the things*; well... most of them
-
Marc Gravell authored
-
- 29 Jan, 2016 2 commits
-
-
Nick Craver authored
Fix small typo in contrib
-
Shrayas authored
default was misspelt as defualt
-
- 22 Jan, 2016 1 commit
-
-
Marc Gravell authored
-