-
Notifications
You must be signed in to change notification settings - Fork 13
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.1</summary> ## [1.16.1](db-service-v1.16.0...db-service-v1.16.1) (2024-12-16) ### Fixed * handle undefined DEBUG ([#942](#942)) ([dd2da3a](dd2da3a)), closes [#941](#941) * only expand partial foreign key if explicitly requested ([#916](#916)) ([96911ad](96911ad)) * quoted mode ([#937](#937)) ([9e62b22](9e62b22)) * sort property is case insensitive ([#924](#924)) ([2c72c87](2c72c87)) * wildcard expand with aggregation ([#923](#923)) ([bbe7be0](bbe7be0)) </details> <details><summary>sqlite: 1.7.8</summary> ## [1.7.8](sqlite-v1.7.7...sqlite-v1.7.8) (2024-12-16) ### Fixed * default `[development]` URL to `:memory:` ([#926](#926)) ([51e8aa7](51e8aa7)) </details> <details><summary>postgres: 1.10.5</summary> ## [1.10.5](postgres-v1.10.4...postgres-v1.10.5) (2024-12-16) ### Fixed * sort property is case insensitive ([#924](#924)) ([2c72c87](2c72c87)) </details> <details><summary>hana: 1.5.1</summary> ## [1.5.1](hana-v1.5.0...hana-v1.5.1) (2024-12-16) ### Fixed * deep groupby ([#919](#919)) ([ce24264](ce24264)) * expressions with not on HANA ([#925](#925)) ([e67a31b](e67a31b)) * quoted mode ([#937](#937)) ([9e62b22](9e62b22)) * sort property is case insensitive ([#924](#924)) ([2c72c87](2c72c87)) * track expression type through expressions ([#950](#950)) ([a083f74](a083f74)) ### Performance Improvements * Remove `$$RN$$` and additional sub selects ([#929](#929)) ([b3743a1](b3743a1)) </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 <[email protected]>
- Loading branch information
1 parent
47d6977
commit 7379df1
Showing
9 changed files
with
50 additions
and
9 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.16.0", | ||
"sqlite": "1.7.7", | ||
"postgres": "1.10.4", | ||
"hana": "1.5.0" | ||
"db-service": "1.16.1", | ||
"sqlite": "1.7.8", | ||
"postgres": "1.10.5", | ||
"hana": "1.5.1" | ||
} |
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
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