JSON datatype support #2558
JSON datatype support #2558
Build #20250129.6 had test failures
Details
- 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
azure-pipelines / public-mssql-jdbc.windows
Build log #L40645
Build failed.
Check failure on line 41040 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L41040
Build failed.
Check failure on line 41435 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L41435
Build failed.
Check failure on line 41830 in Build log
azure-pipelines / public-mssql-jdbc.windows
Build log #L41830
Build failed.
Check failure on line 1 in com.microsoft.sqlserver.jdbc.callablestatement.CallableStatementTest
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
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
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
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)