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: JSQLParser/JSqlParser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jsqlparser-5.2
Choose a base ref
...
head repository: JSQLParser/JSqlParser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jsqlparser-5.3
Choose a head ref
  • 11 commits
  • 19 files changed
  • 2 contributors

Commits on May 4, 2025

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

Commits on May 13, 2025

  1. feat: Optimise performance

    - optimise the `LOOKAHEAD`, avoid syntactic lookaheads
    
    - disable `FunctionAllColumns()` in `PrimaryExpression` related to #2207
    
    Signed-off-by: Andreas Reichel <[email protected]>
    manticore-projects committed May 13, 2025
    Configuration menu
    Copy the full SHA
    7d42ff6 View commit details
    Browse the repository at this point in the history
  2. style: Disable obsolete pseudo benchmark

    Signed-off-by: Andreas Reichel <[email protected]>
    manticore-projects committed May 13, 2025
    Configuration menu
    Copy the full SHA
    d35028c View commit details
    Browse the repository at this point in the history
  3. feat: adopt proper JMH based benchmark

    Signed-off-by: Andreas Reichel <[email protected]>
    manticore-projects committed May 13, 2025
    Configuration menu
    Copy the full SHA
    fe860dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    517fe72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfbf357 View commit details
    Browse the repository at this point in the history
  6. build: fix Maven build r/ JMH

    Signed-off-by: Andreas Reichel <[email protected]>
    manticore-projects committed May 13, 2025
    Configuration menu
    Copy the full SHA
    f372ff8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. feat: avoid looping through the tokens every single time

    Signed-off-by: Andreas Reichel <[email protected]>
    manticore-projects committed May 14, 2025
    Configuration menu
    Copy the full SHA
    ac17513 View commit details
    Browse the repository at this point in the history
  2. feat: eliminate another expensive syntactic lookahead

    Signed-off-by: Andreas Reichel <[email protected]>
    manticore-projects committed May 14, 2025
    Configuration menu
    Copy the full SHA
    6049fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db4b3a4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

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