-
Notifications
You must be signed in to change notification settings - Fork 428
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
getFunctionColumns() is missing SPECIFIC_NAME column #849
Comments
HI @Impakt We will investigate the missing column and get back to you soon! |
Hi @Impakt , I looked into the issue and agree that the returned result set does not contain Please note that SQL Server function names are unique within their schema and I also investigated if the driver can duplicate Please let us know what you think. |
We changed our code to not assume that the 'column' would be there. It sounds like a lot of work to add the column to the result set so maybe just leave it out |
Hi @Impakt , Glad you could find a workaround. Please let us know if you have any other questions. |
getFunctions() also misses the column. |
The |
according to the Javadocs the
getFunctionColumns
method is supposed to return a column calledSPECIFIC_NAME
, but the driver doesn't include it, see hereThe text was updated successfully, but these errors were encountered: