You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getProcedures's result should be ordered as specified yet I got,
group is not sorted according to Comparator$$Lambda/0x00000008000fe3d0 comparator because element 202:
Procedure(super=AbstractMetadataType(super=com.github.jinahya.database.metadata.bind.Procedure@bd5520b1, unmappedValues={NUM_INPUT_PARAMS=-1, NUM_OUTPUT_PARAMS=-1, NUM_RESULT_SETS=-1}),
procedureCat=master,
procedureSchem=sys,
procedureName=sp_assemblies_rowset_rmt;1,
remarks=null,
procedureType=2,
specificName=null)
is not less or equal than element 203:
Procedure(super=AbstractMetadataType(super=com.github.jinahya.database.metadata.bind.Procedure@bd5520b1, unmappedValues={NUM_INPUT_PARAMS=-1, NUM_OUTPUT_PARAMS=-1, NUM_RESULT_SETS=-1}),
procedureCat=master,
procedureSchem=sys,
procedureName=sp_assemblies_rowset2;1,
remarks=null, procedureType=2,
specificName=null)
Expected behavior
Actual behavior
Error message/stack trace
Any other details that can be helpful
JDBC trace logs
The text was updated successfully, but these errors were encountered:
It's not clear at the moment how much can be done from the driver's side. We'll look into this and see a) can the ordering be done from the JDBC side, and b) the potential impact of changing how we order. We'll update this issue when we have more information.
This will be added to our backlog. Putting aside whether this is possible (still unclear), a change would involve an extra, substantial, performance impact, and we're still not sure what the downstream effect of changing the order from what SQL server gives us is. We'll revisit this during a later triage.
Driver version
12.6.0.jre11
SQL Server version
Client Operating System
JAVA/JVM version
Table schema
?
Problem description
getProcedures's result should be ordered as specified yet I got,
Expected behavior
Actual behavior
Error message/stack trace
Any other details that can be helpful
JDBC trace logs
The text was updated successfully, but these errors were encountered: