Driver version
13.2.0
SQL Server version
Microsoft SQL Server 2019 (RTM-CU32-GDR) (KB5058722) - 15.0.4435.7 (X64) Jun 9 2025 18:36:12 Copyright (C) 2019 Microsoft Corporation Enterprise Edition: Core-based Licensing (64-bit) on Windows Server 2019 Datacenter 10.0 (Build 17763: ) (Hypervisor)
Client Operating System
Windows 11
JAVA/JVM version
Java 21
Problem description
Since
getProcedures returns
PROCEDURE_NAME without the numeric portion (for example, without ";1")
SPECIFIC_NAME is null
it is not possible to relate the parameters using
getProcedureColumns which returns
PROCEDURE_NAME with the numeric portion (for example, including ";1")
SPECIFIC_NAME is null
and the same for functions.
Suggested behavior
getProcedures would return
PROCEDURE_NAME without the numeric portion (for example, without ";1")
SPECIFIC_NAME as procedure name with the numeric portion (for example, including ";1")
and relate parameters with
getProcedureColumns which would return
PROCEDURE_NAME without the numeric portion (for example, without ";1")
SPECIFIC_NAME as procedure name with the numeric portion (for example, including ";1")
and the same for functions.
Driver version
13.2.0
SQL Server version
Microsoft SQL Server 2019 (RTM-CU32-GDR) (KB5058722) - 15.0.4435.7 (X64) Jun 9 2025 18:36:12 Copyright (C) 2019 Microsoft Corporation Enterprise Edition: Core-based Licensing (64-bit) on Windows Server 2019 Datacenter 10.0 (Build 17763: ) (Hypervisor)
Client Operating System
Windows 11
JAVA/JVM version
Java 21
Problem description
Since
getProceduresreturnsPROCEDURE_NAMEwithout the numeric portion (for example, without ";1")SPECIFIC_NAMEis nullit is not possible to relate the parameters using
getProcedureColumnswhich returnsPROCEDURE_NAMEwith the numeric portion (for example, including ";1")SPECIFIC_NAMEis nulland the same for functions.
Suggested behavior
getProcedureswould returnPROCEDURE_NAMEwithout the numeric portion (for example, without ";1")SPECIFIC_NAMEas procedure name with the numeric portion (for example, including ";1")and relate parameters with
getProcedureColumnswhich would returnPROCEDURE_NAMEwithout the numeric portion (for example, without ";1")SPECIFIC_NAMEas procedure name with the numeric portion (for example, including ";1")and the same for functions.