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: aarondl/sqlboiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.0
Choose a base ref
...
head repository: aarondl/sqlboiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.0
Choose a head ref
  • 17 commits
  • 24 files changed
  • 4 contributors

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    b048a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b737f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. fix(orderBy): Update orderByQueryMod to support parameters

    This commit adds optional parameters to the orderby query, in order to
    expose the work done by @emwalker to the consumers of the library
    
    Fixes #546
    alexdor committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    7dc0f11 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

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

Commits on Sep 26, 2021

  1. Merge pull request #962 from stephenafamo/timestamps

    Add configuration for timestamp and soft delete columns
    aarondl authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    497301d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #963 from alexdor/fix/support-orderby-parameters

    fix(orderBy): Update orderByQueryMod to support parameters
    aarondl authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    78c0c1f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #973 from Wuvist/dev

    Load column comment for mysql
    aarondl authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c085a79 View commit details
    Browse the repository at this point in the history
  4. Update viper & cobra for CVEs

    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c6946db View commit details
    Browse the repository at this point in the history
  5. Remove bindata for go:embed

    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    213f396 View commit details
    Browse the repository at this point in the history
  6. Fix test

    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    8787d3e View commit details
    Browse the repository at this point in the history
  7. Change nullability checks for where helper types

    This should fix a situation where a type is first seen without being
    null, then later it's seen as being null but does not generate null
    helpers.
    
    The downside is this will add null helpers to things that are both null
    and not nullable. But this is maybe a separate concern.
    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    7a6cca0 View commit details
    Browse the repository at this point in the history
  8. Fix panic unmarshalling nil into types.NullDecimal

    - Add overrides for String() and Format() so NullDecimal's which are
      null do not panic.
    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    350546a View commit details
    Browse the repository at this point in the history
  9. Update changelog

    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    f866f80 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'dev'

    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    9f46cf2 View commit details
    Browse the repository at this point in the history
  11. Bump version

    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    0d2a538 View commit details
    Browse the repository at this point in the history
  12. Bump ci go version

    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    8643535 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'dev'

    aarondl committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    a8f02f3 View commit details
    Browse the repository at this point in the history
Loading