-
Notifications
You must be signed in to change notification settings - Fork 985
Comparing changes
Open a pull request
base repository: sqlc-dev/sqlc
base: main
head repository: asterikx/sqlc
compare: main
- 19 commits
- 165 files changed
- 2 contributors
Commits on Nov 5, 2021
-
feat: add authors create example with unnest
Erik Müller committedNov 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e3b4f3 - Browse repository at this point
Copy the full SHA 1e3b4f3View commit details
Commits on Nov 8, 2021
-
feat(gen): default to sql null types for array params
Erik Müller committedNov 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 2e8cb09 - Browse repository at this point
Copy the full SHA 2e8cb09View commit details
Commits on Nov 18, 2021
-
Erik Müller committed
Nov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for e2218f9 - Browse repository at this point
Copy the full SHA e2218f9View commit details
Commits on Nov 29, 2021
-
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 committedNov 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 0db8144 - Browse repository at this point
Copy the full SHA 0db8144View commit details -
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 committedNov 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 654a36e - Browse repository at this point
Copy the full SHA 654a36eView commit details
Commits on Nov 30, 2021
-
Merge pull request #2 from asterikx/experiment/unnest
Experiment/unnest
Configuration menu - View commit details
-
Copy full SHA for aff5d75 - Browse repository at this point
Copy the full SHA aff5d75View commit details -
fix(golang): check for sql.Null* slices when collecting imports
Erik Müller committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 4dbc42a - Browse repository at this point
Copy the full SHA 4dbc42aView commit details -
Merge branch 'main' of https://github.com/asterikx/sqlc
Erik Müller committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 9366219 - Browse repository at this point
Copy the full SHA 9366219View commit details -
fix(examples): revert authors example
Erik Müller committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 2412f64 - Browse repository at this point
Copy the full SHA 2412f64View commit details
Commits on Feb 15, 2022
-
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 committedFeb 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 9a170c1 - Browse repository at this point
Copy the full SHA 9a170c1View commit details -
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 committedFeb 15, 2022 Configuration menu - View commit details
-
Copy full SHA for ea1c942 - Browse repository at this point
Copy the full SHA ea1c942View commit details
Commits on Jun 14, 2022
-
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 committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for b68777d - Browse repository at this point
Copy the full SHA b68777dView commit details -
Merge branch 'kyleconroy-main'
Erik Müller committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 56c54ef - Browse repository at this point
Copy the full SHA 56c54efView commit details
Commits on Jun 20, 2022
-
Erik Müller committed
Jun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 72a3588 - Browse repository at this point
Copy the full SHA 72a3588View commit details
Commits on Aug 15, 2022
-
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 committedAug 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 24ada1c - Browse repository at this point
Copy the full SHA 24ada1cView commit details
Commits on Nov 17, 2022
-
Merge branch 'main' of https://github.com/kyleconroy/sqlc into kyleco…
…nroy-main
Erik Müller committedNov 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 91bff3c - Browse repository at this point
Copy the full SHA 91bff3cView commit details -
Merge branch 'kyleconroy-main'
# Conflicts: # internal/engine/sqlite/convert.go # internal/ext/process/gen.go
Erik Müller committedNov 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 392118c - Browse repository at this point
Copy the full SHA 392118cView commit details
Commits on Mar 12, 2023
-
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 committedMar 12, 2023 Configuration menu - View commit details
-
Copy full SHA for b249223 - Browse repository at this point
Copy the full SHA b249223View commit details -
Merge branch 'kyleconroy-main'
# Conflicts: # internal/codegen/golang/postgresql_type.go
Erik Müller committedMar 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d16f49 - Browse repository at this point
Copy the full SHA 9d16f49View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main