Skip to content
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

Sequence by Column Comparison Should Not Consider Case Sensitivity and Handle Columns with Special Characters #128

Open
binayalenka opened this issue Dec 3, 2024 · 0 comments · Fixed by #129
Labels
bug Something isn't working
Milestone

Comments

@binayalenka
Copy link

The current implementation considers case sensitivity when comparing sequences by column, which can lead to incorrect comparisons and unexpected results. The comparison logic should be updated to ensure that case sensitivity is not considered, providing accurate and consistent outcomes.

This issue needs to be addressed, especially for SQL Server Change Data Capture (CDC) where columns often have names in the format __$_.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants