Skip to content

JSON support for MSSQL#1681

Merged
tsegismont merged 2 commits into
eclipse-vertx:masterfrom
tsegismont:json-mssql
Jul 16, 2026
Merged

JSON support for MSSQL#1681
tsegismont merged 2 commits into
eclipse-vertx:masterfrom
tsegismont:json-mssql

Conversation

@tsegismont

Copy link
Copy Markdown
Member

Closes #1680

@tsegismont
tsegismont requested a review from vietj July 6, 2026 16:18
@tsegismont

Copy link
Copy Markdown
Member Author

@DavideD can you please take a look? Any chance for you to give a try to this in Hibernate Reactive?

@tsegismont tsegismont changed the title JSON support for MSSQLRule JSON support for MSSQL Jul 6, 2026
Closes eclipse-vertx#1680

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
When creating the param definition, the JSON payload was converted to string.
And then converted again when encoding the param.

In fact, MSSQL allows to send JSON as NVARCHAR(MAX) regardless of the size.
And then we can have a single conversion when encoding the param.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont
tsegismont removed the request for review from vietj July 16, 2026 15:35
@tsegismont
tsegismont merged commit 581501a into eclipse-vertx:master Jul 16, 2026
19 checks passed
@tsegismont
tsegismont deleted the json-mssql branch July 16, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support JSON type in MSSQL

1 participant