- 11 May, 2017 3 commits
-
-
Nick Craver authored
More cleanup to do (removing Type column next), but getting to some very usable output now.
-
Nick Craver authored
-
Nick Craver authored
This is based on BenchmarkDotNet (while preserving the legacy format with minor improvements as well - legacy runs much faster). See #666 for details. Not an ominus number at all. Note: this code will get a bit simpler with BenchmarkDotNet categories, see https://github.com/dotnet/BenchmarkDotNet/issues/248 for details.
-
- 08 May, 2017 6 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
- 07 May, 2017 6 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
It's indeed broken on their end. We should consider switching providers, e.g. https://github.com/mysql-net/MySqlConnector/
-
- 06 May, 2017 15 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
* Progress on VS 2017 build tooling * Finally, a working VS 2017 tooling build
-
- 04 May, 2017 1 commit
-
-
Per Lundberg authored
-
- 01 May, 2017 1 commit
-
-
Marc Gravell authored
-
- 29 Apr, 2017 1 commit
-
-
newbyca authored
-
- 07 Apr, 2017 4 commits
-
-
Marc Gravell authored
Add tests for the too few/too many columns scenarios for value-tuples; happy to discuss alternative expectations
-
Marc Gravell authored
Better matching of value-tuple names when wrong number of columns - should return nulls for unmapped
-
Marc Gravell authored
-
Marc Gravell authored
-
- 26 Mar, 2017 1 commit
-
-
Kruithne authored
Under the `List Support` section, the sentence opens with `Dapper allow you`, which should instead be `Dapper allows you`. This PR will correct this mistake, restoring balance to the universe. After originally spotting this, the most minor of mistakes, I decided to leave it and move on with my life, since it likely effected nobody. Four hours passed and the thought that it existed unchecked had fully manifested itself within my subconscious and I was no longer able to continue with my existence knowing that I had seen this mistake and not exercised my power to correct it. Thank you, and sorry.
-
- 25 Mar, 2017 1 commit
-
-
Nick Craver authored
Due to the way VS test works (by injecting an executable entry point), the performance tests needed to be factored out. I also organized all of our existing tests better along the way. Actual code changes to Dapper itself are very minor, only formatting and documentation fixes (which we need many more of). The build.ps1 script is upated to work, but note that <frameworkAssemblies> is not working in .nuspec inside the packages in the new .csproj system. I consider this to be a blocker. Issue is here: https://github.com/NuGet/Home/issues/4853
-
- 14 Mar, 2017 1 commit
-
-
Jovan Popovic (MSFT) authored
* Added fix for Simple.Data tast Due to the missing .FirstOrDefault() in Simple.Data test, performance numbers for Simple.Data were too high (better than hand coded data reader). Added FirstOrDefault() to actually fetch the data.
-