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

Double quote in schema dump fixes #1360

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

midenok
Copy link
Collaborator

@midenok midenok commented Nov 29, 2023

For ANSI/ANSI_QUOTES/ORACLE we use double quote as identifier quote character. Dumping views/routines/sequences didn't handle that properly.

SHOW CREATE can work with backticks in any mode. But this is rather a kludge than well-defined behaviour, so this should be avoided.

Bug description:

https://jira.mariadb.org/browse/CONTRIB-34

For ANSI/ANSI_QUOTES/ORACLE we use double quote as identifier quote
character. Dumping views/routines/sequences didn't handle that
properly.

SHOW CREATE can work with backticks in any mode. But this is rather a
kludge than well-defined behaviour, so this should be avoided.

Bug description:

https://jira.mariadb.org/browse/CONTRIB-34
@davidducos davidducos added this to the Release 0.16.1-1 milestone Nov 30, 2023
@davidducos davidducos added the Fix label Nov 30, 2023
@davidducos davidducos merged commit 6133a62 into mydumper:master Nov 30, 2023
35 checks passed
@midenok
Copy link
Collaborator Author

midenok commented Dec 20, 2023

@davidducos Why you creating empty merge commits? Please, I can push my PRs myself.

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

Successfully merging this pull request may close these issues.

None yet

2 participants