- 27 Aug, 2019 16 commits
-
-
mgravell authored
# Conflicts: # Dapper/SqlMapper.cs
-
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
-
mgravell authored
-
mgravell authored
-
mgravell authored
-
mgravell authored
-
mgravell authored
-
mgravell authored
-
mgravell authored
make sure System.Data and Microsoft.Data tests can't squabble; record which Microsoft.Data tests *will never work*
-
mgravell authored
drop the SqlClient ref and associated API; this makes it a (minor) breaking change, so rev the semver
-
mgravell authored
-
mgravell authored
-
mgravell authored
detect IEnumerable<T> for some T : IDataRecord dynamically, rather than via a hard-coded handler (AddSqlDataRecordsTypeHandler)
-
- 22 Aug, 2019 14 commits
- 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 2 commits