- 12 Jun, 2019 4 commits
-
-
mgravell authored
-
mgravell authored
-
mgravell authored
-
Marc Gravell authored
* fix #1277 - make sure that the command is disposed at the correct time when using ExecuteReaderAsync; this means pushing it into WrappedReader, which was in turn overdue some love; as part of that, add netcoreapp2.1 target so we can expose the best reader possible * fix tests - removed MSSQLCLIENT for now
-
- 10 May, 2019 7 commits
- 05 Apr, 2019 1 commit
-
-
Marc Gravell authored
* fix #1228 - rev sqlclient to 4.6.0 * use transitive deps for SqlClient
-
- 30 Mar, 2019 3 commits
- 27 Mar, 2019 2 commits
-
-
Nigel authored
When reading Geometry and Geography values from the database, we need to specify the SRID explicitly to retain it in the DbGeometry / DbGeography type. (#1038) merging, thanks, and sorry for delay
-
Marc Gravell authored
-
- 26 Mar, 2019 1 commit
-
-
Steven Yeh authored
thanks, appreciated
-
- 03 Mar, 2019 1 commit
-
-
Nick Craver authored
-
- 25 Feb, 2019 1 commit
-
-
Nick Craver authored
This bumps and locks at 1.60.0 to cope with whatever binding policies .NET Core is enforcing - then we can stick at this until 2.x I guess.
-
- 20 Feb, 2019 1 commit
-
-
Nick Kirby authored
This PR is for the issue I raised earlier #1194 - I've added links for all every issue - Tidied up capitalization Let me know if you need me to make any changes
-
- 11 Feb, 2019 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 09 Feb, 2019 2 commits
-
-
Marc Gravell authored
-
Wixely authored
In cases where the object has a property named ID, the property will automatically be assigned as [Key], even if [Computed] is added manually in an attempt to override it. This can cause confusion, this exception will be thrown despite the code looking fine and there only being one [ExplicitKey] defined. I've added this extra line of information to help diagnosis.
-
- 27 Jan, 2019 2 commits
-
-
Yves Mancera authored
Fixes #620 Added a section to indicate Dapper works well with User Defined Variables.
-
James Kitamirike authored
-
- 02 Nov, 2018 2 commits
-
-
Maksim Karpenko authored
-
Andrew Sumido authored
-
- 12 Sep, 2018 4 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Lots of runs is good, but changed behavior and greatly affects stability (due to GC).
-
Nick Craver authored
-
- 11 Sep, 2018 6 commits
-
-
Nick Craver authored
-
markjerz authored
Adds Dashing benchmarks to Dapper.Tests.Performance
-
Nick Craver authored
-
ifle authored
Added Linq2DB benchmarks
-
Nick Craver authored
-
Nick Craver authored
This is prepping a run we can drop into the README easily. And more info on allocations and such along with it. It's finishing off the benchmark port getting it into a good output state (something we can copy/paste). It removes Simple.Data because the package was debug and causes a lot of issues. This doesn't output 100% like we want yet (fastest to slowest). BenchmarkDotNet joins summary results after ordering...we need to post-order that. I'm asking the maintainers how to do so. Also note Belgrade was not parameterizing before, giving it a huge unfair advantage. This has been fixed to be apples:apples.
-
- 07 Sep, 2018 1 commit
-
-
David Glassborow authored
-