1. 20 Aug, 2017 3 commits
  2. 15 Aug, 2017 2 commits
  3. 15 Jun, 2017 1 commit
  4. 13 May, 2017 2 commits
  5. 12 May, 2017 2 commits
    • Bradley Grainger's avatar
      Fix MySQL tests and disposal (#774) · a46354a2
      Bradley Grainger authored
      * 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
    • Nick Craver's avatar
      netstandard2.0 functionality (w/ runtime breaks) · 7e5bd308
      Nick Craver authored
      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
  6. 11 May, 2017 3 commits
  7. 08 May, 2017 6 commits
  8. 07 May, 2017 6 commits
  9. 06 May, 2017 15 commits