-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>db-service: 1.16.0</summary> ## [1.16.0](db-service-v1.15.1...db-service-v1.16.0) (2024-11-25) ### Changed * single column in `search` function is also treated as CQN `list` ([#898](#898)) ([f6593e6](f6593e6)) ### Fixed * foreignKeys aspect on association may not be set ([#903](#903)) ([732a2f3](732a2f3)) * insert on uuid with default value ([#911](#911)) ([545e489](545e489)) * `session_context`, `current_date`, `current_time` and `current_timestamp` are treated as SAP HANA functions and are callable in upper case ([#910](#910)) ([50ebd10](50ebd10)) * wrap values in array if it is object, so it can be spreaded ([#882](#882)) ([11f3e8b](11f3e8b)) </details> <details><summary>hana: 1.5.0</summary> ## [1.5.0](hana-v1.4.1...hana-v1.5.0) (2024-11-25) ### Added * config options for fuzzy search ([#898](#898)) ([f6593e6](f6593e6)) * support current_utctimestamp ([#865](#865)) ([aaf39ad](aaf39ad)) ### Fixed * `current_date`, `current_time`, `current_timestamp` and `current_utctimestamp` are SAP HANA functions and are callable in upper case ([#910](#910)) ([50ebd10](50ebd10)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Johannes Vogel <johannes.vogel@sap.com>
- Loading branch information
1 parent
545e489
commit 930cbb4
Showing
5 changed files
with
33 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,6 +1,6 @@ | ||
{ | ||
"db-service": "1.15.1", | ||
"db-service": "1.16.0", | ||
"sqlite": "1.7.7", | ||
"postgres": "1.10.4", | ||
"hana": "1.4.1" | ||
"hana": "1.5.0" | ||
} |
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
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