Skip to content

fix: add native JSON type support for SQL Server 2025#313

Open
DiscountDarcy wants to merge 1 commit into
coldbox-modules:mainfrom
inLeague:mssql-json
Open

fix: add native JSON type support for SQL Server 2025#313
DiscountDarcy wants to merge 1 commit into
coldbox-modules:mainfrom
inLeague:mssql-json

Conversation

@DiscountDarcy

Copy link
Copy Markdown
Contributor

SQL Server 2025 (v17.x) introduces a native JSON data type with binary-optimized storage and full JSON function support.

  • typeJson() now returns 'JSON' instead of 'NVARCHAR(MAX)'
  • typeJsonb() now returns 'JSON' instead of 'NVARCHAR(MAX)'
  • Updated SqlServerSchemaBuilderSpec json/jsonb DDL expectations

SQL Server 2025 (v17.x) introduces a native JSON data type with
binary-optimized storage and full JSON function support.

- typeJson() now returns 'JSON' instead of 'NVARCHAR(MAX)'
- typeJsonb() now returns 'JSON' instead of 'NVARCHAR(MAX)'
- Updated SqlServerSchemaBuilderSpec json/jsonb DDL expectations
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.

1 participant