Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON datatype support #2558

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Fixed Store procedure output param TDS metadata and fixed bulk copy t…

fd21d1a
Select commit
Loading
Failed to load commit list.
Draft

JSON datatype support #2558

Fixed Store procedure output param TDS metadata and fixed bulk copy t…
fd21d1a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.windows failed Jan 29, 2025 in 1h 12m 16s

Build #20250129.6 had test failures

Details

Tests

  • Failed: 129 (0.42%)
  • Passed: 30,399 (98.60%)
  • Other: 304 (0.99%)
  • Total: 30,832

Annotations

Check failure on line 40645 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L40645

Build failed.

Check failure on line 41040 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L41040

Build failed.

Check failure on line 41435 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L41435

Build failed.

Check failure on line 41830 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L41830

Build failed.

Check failure on line 1 in com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest

Column, parameter, or variable #2: Cannot find data type JSON.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Column, parameter, or variable #2: Cannot find data type JSON.
	at com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest.createJSONTestTable(CallableStatementTest.java:766)
	at com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest.setupTest(CallableStatementTest.java:120)

Check failure on line 1 in testJdbc41ResultSetMethods

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testJdbc41ResultSetMethods

Column, parameter, or variable #17: Cannot find data type json.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Column, parameter, or variable #17: Cannot find data type json.
	at com.microsoft.sqlserver.jdbc.resultset.ResultSetTest.testJdbc41ResultSetMethods(ResultSetTest.java:99)

Check failure on line 1 in testJSON

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testJSON

Column, parameter, or variable #2: Cannot find data type json.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Column, parameter, or variable #2: Cannot find data type json.
	at com.microsoft.sqlserver.jdbc.tvp.TVPTypesTest.createTables(TVPTypesTest.java:833)
	at com.microsoft.sqlserver.jdbc.tvp.TVPTypesTest.testJSON(TVPTypesTest.java:159)

Check failure on line 1 in testTVPJSONStoredProcedure

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testTVPJSONStoredProcedure

Column, parameter, or variable #2: Cannot find data type json.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Column, parameter, or variable #2: Cannot find data type json.
	at com.microsoft.sqlserver.jdbc.tvp.TVPTypesTest.createTables(TVPTypesTest.java:833)
	at com.microsoft.sqlserver.jdbc.tvp.TVPTypesTest.testTVPJSONStoredProcedure(TVPTypesTest.java:389)