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
We are developing a security tool that checks query on compile-time via PreparedStatement. We are cannot execute query. Also this is common task — to know query Metadata without execution
Driver version
latest
SQL Server version
mcr.microsoft.com/mssql/server:2022-latest
Client Operating System
any
JAVA/JVM version
any
Table schema
no
Problem description
Driver cuts out the question mark from columns labels (aliases):
out:
Expected :any questions ???
Actual :any questions nullnullnull
Expected behavior
Driver must keep question marks
Actual behavior
Driver cuts out the question mark from columns labels (aliases).
Error message/stack trace
Any other details that can be helpful
All other drivers keeps question mark in labels.
JDBC trace logs
The text was updated successfully, but these errors were encountered: