Skip to content

Commit effc162

Browse files
committed
Add public factory method to SubselectExpression.
This allows using Select instances as Expression where this isn't yet anticipated. Closes #1831
1 parent 11384ab commit effc162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/mapping/schema/LiquibaseChangeSetWriter.java

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
* @author Kurt Niemi
9393
* @author Mark Paluch
9494
* @author Evgenii Koba
95+
* @author Jens Schauder
9596
* @since 3.2
9697
*/
9798
public class LiquibaseChangeSetWriter {

0 commit comments

Comments
 (0)