1. 17 2月, 2016 1 次提交
  2. 11 2月, 2016 1 次提交
  3. 06 2月, 2016 1 次提交
  4. 26 12月, 2015 1 次提交
  5. 07 12月, 2015 1 次提交
  6. 06 12月, 2015 1 次提交
  7. 26 11月, 2015 1 次提交
  8. 25 11月, 2015 2 次提交
    • N
      Add a MySQL test suite · 6ed2f3ba
      Nick Craver 提交于
      TODO: Figure out a clean way to disable this locally - we'll want this
      functionality in the Core test suite as well as we add MySQL specific
      tests (due to syntax differences in creating tables and such).
      6ed2f3ba
    • N
      Contrib: fix #404 changes and other issues in MySQL · 336cacbe
      Nick Craver 提交于
      This fixes some MySQL issues - test suite that confirms issues and fixes
      is incoming. TODO shortly after: implement the Insert<T, TKey> style
      methods. I just want to get tests running (and some added) first.
      336cacbe
  9. 23 11月, 2015 5 次提交
    • N
      Move to Microsoft.SqlServer.Compact, damn you rebase. · 418bf96a
      Nick Craver 提交于
      418bf96a
    • N
      Contrib: make tests more friendly to fresh databases · 4606d604
      Nick Craver 提交于
      4606d604
    • N
      de060821
    • N
      Move to Microsoft.SqlServer.Compact for Contrib tests · 7915f58f
      Nick Craver 提交于
      7915f58f
    • N
      A full CoreCLR/DNX friendly conversion · fd10fe7c
      Nick Craver 提交于
      This eliminates the dual solutions and brings Contrib into the
      project.json fold.
      - Tests are ported to xUnit though SQLite is disabled on DNX due to
      Issue #375 (Interop loads fail in the VS runner and  params are busted
      regardless).
      - Projects are consolidated down to what's currently possible with
      project.json.
      - Contrib moved to: Dapper.Contrib and Dapper.Tests.Contrib (so tests
      appear at the end, no other reason vs. Dapper.Contrib.Tests)
      - EF moved to: Dapper.EntityFramework(.StrongName)
      - Rainbow moved to: Dapper.Rainbow
      - SqlBuilder moved to: Dapper.SqlBuilder
      - Packages are removed since it's not current-tooling friendly to keep
      them (nor was it using them).
      - xUnit implemented in Contrib via abstracts - this allow us to very
      quickly add any database provider to the rig in a very concise way.
      - Contrib unit tests fixed in various places - they were not
      parallel-runner friendly
      - Nuspecs removed, since they aren't used anymore (to eliminate
      confusion)
      - Removed speed tests for libraries that aren't on current versions of
      .Net (what would we be comparing?)
      - Perf tests moved to Dapper.Tests (consolidation from
      Dapper.DNX.Tests), but aren't activated yet (no define)
      fd10fe7c