We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906e5e1 commit b8669aeCopy full SHA for b8669ae
spring-data-jdbc-plus-sql/src/main/java/com/navercorp/spring/data/jdbc/plus/sql/convert/SqlGenerator.java
@@ -612,7 +612,7 @@ private SelectBuilder.SelectWhere selectBuilder(Collection<SqlIdentifier> keyCol
612
613
Table table = getTable();
614
615
- List<Expression> columnExpressions = new ArrayList<>();
+ Set<Expression> columnExpressions = new LinkedHashSet<>();
616
617
List<Join> joinTables = new ArrayList<>();
618
for (PersistentPropertyPath<RelationalPersistentProperty> path : mappingContext
0 commit comments