getProcedures() does not return SPECIFIC_NAME #2320
Labels
Backlog
The topic in question has been recognized and added to development backlog
Enhancement
An enhancement to the driver. Lower priority than bugs.
Driver version
12.6.0.jre11
SQL Server version
mcr.microsoft.com/mssql/server:2022-latest
Client Operating System
JAVA/JVM version
Table schema
?
Problem description
The result of
DatabaseMetaData#getProcedures
does not containSPECIFIC_NAME
column.Expected behavior
The result set should contain the column of
SPECIFIC_NAME
Actual behavior
The column is missing.
Error message/stack trace
Any other details that can be helpful
JDBC trace logs
This is related to #849.
I'm writing a general library depends on the specification and the workaround explained on the issue is not applicable.
The text was updated successfully, but these errors were encountered: