Update dependency com.github.jsqlparser:jsqlparser to v5.4 (master) - #634
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate-master-jsqlparser
branch
from
September 23, 2026 12:58
7f500b8 to
bb34e2c
Compare
renovate
Bot
force-pushed
the
renovate-master-jsqlparser
branch
from
September 24, 2026 04:25
bb34e2c to
efa05cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.3→5.4Release Notes
JSQLParser/JSqlParser (com.github.jsqlparser:jsqlparser)
v5.4Features
DateUnitExpressionfor parsingHOUR,DAY,MONTHetc. in Date Functions not as column (4fdfa Andreas Reichel)TRY_CONVERTandSAFE_CONVERTsupport (9dfa0 Andreas Reichel)SessionStatementwith options (6c98f Andreas Reichel)SessionStatementwith options (595d4 Andreas Reichel)SessionStatementwith options (55a6c Andreas Reichel)CREATE SCHEMAwith catalog (ac46c Andreas Reichel)Expressionin the operator (624a7 Andreas Reichel)CORRESPONDINGmodifier forSetOperator(5fe93 Andreas Reichel)CREATE TABLEwithSTRUCT(..)columns (0e171 Andreas Reichel)Historic Versionsyntax (5fa07 manticore-projects)Temporal specsyntax (df5e6 manticore-projects)FromItemVisitorAdaptor(7feb3 manticore-projects)dialectandallowedNestingDepth(296d0 manticore-projects)WITH ... AS NOT MATERIALIZED(2f6af manticore-projects)BETWEEN [SYMMETRIC | ASYMMETRIC](001ad manticore-projects)Bug Fixes
TokenMgrExceptioninstead of oldTokenMgrError(850fb Andreas Reichel)Condition,RegularCondition,AndExpression(6c5d7 manticore-projects)STRUCT(297ef Andreas Reichel)STRUCTdata types (aaebe Andreas Reichel)modifier(eeb04 Andreas Reichel)StringValue(95ebd manticore-projects)FromItemVisitorAdaptoralso needs aSelectVisitor(178ca manticore-projects)InExpression(0f9e4 manticore-projects)SubSelectinPrimaryExpression(7f068 manticore-projects)SYNTACTIC LOOKAHEADwhere it makes sense (b3c5b manticore-projects)Other changes
Clarify PostgreSQL DO support and verify the reported block (#2633)
02b9d Minjae Lee 2026-09-13 12:10:51
Render DML source clauses through shared visitor paths (#2630)
4b88a Minjae Lee 2026-09-13 10:11:39
Fix benchmark configuration and isolated parser class loading (#2629)
95140 Minjae Lee 2026-09-13 10:10:03
Keep ALTER key accessors connected to structured index state (#2628)
7739c Minjae Lee 2026-09-13 10:07:36
Protect shared dialect presets from external mutation (#2627)
b3b20 Minjae Lee 2026-09-13 10:03:57
Share parser execution and preserve cancellation signals (#2626)
35105 Minjae Lee 2026-09-13 09:59:42
Reuse common JOIN traversal when discovering UPDATE tables (#2625)
a2baa Minjae Lee 2026-09-13 09:55:54
Render DML RETURNING expressions through shared visitor handling (#2624)
38224 Minjae Lee 2026-09-13 09:54:53
Validate every UPDATE assignment through shared UpdateSet traversal (#2623)
c314d Minjae Lee 2026-09-13 09:53:02
Structure FOR PORTION intervals in UPDATE and DELETE (#2622)
33c40 Minjae Lee 2026-09-13 09:51:36
Preserve ASOF joins through shared join rendering (#2621)
68608 Minjae Lee 2026-09-13 09:49:48
Support structured XMLFOREST arguments with aliases (#2619)
73bd3 Minjae Lee 2026-09-13 09:41:15
Support SQL Server SET IDENTITY_INSERT with a structured table target (#2605)
894ab Minjae Lee 2026-09-12 00:35:38
Support SQL Server boolean SET options with shared statement rendering (#2604)
f473c Minjae Lee 2026-09-12 00:34:26
Support SQL Server INSERT BULK declarations (#2591)
bf2c9 Minjae Lee 2026-09-11 21:41:04
Support SQL Server XML methods on subquery results (#2590)
15156 Minjae Lee 2026-09-11 16:15:55
Support PostgreSQL DO wrappers with preserved routine body literals (#2589)
1bc94 Minjae Lee 2026-09-11 16:12:59
Accept SQL Server CREATE TABLE trailing commas with shared element parsing (#2603)
179ee Minjae Lee 2026-09-11 16:10:39
Split PostgreSQL hash operators from adjacent identifiers (#2588)
a946e Minjae Lee 2026-09-11 16:05:53
Support Teradata UPDATE FROM before SET with shared clause rendering (#2587)
a206b Minjae Lee 2026-09-11 15:20:17
Structure SQL Server routine operations and table return types (#2593)
d18de Minjae Lee 2026-09-11 14:50:16
Support CockroachDB ALTER PRIMARY KEY with structured hash options (#2585)
7c6a9 Minjae Lee 2026-09-11 14:47:57
Support Doris distribution hints and share join keyword rendering (#2584)
78cff Minjae Lee 2026-09-11 09:47:52
Support Oracle anonymous blocks and implicit procedure calls (#2592)
17f03 Minjae Lee 2026-09-11 09:08:42
Support dialect-specific CREATE INDEX definitions (#2586)
4be19 Minjae Lee 2026-09-11 09:06:37
Support MySQL SELECT INTO user variables with explicit dialect (#2583)
588bf Minjae Lee 2026-09-11 09:05:22
Support recursive CTE CYCLE clauses with shared recursive clause rendering (#2566)
eddb1 Minjae Lee 2026-09-11 04:37:17
Support SQL Server constraint clustering with explicit dialect (#2582)
c1a61 Minjae Lee 2026-09-11 04:30:55
Support Informix trailing constraint names and share constraint rendering (#2570)
329ee Minjae Lee 2026-09-11 03:26:45
Support PostgreSQL tagged dollar strings and preserve literal bodies (#2572)
8ff4f Minjae Lee 2026-09-11 03:12:26
Support ksqlDB window grace periods and EMIT FINAL (#2571)
e8479 Minjae Lee 2026-09-11 02:57:08
Complete MySQL index options and share CREATE INDEX rendering (#2567)
381d1 Minjae Lee 2026-09-11 02:48:19
Support PostgreSQL conflict index elements, OVERRIDING USER and MERGE RETURNING (#2569)
ba4dc Minjae Lee 2026-09-11 02:46:04
Preserve EXEC bind arguments and support OUTPUT parameters (#2580)
2de24 Minjae Lee 2026-09-11 02:44:11
Support SQL Server table variables through shared table references (#2581)
7bb6e Minjae Lee 2026-09-11 02:41:51
Fix parseStatements failure propagation and executor cleanup (#2568)
d9109 Minjae Lee 2026-09-11 02:40:33
Validate CTE bodies through the existing statement dispatch (#2578)
72521 Minjae Lee 2026-09-11 02:30:36
Analyse analytic and conversion functions with complete window traversal (#2579)
01d7c Minjae Lee 2026-09-11 02:27:12
Fix DISTINCT traversal and share optional select-item visits (#2577)
db61f Minjae Lee 2026-09-11 02:24:16
Support structured PostgreSQL role, privilege and trigger DDL (#2555)
01768 Minjae Lee 2026-09-10 09:50:05
Support structured PostgreSQL publication and subscription DDL (#2554)
bc18f Minjae Lee 2026-09-10 09:39:51
Support SQL Server ALTER TABLE ADD DEFAULT constraints (#2561)
d45f7 Minjae Lee 2026-09-10 08:34:43
Support Oracle XMLSERIALIZE CONTENT and DOCUMENT forms (#2560)
8ecff Minjae Lee 2026-09-10 08:32:34
Support SQL Server typed XML schema collections (#2559)
b2c84 Minjae Lee 2026-09-10 08:31:04
Support Redshift materialized view BACKUP clauses (#2557)
b5595 Minjae Lee 2026-09-10 08:30:02
Support PostgreSQL parenthesized EXPLAIN options (#2558)
4c8f5 Minjae Lee 2026-09-10 08:29:01
Model MySQL DROP object lists (#2545)
5c59b Minjae Lee 2026-09-05 00:15:16
Model MySQL ANALYZE TABLE statements (#2542)
53200 Minjae Lee 2026-09-05 00:12:03
Support structured MySQL table definitions (#2541)
a6450 Minjae Lee 2026-09-05 00:10:27
corrected missing licence headers
495da tw 2026-09-04 22:12:41
Update ci.yml
4b89a manticore-projects 2026-09-04 07:24:50
Create requirements-docs.txt
fd59b manticore-projects 2026-09-04 07:24:28
Update ci.yml
8186f manticore-projects 2026-09-04 07:10:25
Support MySQL CHECK constraint enforcement (#2528)
125de Minjae Lee 2026-09-03 06:40:12
Support PostgreSQL CREATE INDEX header options (#2527)
43314 Minjae Lee 2026-09-03 06:39:21
Add MySQL CREATE TABLE partition parsing (#2521)
536fe Minjae Lee 2026-09-03 06:38:22
anchor oracle hint pattern to avoid quadratic backtracking (#2495)
a5765 Javid Khan 2026-08-22 12:45:11
avoid quadratic backtracking in Server name pattern (#2489)
edd5b Javid Khan 2026-08-22 02:41:56
Separate JSON operators with spaces so #> deparses correctly (#2487)
55b23 Denis Gregor 2026-08-19 03:25:49
Update changelog
fa731 Andreas Reichel 2026-08-18 01:18:54
Update Gradle wrapper
37e17 Andreas Reichel 2026-08-17 01:32:56
Update changelog
0944d Andreas Reichel 2026-08-13 14:31:54
Add support PostgreSQL ROWS FROM table functions (#2416)
14db8 Liming Deng 2026-07-30 03:07:55
use Locale.ROOT for case-insensitive keyword normalisation (#2437)
82b7c Javid Khan 2026-07-30 03:06:47
[Fix] #2443 - NPE In TableNamesFinder with AnalyticExpression (#2444)
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.