Skip to content

build(deps): Bump com.github.jsqlparser:jsqlparser from 5.3 to 5.4 - #7431

Merged
delchev merged 1 commit into
masterfrom
dependabot/maven/com.github.jsqlparser-jsqlparser-5.4
Sep 17, 2026
Merged

delchev merged 1 commit into
masterfrom
dependabot/maven/com.github.jsqlparser-jsqlparser-5.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps com.github.jsqlparser:jsqlparser from 5.3 to 5.4.

Release notes

Sourced from com.github.jsqlparser:jsqlparser's releases.

jsqlparser-5.4

What's Changed

Changes and new Features

... (truncated)

Changelog

Sourced from com.github.jsqlparser:jsqlparser's changelog.

jsqlparser-5.4 (2026-09-13)

Features

  • parse SQL large-object type names through shared column types (#2617) (ed6c4 Minjae Lee)
  • preserve column default expressions in table definitions (#2616) (2aa0d Minjae Lee)
  • reuse table constraint grammar for PostgreSQL ALTER ADD (#2612) (e4cf3 Minjae Lee)
  • preserve ALTER COLUMN default expressions in the AST (#2611) (08de1 Minjae Lee)
  • parser support opt-in legacy MySQL GROUP BY ordering (#2595) (7cc86 Minjae Lee)
  • parser model PostgreSQL type domain and extension DDL (#2553) (7e15a Minjae Lee)
  • parser model PostgreSQL schema DDL clauses (#2552) (7b9d4 Minjae Lee)
  • parser parse navigation chains after array subscripts (#2550) (54a74 fudian)
  • statement add StmtFeature classification via Statement#getFeatures() (22023 Andreas Reichel)
  • parser enhance PostgreSQL CREATE POLICY support (#2549) (ff2bc Minjae Lee)
  • parser model MySQL CREATE TRIGGER (#2548) (03b8f Minjae Lee)
  • parser model MySQL event statements (#2547) (b67a5 Minjae Lee)
  • parser model MySQL CREATE USER (#2546) (628e3 Minjae Lee)
  • parser model MySQL schema options (#2544) (897fb Minjae Lee)
  • parser model ColDataType precision and scale as structured properties (#2539) (c919a Minjae Lee)
  • parser add column data type fragment parser (#2531) (6413a Minjae Lee)
  • parser add BIGQUERY, DATABRICKS and SNOWFLAKE dialect presets (#2515) (e7167 fudian)
  • parser concatenate adjacent string literals behind adjacentStringLiterals (#2514) (84d23 fudian)
  • parser support double quoted string literals behind allowDoubleQuotedStrings (#2513) (c86cf fudian)
  • parser turn on the dialect's lexer feature preset in withDialect (#2511) (94c45 fudian)
  • parser support MySQL # line comments behind allowHashLineComments (#2508) (177db fudian)
  • parser support DuckDB MAP literals and PIVOT queries (#2496) (e1301 Liming Deng)
  • parser support MySQL PROCEDURE ANALYSE clause (#2492) (98bd0 Liming Deng)
  • parse BigQuery JSON string literals as implicit casts (#2488) (15e58 Hayssam Saleh)
  • complete SQL Server OPTION query hint support (#2486) (4c6a4 fudian)
  • parser add support for ClickHouse [LEFT] ARRAY JOIN syntax (#2482) (5c868 Watashi00)
  • support CREATE DATABASE statement (#2070) (#2471) (7b648 fudian)
  • support SQL Server OPTION query hints (#161) (#2472) (13894 fudian)
  • add support for the XMLTABLE table function (#2458) (d51ee fudian)
  • support MERGE ... WHEN NOT MATCHED BY TARGET / BY SOURCE (#2421) (#2453) (25f30 fudian)
  • add ForUpdateClause class with multi-table and ORDER BY support (#2426) (2b141 Rogerio Robetti)
  • Add bytecode size verification tests for generated parser classes (9cfbe manticore-projects)
  • Optimize SimpleCharStream for SQL parsing hot path (17448 manticore-projects)
  • PRATT 7.1 ms/ops, no errors (2d2ee manticore-projects)
  • Pratt 8.5 ms/ops without failures (36507 manticore-projects)
  • Pratt 6.5 ms/ops with 14 failures (53ca0 manticore-projects)
  • rework tokens and preserved keywords (08d0b manticore-projects)
  • Allow more Function keyword arguments (cd71a manticore-projects)
  • Fix GROUP_CONCAT SEPARATOR to accept expressions, not just string literals (ff28f manticore-projects)
  • support PostgreSQL 18 RETURNING OLD/NEW (#2398) (f47a8 Liming Deng)
  • support EXPLAIN for DML and simplify ExplainStatement (#2396) (b19d5 Liming Deng)
  • add support for Oracle INSERT ALL/FIRST with WHEN branches (#2394) (4f982 Liming Deng)
  • add PostgreSQL Row Level Security (RLS) support (#2345) (999cd Eyal Gehasie)
  • DateUnitExpression for parsing HOUR, DAY, MONTH etc. in Date Functions not as column (4fdfa Andreas Reichel)
  • normalised backtick quotes (c60ff Andreas Reichel)
  • normalised backtick quotes (619f8 Andreas Reichel)

... (truncated)

Commits
  • e847e94 [maven-release-plugin] prepare release jsqlparser-5.4
  • 495dafe corrected missing licence headers
  • 02b9d94 Clarify PostgreSQL DO support and verify the reported block (#2633)
  • 4b88a44 Render DML source clauses through shared visitor paths (#2630)
  • 95140c8 Fix benchmark configuration and isolated parser class loading (#2629)
  • 7739c08 Keep ALTER key accessors connected to structured index state (#2628)
  • b3b2084 Protect shared dialect presets from external mutation (#2627)
  • 35105a0 Share parser execution and preserve cancellation signals (#2626)
  • a2baa18 Reuse common JOIN traversal when discovering UPDATE tables (#2625)
  • 3822466 Render DML RETURNING expressions through shared visitor handling (#2624)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.github.jsqlparser:jsqlparser](https://github.com/JSQLParser/JSqlParser) from 5.3 to 5.4.
- [Release notes](https://github.com/JSQLParser/JSqlParser/releases)
- [Changelog](https://github.com/JSQLParser/JSqlParser/blob/master/CHANGELOG.md)
- [Commits](JSQLParser/JSqlParser@jsqlparser-5.3...jsqlparser-5.4)

---
updated-dependencies:
- dependency-name: com.github.jsqlparser:jsqlparser
  dependency-version: '5.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@delchev
delchev merged commit e06e374 into master Sep 17, 2026
10 checks passed
@delchev
delchev deleted the dependabot/maven/com.github.jsqlparser-jsqlparser-5.4 branch September 17, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant