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: sqlkata/querybuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.9
Choose a base ref
...
head repository: sqlkata/querybuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 17 commits
  • 15 files changed
  • 2 contributors

Commits on Sep 9, 2022

  1. update dapper version from 1.50.5 to 2.0.123

    reason: TimeSpan will be parsed as default to :time for Postgres under this version, newer version fixes the issue and sets the default to :interval. (fixed npgsql issue)
    AEAcceliox committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4e9051a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    e56e6db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #603 from sqlkata/add_more_execution_test

    Add more execution test for InlineTable, Variable
    ahmad-moussawi authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    25f3a28 View commit details
    Browse the repository at this point in the history
  3. Fix xunit warnings

    ahmad-moussawi committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    59baa1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #604 from sqlkata/add_more_execution_test

    Fix xunit warnings
    ahmad-moussawi authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    1d21d89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    294ff51 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #606 from sqlkata/feature_334_add_support_for_exists

    add test for Exists/NotExists
    ahmad-moussawi authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    b57ca54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e73d22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c25ba30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d29fb4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #607 from sqlkata/feature_605_sqlite_execution_test

    Feature 605 sqlite execution test
    ahmad-moussawi authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    8f57bff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    746702a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #608 from sqlkata/iss-532_offset_long_instead_of_int

    iss-532: Offset is now long instead of int
    ahmad-moussawi authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2facbcb View commit details
    Browse the repository at this point in the history
  13. Fix license URL

    ahmad-moussawi committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    e9bf953 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    c451289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e1fb9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #602 from AEAcceliox/updateDapperVersion

    update dapper version from 1.50.5 to 2.0.123
    ahmad-moussawi authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    50382fa View commit details
    Browse the repository at this point in the history
Loading