Skip to content

Releases: cap-js/cds-dbs

Release v1.3.1

10 Oct 07:26
52869aa
Compare
Choose a tag to compare
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

06 Oct 12:06
8ed52e4
Compare
Choose a tag to compare
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

08 Sep 09:51
9f1a12b
Compare
Choose a tag to compare
prepare hotfix 1.2.1 (#225)

* 1.2.1 in package.json

* add changelogs

Release v1.2.0

06 Sep 08:27
9a14d53
Compare
Choose a tag to compare

@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 to IS NOT DISTINCT FROM. #164

Fixed

  • resolved a type error which occured in some cases for deeply nested expands. #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 the concat function an xpr is now wrapped in parentheses. #196
  • Make UPDATE and ofarray typed column compatible. #184
  • Ensure that INSERT with rows 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 and cds.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

01 Aug 14:35
f39b83e
Compare
Choose a tag to compare
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

03 Jul 17:51
afda170
Compare
Choose a tag to compare
adapt package.json and changelogs (#91)

Release v1.0.0

23 Jun 13:37
43e751e
Compare
Choose a tag to compare
add db-service to pg and sqlite dependencies (#78)

* add db-service to pg and sqlite dependencies

* update package-lock as well