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
this change #300 unfortunately causes errors when the query is using distinct: com.microsoft.sqlserver.jdbc.SQLServerException: ORDER BY items must appear in the select list if SELECT DISTINCT is specified.
Maybe it is better not to try to trick the query parser here:
Hi,
this change #300 unfortunately causes errors when the query is using distinct:
com.microsoft.sqlserver.jdbc.SQLServerException: ORDER BY items must appear in the select list if SELECT DISTINCT is specified.
Maybe it is better not to try to trick the query parser here:
eclipselink/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/SQLServerPlatform.java
Line 820 in ba0c4bb
...but step out in that case:
Kai
The text was updated successfully, but these errors were encountered: