Add public factory method to SubselectExpression.
This allows using Select instances as Expression where this isn't yet anticipated. Closes #1831
This commit is contained in:
@@ -92,6 +92,7 @@ import org.springframework.util.Assert;
|
||||
* @author Kurt Niemi
|
||||
* @author Mark Paluch
|
||||
* @author Evgenii Koba
|
||||
* @author Jens Schauder
|
||||
* @since 3.2
|
||||
*/
|
||||
public class LiquibaseChangeSetWriter {
|
||||
|
||||
Reference in New Issue
Block a user