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.8.6
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.9.0
Choose a head ref
  • 16 commits
  • 21 files changed
  • 6 contributors

Commits on Feb 1, 2022

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

Commits on Feb 17, 2022

  1. Update strmangle

    Fixes #1082
    stephenafamo committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    cfd4e7d View commit details
    Browse the repository at this point in the history
  2. Update changelog

    stephenafamo committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    73a4ee0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. QuoteWrap columns in many-to-many eager join (#1094)

    
    * Fixed issue with quote generation
    
    Co-authored-by: Bryan McGrane <bmcgrane@sensory.com>
    bryanmcgrane and Bryan McGrane authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    12dcb95 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    53f4ba2 View commit details
    Browse the repository at this point in the history
  2. Custom template functions for library users

    sqlboiler users who call it as a library rather than an executable can
    now add a template.FuncMap to their config objects which will be
    available in the templates under UserFuncs.
    
    Allows advanced users to extend their templates further without needing
    to fork sqlboiler itself.
    ccakes authored and stephenafamo committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    dfd512d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a900566 View commit details
    Browse the repository at this point in the history
  4. Add sprig FuncMap to templates (#1097)

    Co-authored-by: Cameron Daniel <cam.daniel@gmail.com>
    stephenafamo and ccakes authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    350d692 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    stephenafamo committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    60b2e37 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Fix function documentation (#1110)

    These two functions said that they panicked on error, but they don't. Only the P variants do.
    parnic authored Apr 3, 2022
    Configuration menu
    Copy the full SHA
    e95ebc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c020ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e868d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a3d9e5 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    stephenafamo committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    4a4cf43 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    f3f7687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb61ccf View commit details
    Browse the repository at this point in the history
Loading