Sitelet https://github.com/JSQLParser/JSqlParser/compare/master...manticore
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: master
Choose a base ref
...
head repository: JSQLParser/JSqlParser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: manticore
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 30, 2026

  1. Revert "fix: gradle snapshot publishing"

    This reverts commit 16c55d9.
    manticore-projects committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    738914e View commit details
    Browse the repository at this point in the history
  2. fix(parser): consume nested block comments in a MORE action

    Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
    manticore-projects committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    83d7b5a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2026

  1. Update changelog

    manticore-projects committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    0944d55 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2026

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

Commits on Aug 18, 2026

  1. Update changelog

    manticore-projects committed Aug 18, 2026
    Configuration menu
    Copy the full SHA
    fa731f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2026

  1. feat: parse BigQuery JSON string literals as implicit casts (#2488)

    isImplicitCastAhead() only fired for DATA_TYPE and DT_ZONE tokens, but
    JSON lexes as K_JSON, so BigQuery literals like JSON '{"a": 1}' failed
    to parse even though DataType() accepts K_JSON as a data type. Accept
    K_JSON when directly followed by a string literal.
    
    Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
    hayssams and claude authored Aug 19, 2026
    Configuration menu
    Copy the full SHA
    15e58e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2026

  1. Configuration menu
    Copy the full SHA
    6f2bdd6 View commit details
    Browse the repository at this point in the history
  2. doc: update changelog

    Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
    manticore-projects committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    d8de196 View commit details
    Browse the repository at this point in the history
Loading