Skip to content

Fixed bug in Identifier and fixed crash when no WHERE clause is present #4

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 7 commits into
base: master
Choose a base branch
from

Conversation

lbabetto
Copy link

@lbabetto lbabetto commented Nov 6, 2023

Bugfixes:

  • Fixed bug in sqlparse/nodes.py Identifier class not returning the full token name (a0dcef5)
  • Fixed crash when no WHERE cause is present (e7e42d9), adding a try/except clause and returning an empty dictionary in this situation

Minor updates:

  • Updated reference to operatorPrecedence Pyparsing function (deprecated) to the new infixNotation one

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