Skip to content

db-service: v1.9.0

Compare
Choose a tag to compare
@cap-bots cap-bots released this 08 May 09:21
bca93fd

1.9.0 (2024-05-08)

Added

Fixed

  • order by: reject non-fk traversals of own columns in order by (#599) (3288d63)
  • Align all quote functions with @sap/cds-compiler (#619) (42e9828)
  • assign artificial alias if selecting from anonymous subquery (#608) (e1a7711)
  • avoid spread operator (#630) (a39fb65)
  • flat update with arbitrary where clauses (#598) (f108798)
  • improved = and != with val null for HANA and Postgres (#626) (cbcfe3b)
  • Improved placeholders and limit clause (#567) (d5d5dbb)
  • multiple result responses (#602) (bf0bed4)
  • only consider persisted columns for simple operations (#592) (6e31bda)

Changed