Releases: cap-js/cds-dbs
Releases · cap-js/cds-dbs
Release v1.3.1
chore: prepare 1.3.1 hotfix (#268) * 1.3.1 in package.json * add changelogs * update dependent versions * update cl date
Release v1.3.0
update changelogs and package.jsons for 1.3.0 (#259) * changelogs and package.jsons * cl for sqlite * 1.3.0 in all package.jsons * updated package-lock * . * reference additional PR * update cl date
Release v1.2.1
prepare hotfix 1.2.1 (#225) * 1.2.1 in package.json * add changelogs
Release v1.2.0
@cap-js/db-service
Added
- support for calculated elements on read. #113 #123
- support for managed associations with default values. #193
- introduced new operator
==
which translates toIS NOT DISTINCT FROM
. #164
Fixed
- resolved a type error which occured in some cases for deeply nested
expand
s. #173 - path expression traversing non-foreign-key fields within infix filters are now properly rejected for
exists
predicates. #181 - CQL functions: In the
args
of theconcat
function anxpr
is now wrapped in parentheses. #196 - Make
UPDATE
andofarray
typed column compatible. #184 - Ensure that
INSERT
withrows
always inserts into the correct column. #193 - Allow
DateTime
columns to compare against their returned value. #206 - Deep Insert using backlink associations as key #199.
@cap-js/sqlite
Changed
cds.Decimal
andcds.Float
return numbers instead of strings
@cap-js/postgres
Added
- Reduced the usage of
is not distinct [not] from
. #157
Fixed
- Reserved words are now used to automatically escape reserved words which are used as identifier. #178
- Remove column count limitation. #150
Release v1.1.0
add changelog entries (#138) * add changelog entries * more changelogs * cl * add date * Apply suggestions from code review Co-authored-by: Patrice Bender <patrice.bender@sap.com> * 2023-08-01 --------- Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com> Co-authored-by: Patrice Bender <patrice.bender@sap.com>
Release v1.0.1
adapt package.json and changelogs (#91)
Release v1.0.0
add db-service to pg and sqlite dependencies (#78) * add db-service to pg and sqlite dependencies * update package-lock as well