-
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.
Browse files
Browse the repository at this point in the history
Added more Exasol predicates: - `IS [NOT] NULL` - `[NOT] IN` - `EXISTS` - `[NOT] BETWEEN` Fixes #104.
- Loading branch information
Showing
22 changed files
with
997 additions
and
62 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
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
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,7 +1,7 @@ | ||
# Changes | ||
|
||
* [4.3.1](changes_4.3.1.md) | ||
* [4.4.0](changes_4.4.0.md) | ||
* [4.3.0](changes_4.3.0.md) | ||
* [4.2.0](changes_4.2.0.md) | ||
* [4.1.0](changes_4.1.0.md) | ||
* [4.0.0](changes_4.0.0.md) | ||
* [4.0.0](changes_4.0.0.md) |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# SQL Statement Builder 4.4.0, released 2021-03-04 | ||
|
||
Code Name: More Predicates | ||
|
||
## Summary | ||
|
||
In this release, we have added additional Exasol predicates such as `IS [NOT] | ||
NULL` or `[NOT] BETWEEN`. We also refactored the comparison and `LIKE` | ||
operators. | ||
|
||
## Features / Improvements | ||
|
||
* #104: Added additional predicates | ||
|
||
## Refactoring | ||
|
||
* #98: Refactored comparison and like class structure | ||
The refactoring changed the internal representation of the `Comparison`. | ||
The public API from `BooleanTerm` did however not change. | ||
* #95: Refactored `ValueExpressionVisitor` | ||
|
||
## Dependency Updates | ||
|
||
* Updated `org.mockito:mockito-core:3.5.13` to `3.8.0` | ||
* Updated `org.mockito:mockito-junit-jupiter:3.5.13` to `3.8.0` | ||
* Updated `org.junit.jupiter:junit-jupiter:5.7.0` to `5.7.1` | ||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.4.3` to `3.5.5` | ||
|
||
### Plugin Updates | ||
|
||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.7` to `2.8.1` | ||
* Updated `org.itsallcode:openfasttrace-maven-plugin:0.1.0` to `1.0.0` | ||
* Updated `org.jacoco:jacoco-maven-plugin:0.8.5` to `0.8.6` | ||
|
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
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
Oops, something went wrong.