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.24
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.28
Choose a head ref
  • 4 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    0cd331b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Update SqlMapper.cs (#2010)

    Fixed typo in comments
    ronwarner authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3c3509f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Update benchmarks with latest results. (#2016)

    * Update benchmarks with latest results.
    
    * Address PR feedback
    kant2002 authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4160c9f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. fix codegen error in value-type multimap #2005 (#2022)

    in horizontal multi-map, don't "returnValueLocal = null" for value-types (invalid IL)
    fix #2005
    mgravell authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d7c1603 View commit details
    Browse the repository at this point in the history
Loading