npm @cap-js/postgres 1.2.0
Release v1.2.0

latest releases: 1.10.0, 1.9.1, 1.8.0...
12 months ago

@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

Don't miss a new postgres release

NewReleases is sending notifications on new releases.