-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: manticore
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: JSQLParser/JSqlParser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 23 files changed
- 4 contributors
Commits on Mar 14, 2026
-
Fix dollar-quoted CREATE FUNCTION statement splitting (#2410)
* Fix dollar-quoted CREATE FUNCTION statement splitting * Fix exception
Configuration menu - View commit details
-
Copy full SHA for c5b85ab - Browse repository at this point
Copy the full SHA c5b85abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5788ca0 - Browse repository at this point
Copy the full SHA 5788ca0View commit details
Commits on Mar 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for be39a92 - Browse repository at this point
Copy the full SHA be39a92View commit details
Commits on Mar 16, 2026
-
Signed-off-by: Andreas Reichel <[email protected]> Signed-off-by: manticore-projects <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1d283a - Browse repository at this point
Copy the full SHA c1d283aView commit details -
Signed-off-by: Andreas Reichel <[email protected]> Signed-off-by: manticore-projects <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0409f8b - Browse repository at this point
Copy the full SHA 0409f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdbd29 - Browse repository at this point
Copy the full SHA bcdbd29View commit details -
build: revert accidental merge
Signed-off-by: Andreas Reichel <[email protected]> Signed-off-by: manticore-projects <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for daea1f7 - Browse repository at this point
Copy the full SHA daea1f7View commit details -
Signed-off-by: Andreas Reichel <[email protected]> Signed-off-by: manticore-projects <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b2bf8e - Browse repository at this point
Copy the full SHA 2b2bf8eView commit details -
Signed-off-by: Andreas Reichel <[email protected]> Signed-off-by: manticore-projects <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd1a146 - Browse repository at this point
Copy the full SHA bd1a146View commit details
Commits on Mar 22, 2026
-
Add support MySQL SELECT INTO OUTFILE/DUMPFILE (#2418)
* Add support MySQL SELECT INTO OUTFILE/DUMPFILE * fix
Configuration menu - View commit details
-
Copy full SHA for c0e1d05 - Browse repository at this point
Copy the full SHA c0e1d05View commit details
Commits on Mar 25, 2026
-
fix(parser): pass modifier to ExceptOp/MinusOp constructors (#2419) (#…
…2420) * fix(parser): pass modifier to ExceptOp/MinusOp constructors and reset between iterations EXCEPT ALL/DISTINCT and MINUS ALL/DISTINCT modifiers were silently dropped during parsing because the grammar captured the modifier via SetOperationModifier() but constructed ExceptOp and MinusOp with their no-arg constructors (defaulting to empty string), unlike UnionOp and IntersectOp which correctly received the modifier. Additionally, the modifier variable was not reset between iterations of the set-operation loop, causing modifiers to leak from one operator to the next (e.g., UNION ALL ... EXCEPT would incorrectly make the EXCEPT inherit ALL). Fixes #2419 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * refactor: convert to parameterized tests, run spotlessApply Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> --------- Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fc300f - Browse repository at this point
Copy the full SHA 7fc300fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff manticore...master