Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Update dependency sqlparse to v0.3.1 #22

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 28, 2020

This PR contains the following updates:

Package Update Change
sqlparse patch ==0.3.0 -> ==0.3.1

Release Notes

andialbrecht/sqlparse

v0.3.1

Compare Source

Enhancements

  • Add HQL keywords (pr475, by matwalk).
  • Add support for time zone casts (issue489).
  • Enhance formatting of AS keyword (issue507, by john-bodley).
  • Stabilize grouping engine when parsing invalid SQL statements.

Bug Fixes

  • Fix splitting of SQL with multiple statements inside
    parentheses (issue485, pr486 by win39).
  • Correctly identify NULLS FIRST / NULLS LAST as keywords (issue487).
  • Fix splitting of SQL statements that contain dollar signs in
    identifiers (issue491).
  • Remove support for parsing double slash comments introduced in
    0.3.0 (issue456) as it had some side-effects with other dialects and
    doesn't seem to be widely used (issue476).
  • Restrict detection of alias names to objects that acutally could
    have an alias (issue455, adopted some parts of pr509 by john-bodley).
  • Fix parsing of date/time literals (issue438, by vashek).
  • Fix initialization of TokenList (issue499, pr505 by john-bodley).
  • Fix parsing of LIKE (issue493, pr525 by dbczumar).
  • Improve parsing of identifiers (pr527 by liulk).

Renovate configuration

馃搮 Schedule: At any time (no schedule defined).

馃殾 Automerge: Disabled by config. Please merge this manually once you are satisfied.

鈾伙笍 Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

馃敃 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

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

Successfully merging this pull request may close these issues.

None yet

1 participant