File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/java/com/walksocket/md Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.walksocket</groupId >
77 <artifactId >magentadesk</artifactId >
8- <version >0.6.0 </version >
8+ <version >0.6.1 </version >
99 </parent >
1010 <artifactId >cli</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ public String getStructureHash() throws SQLException {
333333 */
334334 public CompletableFuture <String > getChecksumFuture (ExecutorService service ) {
335335 if (supplier == null ) {
336- if (condition != null ) {
336+ if (condition != null && ! MdUtils . isNullOrEmpty ( condition . expression ) ) {
337337 supplier = new MdSupplierInfoGetChecksumFake (con .getConnectionString (), database , tableName );
338338 } else {
339339 supplier = new MdSupplierInfoGetChecksum (con .getConnectionString (), database , tableName );
Original file line number Diff line number Diff line change 55
66 <groupId >com.walksocket</groupId >
77 <artifactId >magentadesk</artifactId >
8- <version >0.6.0 </version >
8+ <version >0.6.1 </version >
99 <modules >
1010 <module >cli</module >
1111 <module >web</module >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.walksocket</groupId >
88 <artifactId >magentadesk</artifactId >
9- <version >0.6.0 </version >
9+ <version >0.6.1 </version >
1010 </parent >
1111 <artifactId >web</artifactId >
1212 <packaging >jar</packaging >
1717 <dependency >
1818 <groupId >com.walksocket</groupId >
1919 <artifactId >cli</artifactId >
20- <version >0.6.0 </version >
20+ <version >0.6.1 </version >
2121 </dependency >
2222 <!-- sqlite -->
2323 <dependency >
You can’t perform that action at this time.
0 commit comments