- 28 Aug, 2019 1 commit
-
-
Marc Gravell authored
v2 work; primarily prep for split SqlClient
-
- 27 Aug, 2019 5 commits
-
-
Dmytro Gokun authored
Expose the underlying connection from Rainbow Database so it's easier to use Dapper alongside other DB frameworks (#1257)
-
Dmytro Gokun authored
-
Andrés authored
-
Joseph Musser authored
* Pass LocalBuilders instead of indexes since ILGenerator already optimizes the opcode used * Eradicate magic local indexes to make refactoring safer
-
Joseph Musser authored
-
- 13 Jun, 2019 1 commit
-
-
Joseph Musser authored
* String and byte[] tuple elements cause InvalidProgramException * Stop setting current index local which is nonexistent in ValueTuple deserializer
-
- 12 Jun, 2019 5 commits
-
-
mgravell authored
-
mgravell authored
-
mgravell authored
-
Marc Gravell authored
* prep work for adding Microsoft.Data.SqlClient support/tests; SqlClient dependency is not yet removed
-
Joseph Musser authored
* Failing tests for tuples larger than 7 * Special-case IL generation for ValueTuple * Make value-processing logic available to ValueTuple generation
-
- 03 Jun, 2019 1 commit
-
-
Jonathan Channon authored
-
- 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 5 commits
-
-
Nick Craver authored
-
markjerz authored
Adds Dashing benchmarks to Dapper.Tests.Performance
-
Nick Craver authored
-
ifle authored
Added Linq2DB benchmarks
-
Nick Craver authored
-