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

Fix parsing quoted table name on SQLite #6600

Open
wants to merge 1 commit into
base: 3.9.x
Choose a base branch
from

Conversation

morozov
Copy link
Member

@morozov morozov commented Nov 14, 2024

Q A
Type bug

The issue was discovered during the work on #6589. The pattern used in parseTableCommentFromSQL() was invalid. It would wrap the value returned by quoteSingleIdentifier() in another set of quotes. It would only work for unquoted table names, which would be handled but the other pattern – the one that matches an unquoted name.

The pattern used in parseTableCommentFromSQL() was invalid. It would
wrap the value returned by quoteSingleIdentifier() in another set of
quotes. It would only work for unquoted table names, which would be
handled but the pattern that matches an unquoted name.
@morozov morozov changed the base branch from 4.2.x to 3.9.x November 15, 2024 01:22
@morozov morozov modified the milestones: 4.2.2, 3.9.4 Nov 15, 2024
@morozov morozov closed this Nov 15, 2024
@morozov morozov reopened this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants