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: grails/grails-data-mapping
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.4
Choose a base ref
...
head repository: grails/grails-data-mapping
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3.x
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 28, 2023

  1. Back to 7.3.5-SNAPSHOT

    puneetbehl committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7923c6b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update dependency io.github.gradle-nexus:publish-plugin to v1.3.0 (#1714

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b78e71b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.…

    …10 (#1713)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    93c288e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Add getTotalCount() tests for sorting parameters (7.3.x backport) (#1760

    )
    
    * Add getTotalCount() test on empty result for list() method
    
    This is for consistency with the test for the criteria.
    
    * Add getTotalCount() tests for sorting parameters
    
    This is to check that a getTotalCount() implementation should not
    have sorting in the generated query. Otherwise, depending on the
    database and its strictness configuration, the query might fail.
    darxriggs authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f5a4dbd View commit details
    Browse the repository at this point in the history
Loading