Skip to content

Conversation

@ngmy
Copy link

@ngmy ngmy commented Jan 25, 2026

While parsing a mysqldump file containing ENUM values with quotes, I encountered the following issues:

  • Escaped quotes such as \' and \" trigger an Undefined array key error.
  • Quote doubling ('' or "") causes the value to be split and stored across values and more.

This PR fixes these issues by correctly handling escaped quotes and quote doubling inside quoted strings.

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.

1 participant