From 21a48987536bdde14328c6001e871cca724f1cea Mon Sep 17 00:00:00 2001
From: CAP Bot <122624402+cap-bots@users.noreply.github.com>
Date: Fri, 16 Feb 2024 15:15:17 +0100
Subject: [PATCH] chore: release main (#450)
:robot: I have created a release *beep* *boop*
---
db-service: 1.6.2
##
[1.6.2](https://github.com/cap-js/cds-dbs/compare/db-service-v1.6.1...db-service-v1.6.2)
(2024-02-16)
### Fixed
* ** `infer`:** unique alias for scoped subqueries
([#465](https://github.com/cap-js/cds-dbs/issues/465))
([5dbaa8e](https://github.com/cap-js/cds-dbs/commit/5dbaa8e414102ee1dd0d8f76058c9eeff899666e))
* Allow only for array of arrays as data for plain SQL
([#449](https://github.com/cap-js/cds-dbs/issues/449))
([22e1c43](https://github.com/cap-js/cds-dbs/commit/22e1c43c38709c6597be9e642619476338ef824a))
* dont insert structured elements
([#461](https://github.com/cap-js/cds-dbs/issues/461))
([f3f688d](https://github.com/cap-js/cds-dbs/commit/f3f688d6ef45f9d42690c13eaf88ab004aa86ff9))
* ignore virtual keys in
UPSERT([#463](https://github.com/cap-js/cds-dbs/issues/463))
([49adbf3](https://github.com/cap-js/cds-dbs/commit/49adbf35f243d6365f84a8cf0193f028798aa366))
* INSERT entries containing undefined values
([#453](https://github.com/cap-js/cds-dbs/issues/453))
([d3aad75](https://github.com/cap-js/cds-dbs/commit/d3aad7580f45ccde8528ddfa261f81d155354574))
* select without columns from unknown entity
([#466](https://github.com/cap-js/cds-dbs/issues/466))
([eb857de](https://github.com/cap-js/cds-dbs/commit/eb857def41a89e9afe5e72686c3e55273c983b98))
sqlite: 1.5.1
##
[1.5.1](https://github.com/cap-js/cds-dbs/compare/sqlite-v1.5.0...sqlite-v1.5.1)
(2024-02-16)
### Fixed
* **`sqlite`:** Retain Error object for unique constraint violation
([#446](https://github.com/cap-js/cds-dbs/issues/446))
([d27ee79](https://github.com/cap-js/cds-dbs/commit/d27ee79b4c4eea8522bf5dd2a288638f54029567))
postgres: 1.5.1
##
[1.5.1](https://github.com/cap-js/cds-dbs/compare/postgres-v1.5.0...postgres-v1.5.1)
(2024-02-16)
### Fixed
* **`sqlite`:** Retain Error object for unique constraint violation
([#446](https://github.com/cap-js/cds-dbs/issues/446))
([d27ee79](https://github.com/cap-js/cds-dbs/commit/d27ee79b4c4eea8522bf5dd2a288638f54029567))
hana: 0.0.5
##
[0.0.5](https://github.com/cap-js/cds-dbs/compare/hana-v0.0.4...hana-v0.0.5)
(2024-02-16)
### Fixed
* **`sqlite`:** Retain Error object for unique constraint violation
([#446](https://github.com/cap-js/cds-dbs/issues/446))
([d27ee79](https://github.com/cap-js/cds-dbs/commit/d27ee79b4c4eea8522bf5dd2a288638f54029567))
* **hana:** ensure the database connection does not enable auto commit
([#448](https://github.com/cap-js/cds-dbs/issues/448))
([b2ca1da](https://github.com/cap-js/cds-dbs/commit/b2ca1da4fa1976cd2ac16d2bb831719cf9ba8424))
* **hana:** Ensure xpr with logical operator to only contain comparisons
([#452](https://github.com/cap-js/cds-dbs/issues/452))
([a2ecb22](https://github.com/cap-js/cds-dbs/commit/a2ecb22fb587bf5364e035f679851610ede58e20))
* ignore virtual keys in
UPSERT([#463](https://github.com/cap-js/cds-dbs/issues/463))
([49adbf3](https://github.com/cap-js/cds-dbs/commit/49adbf35f243d6365f84a8cf0193f028798aa366))
* select without columns from unknown entity
([#466](https://github.com/cap-js/cds-dbs/issues/466))
([eb857de](https://github.com/cap-js/cds-dbs/commit/eb857def41a89e9afe5e72686c3e55273c983b98))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 8 ++++----
db-service/CHANGELOG.md | 12 ++++++++++++
db-service/package.json | 2 +-
hana/CHANGELOG.md | 11 +++++++++++
hana/package.json | 2 +-
postgres/CHANGELOG.md | 7 +++++++
postgres/package.json | 2 +-
sqlite/CHANGELOG.md | 7 +++++++
sqlite/package.json | 2 +-
9 files changed, 45 insertions(+), 8 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 80c4c262a..c30238a0a 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,6 +1,6 @@
{
- "db-service": "1.6.1",
- "sqlite": "1.5.0",
- "postgres": "1.5.0",
- "hana": "0.0.4"
+ "db-service": "1.6.2",
+ "sqlite": "1.5.1",
+ "postgres": "1.5.1",
+ "hana": "0.0.5"
}
diff --git a/db-service/CHANGELOG.md b/db-service/CHANGELOG.md
index 506926296..86253d418 100644
--- a/db-service/CHANGELOG.md
+++ b/db-service/CHANGELOG.md
@@ -4,6 +4,18 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.6.2](https://github.com/cap-js/cds-dbs/compare/db-service-v1.6.1...db-service-v1.6.2) (2024-02-16)
+
+
+### Fixed
+
+* ** `infer`:** unique alias for scoped subqueries ([#465](https://github.com/cap-js/cds-dbs/issues/465)) ([5dbaa8e](https://github.com/cap-js/cds-dbs/commit/5dbaa8e414102ee1dd0d8f76058c9eeff899666e))
+* Allow only for array of arrays as data for plain SQL ([#449](https://github.com/cap-js/cds-dbs/issues/449)) ([22e1c43](https://github.com/cap-js/cds-dbs/commit/22e1c43c38709c6597be9e642619476338ef824a))
+* dont insert structured elements ([#461](https://github.com/cap-js/cds-dbs/issues/461)) ([f3f688d](https://github.com/cap-js/cds-dbs/commit/f3f688d6ef45f9d42690c13eaf88ab004aa86ff9))
+* ignore virtual keys in UPSERT([#463](https://github.com/cap-js/cds-dbs/issues/463)) ([49adbf3](https://github.com/cap-js/cds-dbs/commit/49adbf35f243d6365f84a8cf0193f028798aa366))
+* INSERT entries containing undefined values ([#453](https://github.com/cap-js/cds-dbs/issues/453)) ([d3aad75](https://github.com/cap-js/cds-dbs/commit/d3aad7580f45ccde8528ddfa261f81d155354574))
+* select without columns from unknown entity ([#466](https://github.com/cap-js/cds-dbs/issues/466)) ([eb857de](https://github.com/cap-js/cds-dbs/commit/eb857def41a89e9afe5e72686c3e55273c983b98))
+
## [1.6.1](https://github.com/cap-js/cds-dbs/compare/db-service-v1.6.0...db-service-v1.6.1) (2024-02-05)
diff --git a/db-service/package.json b/db-service/package.json
index 04ce0e6ce..77839c251 100644
--- a/db-service/package.json
+++ b/db-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/db-service",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "CDS base database service",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service",
"repository": {
diff --git a/hana/CHANGELOG.md b/hana/CHANGELOG.md
index b53796b53..0ecfe412a 100644
--- a/hana/CHANGELOG.md
+++ b/hana/CHANGELOG.md
@@ -4,6 +4,17 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [0.0.5](https://github.com/cap-js/cds-dbs/compare/hana-v0.0.4...hana-v0.0.5) (2024-02-16)
+
+
+### Fixed
+
+* **`sqlite`:** Retain Error object for unique constraint violation ([#446](https://github.com/cap-js/cds-dbs/issues/446)) ([d27ee79](https://github.com/cap-js/cds-dbs/commit/d27ee79b4c4eea8522bf5dd2a288638f54029567))
+* **hana:** ensure the database connection does not enable auto commit ([#448](https://github.com/cap-js/cds-dbs/issues/448)) ([b2ca1da](https://github.com/cap-js/cds-dbs/commit/b2ca1da4fa1976cd2ac16d2bb831719cf9ba8424))
+* **hana:** Ensure xpr with logical operator to only contain comparisons ([#452](https://github.com/cap-js/cds-dbs/issues/452)) ([a2ecb22](https://github.com/cap-js/cds-dbs/commit/a2ecb22fb587bf5364e035f679851610ede58e20))
+* ignore virtual keys in UPSERT([#463](https://github.com/cap-js/cds-dbs/issues/463)) ([49adbf3](https://github.com/cap-js/cds-dbs/commit/49adbf35f243d6365f84a8cf0193f028798aa366))
+* select without columns from unknown entity ([#466](https://github.com/cap-js/cds-dbs/issues/466)) ([eb857de](https://github.com/cap-js/cds-dbs/commit/eb857def41a89e9afe5e72686c3e55273c983b98))
+
## [0.0.4](https://github.com/cap-js/cds-dbs/compare/hana-v0.0.3...hana-v0.0.4) (2024-02-02)
diff --git a/hana/package.json b/hana/package.json
index 65cb59d89..86f20b86a 100644
--- a/hana/package.json
+++ b/hana/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/hana",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "CDS database service for SAP HANA",
"homepage": "https://cap.cloud.sap/",
"keywords": [
diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md
index 1bd4d1367..0a9303fa8 100644
--- a/postgres/CHANGELOG.md
+++ b/postgres/CHANGELOG.md
@@ -4,6 +4,13 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.5.1](https://github.com/cap-js/cds-dbs/compare/postgres-v1.5.0...postgres-v1.5.1) (2024-02-16)
+
+
+### Fixed
+
+* **`sqlite`:** Retain Error object for unique constraint violation ([#446](https://github.com/cap-js/cds-dbs/issues/446)) ([d27ee79](https://github.com/cap-js/cds-dbs/commit/d27ee79b4c4eea8522bf5dd2a288638f54029567))
+
## [1.5.0](https://github.com/cap-js/cds-dbs/compare/postgres-v1.4.1...postgres-v1.5.0) (2024-02-02)
diff --git a/postgres/package.json b/postgres/package.json
index 4138a54b3..bde8be36c 100644
--- a/postgres/package.json
+++ b/postgres/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/postgres",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "CDS database service for Postgres",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres",
"repository": {
diff --git a/sqlite/CHANGELOG.md b/sqlite/CHANGELOG.md
index 818124abb..9e46efdf0 100644
--- a/sqlite/CHANGELOG.md
+++ b/sqlite/CHANGELOG.md
@@ -4,6 +4,13 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.5.1](https://github.com/cap-js/cds-dbs/compare/sqlite-v1.5.0...sqlite-v1.5.1) (2024-02-16)
+
+
+### Fixed
+
+* **`sqlite`:** Retain Error object for unique constraint violation ([#446](https://github.com/cap-js/cds-dbs/issues/446)) ([d27ee79](https://github.com/cap-js/cds-dbs/commit/d27ee79b4c4eea8522bf5dd2a288638f54029567))
+
## [1.5.0](https://github.com/cap-js/cds-dbs/compare/sqlite-v1.4.0...sqlite-v1.5.0) (2024-02-02)
diff --git a/sqlite/package.json b/sqlite/package.json
index 0b464f13d..a69b1f42b 100644
--- a/sqlite/package.json
+++ b/sqlite/package.json
@@ -1,6 +1,6 @@
{
"name": "@cap-js/sqlite",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "CDS database service for SQLite",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/sqlite#cds-database-service-for-sqlite",
"repository": {