forked from sqlc-dev/sqlc
-
Notifications
You must be signed in to change notification settings - Fork 1
Update to the version 1.17.2 #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add version to bug template * Update .github/ISSUE_TEMPLATE/BUG_REPORT.yml Co-authored-by: Kyle Conroy <kyle@conroy.org>
The Value method must returns nil or the following types: * int64 * float64 * bool * []byte * string * time.Time Closes: #1880
Bumps golang from 1.19.4 to 1.19.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Manual fix for incorrect handling of "calories" * e2e: Add queries * e2e: Regenerate files
* compiler: Speed up generate * wasm: Load serialized modules using singleflight
* Changed documentation for json datatype. * Update datatypes.md --------- Co-authored-by: utkarshaajtak <104076186+utkarshaajtak@users.noreply.github.com> Co-authored-by: Kyle Conroy <kyle@conroy.org>
Bumps golang from 1.19.5 to 1.20.0. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/jackc/pgtype](https://github.com/jackc/pgtype) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/jackc/pgtype/releases) - [Changelog](https://github.com/jackc/pgtype/blob/master/CHANGELOG.md) - [Commits](jackc/pgtype@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/jackc/pgtype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: Search from Rexpr if not found from Lexpr * regenerated existing testdata * add params_placeholder_in_left_expr test
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.17.2 to 4.18.0. - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v4.17.2...v4.18.0) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update documentation version * cmd/sqlc: Bump version to v1.17.0 * docs: Add changelog entry for 1.17.0 * Regenerate test output * Fix tests
* Use gotestsum * Report test runs * Fix tests * Kick GitHub Actions
Bumps golang from 1.20.0 to 1.20.1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The yaml formatting under **Add the sqlc-gen-python plugin** is not accurate. Need to add the "-" to turn in into a list of dicts.
* goType: don't use pgtype.Array * pgx/v5: update tests
* test: Skip tests if required plugins are missing * Fix failing test
…lter_type_set_schema/postgresql (#2108)
Bumps [github.com/antlr/antlr4/runtime/Go/antlr](https://github.com/antlr/antlr4) from 0.0.0-20220626175859-9abda183db8e to 1.4.10. - [Release notes](https://github.com/antlr/antlr4/releases) - [Commits](https://github.com/antlr/antlr4/commits/runtime/Go/antlr/v1.4.10) --- updated-dependencies: - dependency-name: github.com/antlr/antlr4/runtime/Go/antlr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Implement support for enum ordering * Handle cases where inserting after last element and slice has not already had capacity increased * Update version in end to end tests
* Add support for pg.Boolean * Return ast.Null * Fix cast stmt bool * Add support for FunctionParameterMode_FUNC_PARAM_DEFAULT
Bumps golang from 1.20.1 to 1.20.2. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2143) Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.0 to 1.29.1. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](protocolbuffers/protobuf-go@v1.29.0...v1.29.1) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add link to introductory blog post
For backwards compatability, the flag still exists but is a no-op. If we need feature flagging in the future, we'll develop a more robust system than what this flag provided.
Switch to v4 of ANTLR (which we were already kind of using)
Add a `processplugins=0` option to `SQLCDEBUG`. This type of configuration is modeled Go's own use of `GODEBUG`. See a full explanation of the design here: https://go.googlesource.com/proposal/+/master/design/56986-godebug.md
debugger84
pushed a commit
that referenced
this pull request
Aug 25, 2023
…es (sqlc-dev#2089) * fix: resolve duplicate fields generated when inheriting multiple tables * chore: comments * fix: resolve duplicate fields generated when inheriting multiple tables (#1)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.