Skip to content

FIX: VALUES syntax deprecation regex #120

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

MarkReedZ
Copy link

@MarkReedZ MarkReedZ commented Mar 30, 2025

I fixed up the regex for the new format of the insert on duplicate key syntax.

https://dev.mysql.com/worklog/task/?id=13325

Fixes #116 and adds a test on the regex. We could also mock the execute, call executemany and ensure execute was never called as a way to test the full function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No fast-track for bulk inserts in Cursor.executemany with INSERT/REPLACE syntax introduced in MySQL 8.0.19
1 participant