Skip to content

MySQL v1.0.19#743

Merged
GavinRay97 merged 1 commit into
mainfrom
mysql-v1.0.19
May 6, 2026
Merged

MySQL v1.0.19#743
GavinRay97 merged 1 commit into
mainfrom
mysql-v1.0.19

Conversation

@GavinRay97

Copy link
Copy Markdown
Member

Bumps the MySQL connector to v1.0.19.

Re-opened from #742 on an upstream branch — fork PRs fail CI because GitHub Actions strips repo/org secrets from pull_request runs originating in forks.

Changes

Picks up hasura/ndc-jvm-mono#97fix(mysql): apply unique table alias on self-referential relationship subqueries.

When a relationship's source and target are the same collection (e.g. regions.parentRegionId → regions.id), the correlated subquery was previously aliased with the same name as the outer table scan. MySQL resolved both sides of the join condition to the inner scope, producing a tautological self-comparison that silently returned no rows.

Equivalent fix to #88 (Snowflake/Trino) applied to MySQL's JSONGenerator.kt.

Release artifacts

  • Tag: mysql/v1.0.19
  • Image: ghcr.io/hasura/ndc-jvm-mysql:v1.0.19 (linux/amd64, linux/arm64)
  • CLI: ghcr.io/hasura/ndc-jvm-cli:v1.0.19-mysql
  • Source commit: 631d37452f26c736ed073c04bdce37d55bbff814
  • Tarball sha256: abfaf09c97327fe5d6bd1e98ba4df2c6d6fd5577c5f60d8b00d3ee10f8b28af0

Original contributor: @qamar-hashmi.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@GavinRay97 GavinRay97 merged commit 6eddc54 into main May 6, 2026
23 of 34 checks passed
@GavinRay97 GavinRay97 deleted the mysql-v1.0.19 branch May 6, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants