Comparing andialbrecht:master...watoo-tech:master · andialbrecht/sqlparse · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: andialbrecht/sqlparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: watoo-tech/sqlparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 23, 2019

  1. Add sql_keywords option.

    You may pass a dict with a list of specific
    dialect keywords to consider.
    
    Default behavior is to consider *all* supported
    dialects (oracle, plpgsql, hql).
    
    keywords.keywords_map(*dialects) helper is provided
    to merge individual dialect maps.
    
    You may use this to restrict keyword matching
    to a specific subset of dialects i.e.
    keywords_map(KEYWORDS_HQL,KEYWORDS_PLPGSQL)
    
    See test_regression.py:test_issue384()
    watoo-tech committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    8440f21 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Add Token.span field.

    This stores start and end indices of the token in the
    original string.
    watoo-tech committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    c010c5b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Removed CACHE keyword

    watoo-tech committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b5c17b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    c9a4d0d View commit details
    Browse the repository at this point in the history
Loading