-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7111efc
commit 90cdea0
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
# SQL Statement Builder 4.2.0, released 2020-10-?? | ||
# SQL Statement Builder 4.2.0, released 2020-10-12 | ||
|
||
Code Name: LIKE predicate support | ||
|
||
## Summary | ||
|
||
In this release we have deprecated `arithmeticExpression(...)` methods of `Select` class. | ||
Please, use `valueExpression(...)` methods instead. | ||
|
||
## Features / Enhancements | ||
|
||
* #91: Added support for LIKE predicate. | ||
|
||
## Dependency updates | ||
|
||
* Added org.junit.jupiter:junit-jupiter:5.7.0 | ||
* Updated org.mockito:mockito-core:jar:3.3.3 to version 3.5.13 | ||
* Updated org.mockito:mockito-junit-jupiter:jar:3.3.3 to version 3.5.13 | ||
* Updated nl.jqno.equalsverifier:equalsverifier:jar:3.4.1 to version 3.4.3 | ||
* Updated org.mockito:mockito-core:3.3.3 to version 3.5.13 | ||
* Updated org.mockito:mockito-junit-jupiter:3.3.3 to version 3.5.13 | ||
* Updated nl.jqno.equalsverifier:equalsverifier:3.4.1 to version 3.4.3 | ||
* Removed org.junit.jupiter:junit-jupiter-engine | ||
* Removed org.junit.jupiter:junit-jupiter-params | ||
* Removed org.junit.platform:junit-platform-runner | ||
* Removed org.junit.platform:junit-platform-runner |