1. 21 8月, 2017 8 次提交
  2. 16 8月, 2017 2 次提交
  3. 15 6月, 2017 3 次提交
  4. 14 6月, 2017 1 次提交
  5. 02 6月, 2017 2 次提交
  6. 15 5月, 2017 1 次提交
    • N
      Try and use BenchmarkDotNet correctly · fb443385
      Nick Craver 提交于
      OperationsPerInvoke is an informational, not instructional property.
      What we actually want is the UnrollFactor. Moved into the job definition
      to simplify things.
      fb443385
  7. 14 5月, 2017 2 次提交
  8. 13 5月, 2017 3 次提交
    • N
      Merge MySQL fixes in · ba641f18
      Nick Craver 提交于
      ba641f18
    • N
      Benchmarks: performance and formatting · ea6b1934
      Nick Craver 提交于
      ea6b1934
    • B
      Fix MySQL tests and disposal (#774) · a46354a2
      Bradley Grainger 提交于
      * Don't create the connection in Dispose: this avoids creating a SQLConnection simply to Dispose it.
      * Run MySQL tests against the open MySqlConnection: 'connection' is a protected variable in the TestBase class that is a SQL Server connection, not a MySQL connection.
      * Skip broken MySQL tests: as per issue #295, setting "AllowZeroDateTime=True" in the connection string causes an InvalidCastException in SqlMapper.
      a46354a2
  9. 12 5月, 2017 2 次提交
    • N
      netstandard2.0 functionality (w/ runtime breaks) · 7e5bd308
      Nick Craver 提交于
      This adds a netstandard2.0 build to Dapper (and StrongName until v2),
      adds a netstandard2.0 test lineup, restores most functionality (except
      UDTs for SQL, e.g. .UdtTypeName isn't in netstandard2), and also breaks
      things not actually implemented or implemented correctly in
      netstandard2.0. Pushing this up so we can work through these with the
      .NET teams.
      
      Several things are still broken here (and fail tests):
      - Parameter decimal values (not filed yet)
      - DataTables as parameters
      (https://github.com/dotnet/corefx/issues/19708)
      - .GetSchemaTable() (not yet filed, implementation is completely missing
      from SqlDataReader in CoreFX)
      
      While the compile is clean, the above are runtime issues.
      `SqlParameter.UdtTypeName` is a separate issue, that one just wasn't in
      `netstandard2.0` at all...so we can't support UDTs there until it is.
      See https://github.com/dotnet/corefx/issues/17126 for details.
      7e5bd308
    • N
      Benchmarks: customization and formatting · d3ab338c
      Nick Craver 提交于
      More cleanup to do (removing Type column next), but getting to some very
      usable output now.
      d3ab338c
  10. 11 5月, 2017 2 次提交
  11. 09 5月, 2017 6 次提交
  12. 08 5月, 2017 3 次提交
  13. 07 5月, 2017 5 次提交