- 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 3 commits
-
-
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.
-
Nick Craver authored
Update readme to remove notice about requiring open connections
-
Nick Craver authored
Added Belgrade SqlClient library in the performance benchmark
-
- 01 Mar, 2017 6 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 22 Feb, 2017 1 commit
-
-
Jovan Popovic authored
In the performance benchmark is added Belgrade Sql client data access library (https://github.com/JocaPC/CLR-Belgrade-SqlClient). This is a wrapper around ADO.NET classes that executes queries in async manner using callbacks. "Belgrade.Sql.Client": "0.6.2" is aded in project.json file, and new flag "BELGRADE" controls should the test be executed.
-
- 12 Feb, 2017 2 commits
-
-
Jovan Popovic authored
-
Steven Vondruska authored
-
- 09 Feb, 2017 2 commits
-
-
Nick Craver authored
Related: #683
-
Nick Craver authored
TODO: All of these need race love in V2, complete re-vamp.
-
- 06 Feb, 2017 2 commits
-
-
Nick Craver authored
Add GetRowParser documentation/example
-
Bret Copeland authored
-
- 28 Jan, 2017 1 commit
-
-
Nick Craver authored
added firebird support
-
- 27 Jan, 2017 2 commits
-
-
Nick Craver authored
Add SqlMapper.RemoveTypeMap() method
-
Nick Craver authored
Update README with documentation for [ExplicitKey] attribute
-
- 19 Jan, 2017 1 commit
-
-
Mark Bell authored
-
- 06 Jan, 2017 1 commit
-
-
Marc Gravell authored
This reverts commit 91725fb3.
-
- 01 Dec, 2016 1 commit
-
-
Phelipe de Sterlich authored
added firebird sql adapter to allow record insert and key retrieving
-
- 28 Nov, 2016 2 commits
-
-
Marc Gravell authored
Add test DiscriminatedUnionWithMultiMapping
-
verysimplenick authored
DiscriminatedUnionWithMultiMapping - test for check correct MultiMapping (splitOn) functionality with discriminated row parser.
-
- 18 Nov, 2016 2 commits
-
-
Marc Gravell authored
Update Readme.md
-
Amir authored
-
- 05 Nov, 2016 1 commit
-
-
hwikene authored
-
- 04 Nov, 2016 7 commits
-
-
Nick Craver authored
Note: there's still a 1.0.0 vs 1.1.0 quirk here - digging.
-
Nick Craver authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Readme: Better explanation for multi mapping
-
Marc Gravell authored
GridReader.IsConsumed wouldn't be true
-
- 06 Oct, 2016 1 commit
-
-
Marc Gravell authored
Non-greedy match for comments regex
-
- 05 Oct, 2016 1 commit
-
-
jods authored
Fixes #436, #280 My editor has also normalized a few line endings to LF like 99% of the file was.
-
- 21 Sep, 2016 1 commit
-
-
azyobuzin authored
-
- 16 Sep, 2016 2 commits
-
-
Marc Gravell authored
Update readme.md
-
Howard Dean Watts authored
Missed second bracket in ID example
-