From a43c5ddf88e7d03fcda37f42bf92bd952567be09 Mon Sep 17 00:00:00 2001 From: Patrice Bender Date: Fri, 13 Sep 2024 12:31:00 +0200 Subject: [PATCH] Update db-service/CHANGELOG.md --- db-service/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-service/CHANGELOG.md b/db-service/CHANGELOG.md index 89a37caf8..f9a5282c8 100644 --- a/db-service/CHANGELOG.md +++ b/db-service/CHANGELOG.md @@ -10,7 +10,7 @@ ### Fixed * **deep-queries:** properly return insert result ([#803](https://github.com/cap-js/cds-dbs/issues/803)) ([8d800e2](https://github.com/cap-js/cds-dbs/commit/8d800e2858f02663b8ed3845909e5891af390517)) -* dont use virtual key for `UPDATE … where (<key>) in ` ([#800](https://github.com/cap-js/cds-dbs/issues/800)) ([d25af70](https://github.com/cap-js/cds-dbs/commit/d25af70b23688cd22c7b87f20a7848c9653ae9a9)) +* dont use virtual key for `UPDATE … where () in ` ([#800](https://github.com/cap-js/cds-dbs/issues/800)) ([d25af70](https://github.com/cap-js/cds-dbs/commit/d25af70b23688cd22c7b87f20a7848c9653ae9a9)) ## [1.12.1](https://github.com/cap-js/cds-dbs/compare/db-service-v1.12.0...db-service-v1.12.1) (2024-09-03)