Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Conversation

kmirzavaziri
Copy link

@kmirzavaziri kmirzavaziri commented Apr 18, 2025

Fixes #3494

Bug: MySQL WHERE clause column qualification fails when column is on right side of comparison operator.

Changes:

  • Refactored MySQL column qualification to handle columns on both sides of comparison
  • Added test cases for column position variations
  • Matches PostgreSQL behavior which already handles both sides correctly

Test Plan:

  • Added test cases for MySQL column qualification on both left and right sides

Copy link

vercel bot commented Apr 18, 2025

@kmirzavaziri is attempting to deploy a commit to the neosync Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: MySQL WHERE clause column qualification fails when column is on right side of comparison operator.

1 participant