-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Breaking Change in parser package breaks sqlc #62912
Copy link
Copy link
Closed
sqlc-dev/sqlc
#4057Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.sig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Metadata
Metadata
Assignees
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.sig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Hi,
sqlc-dev/sqlc#4046
The commit 8887ce7 introduced a breaking change which makes the sqlc package break on compilation.
This is fine as the current version is v0.0.0 ( https://pkg.go.dev/github.com/pingcap/tidb/pkg/parser ) but could you please consider making the version stable?