Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DapperLib/Dapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.35
Choose a base ref
...
head repository: DapperLib/Dapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.37
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 6, 2024

  1. string and byte[] : add UseGetFieldValue (#2050)

    * string and byte[] : add UseGetFieldValue to prevent problems with npgsql using global deserializer
    * switch to GetFieldValue<T> changes some messaging in invalid cast scenarios; if anything, new version is clearer, so: fine
    * test fixes
    mgravell authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    87eb033 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. implement DateOnly/TimeOnly (#2051)

    fix #1715
    adds net6 TFM
    mgravell authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    402f20c View commit details
    Browse the repository at this point in the history
Loading