Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixed NULL not being formatted for slices/maps. #1930

Closed
wants to merge 1 commit into from

Commits on Nov 20, 2021

  1. fix: Fixed NULL not being formatted for slices/maps.

    When a query parameter was a nil slice or a nil map, the value `NULL`
    would not be appended to the query. Instead `'null'` would be appended
    to the query which is not correct.
    
    Resolves go-pg#1908
    elliotcourant committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    be3aae4 View commit details
    Browse the repository at this point in the history