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: sqlc-dev/sqlc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: asterikx/sqlc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 165 files changed
  • 2 contributors

Commits on Nov 5, 2021

  1. feat: add authors create example with unnest

    Erik Müller committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1e3b4f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. feat(gen): default to sql null types for array params

    Erik Müller committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    2e8cb09 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. chore: rename module

    Erik Müller committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    e2218f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Merge branch 'main' of https://github.com/kyleconroy/sqlc into kyleco…

    …nroy-main
    
    # Conflicts:
    #	docs/overview/install.md
    #	internal/codegen/golang/result.go
    Erik Müller committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    0db8144 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kyleconroy-main' into experiment/unnest

    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    Erik Müller committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    654a36e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Merge pull request #2 from asterikx/experiment/unnest

    Experiment/unnest
    asterikx authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    aff5d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dbc42a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9366219 View commit details
    Browse the repository at this point in the history
  4. fix(examples): revert authors example

    Erik Müller committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2412f64 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Merge branch 'main' of https://github.com/kyleconroy/sqlc into kyleco…

    …nroy-main
    
    # Conflicts:
    #	docs/reference/config.md
    #	internal/cmd/generate.go
    #	internal/codegen/golang/gen.go
    #	internal/codegen/golang/query.go
    #	internal/codegen/kotlin/gen.go
    #	internal/codegen/kotlin/imports.go
    #	internal/codegen/kotlin/mysql_type.go
    #	internal/codegen/kotlin/postgresql_type.go
    #	internal/codegen/python/gen.go
    #	internal/codegen/python/imports.go
    #	internal/codegen/python/postgresql_type.go
    #	internal/config/config.go
    #	internal/sql/validate/cmd.go
    #	internal/sql/validate/func_call.go
    Erik Müller committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9a170c1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kyleconroy-main'

    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    Erik Müller committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ea1c942 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Merge branch 'main' of https://github.com/kyleconroy/sqlc into kyleco…

    …nroy-main
    
    # Conflicts:
    #	Makefile
    #	internal/cmd/cmd.go
    #	internal/cmd/generate.go
    #	internal/cmd/shim.go
    #	internal/codegen/golang/compat.go
    #	internal/codegen/golang/driver.go
    #	internal/codegen/golang/field.go
    #	internal/codegen/golang/gen.go
    #	internal/codegen/golang/go_type.go
    #	internal/codegen/golang/imports.go
    #	internal/codegen/golang/mysql_type.go
    #	internal/codegen/golang/postgresql_type.go
    #	internal/codegen/golang/query.go
    #	internal/codegen/golang/result.go
    #	internal/codegen/golang/sqlite_type.go
    #	internal/codegen/golang/struct.go
    #	internal/codegen/kotlin/gen.go
    #	internal/codegen/kotlin/mysql_type.go
    #	internal/codegen/kotlin/postgresql_type.go
    #	internal/codegen/python/gen.go
    #	internal/codegen/python/postgresql_type.go
    #	internal/compiler/resolve.go
    #	internal/config/config.go
    #	internal/sql/catalog/catalog.go
    #	internal/sql/validate/param_ref.go
    Erik Müller committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b68777d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kyleconroy-main'

    Erik Müller committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    56c54ef View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. fix: revert accidental merge

    Erik Müller committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    72a3588 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Merge remote-tracking branch 'upstream/main'

    # Conflicts:
    #	docs/reference/language-support.rst
    #	internal/cmd/generate.go
    #	internal/engine/sqlite/convert.go
    #	internal/ext/handler.go
    #	internal/ext/process/gen.go
    Erik Müller committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    24ada1c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    91bff3c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kyleconroy-main'

    # Conflicts:
    #	internal/engine/sqlite/convert.go
    #	internal/ext/process/gen.go
    Erik Müller committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    392118c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Merge tag 'v1.17.2' into kyleconroy-main

    # Conflicts:
    #	Makefile
    #	internal/cmd/cmd.go
    #	internal/codegen/golang/driver.go
    #	internal/endtoend/testdata/go.mod
    Erik Müller committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    b249223 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kyleconroy-main'

    # Conflicts:
    #	internal/codegen/golang/postgresql_type.go
    Erik Müller committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    9d16f49 View commit details
    Browse the repository at this point in the history
Loading