cds-dbm icon indicating copy to clipboard operation
cds-dbm copied to clipboard

Delta deployment and migrations for SAP CAP database adapters.

Results 34 cds-dbm issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.3 to 27.1.5. Release notes Sourced from eslint-plugin-jest's releases. v27.1.5 27.1.5 (2022-11-10) Performance Improvements use Set instead of iterating, and deduplicate a function (#1278) (0e048f1) v27.1.4 27.1.4...

dependencies

Bumps [cds-pg](https://github.com/sapmentors/cds-pg) from 0.1.26 to 0.1.32. Changelog Sourced from cds-pg's changelog. 0.1.32 (2022-11-09) 0.1.31 (2022-11-09) Features align debug behaviour with cap standard (#359) (ffe84a3) 0.1.30 (2022-08-03) Bug Fixes delete with...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.27.0. Release notes Sourced from eslint's releases. v8.27.0 Features f14587c feat: new no-new-native-nonconstructor rule (#16368) (Sosuke Suzuki) 978799b feat: add new rule no-empty-static-block (#16325) (Sosuke...

dependencies

Bumps [@sap/cds](https://cap.cloud.sap/) from 5.8.4 to 6.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sap/cds&package-manager=npm_and_yarn&previous-version=5.8.4&new-version=6.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.1.2. Release notes Sourced from sqlite3's releases. v5.1.2 What's Changed Updated bundled SQLite to v3.39.4 by @​daniellockyer Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.1...v5.1.2 v5.1.1 What's Changed Added Darwin...

dependencies

Hi, I'll try running **npx cds-dbm deploy -create-db --load-via delta** but (in SAP BAS) the default-env.json is not picked up. Here's my file (values replaced) ``` { "VCAP_SERVICES": { "postgresql-db":...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

In package.json is possible deploy in another schema at change de config, but when it is generate build mta, the archive generated schema "default". ``` { ... "cds": { "migrations":...

Hi, It looks like there is a problem with this step (dropping view) because other views depend on it: ![image](https://user-images.githubusercontent.com/67422892/142992657-7bab1a09-b0f1-49b0-96fb-0b57ded763f4.png) The error is: ![image](https://user-images.githubusercontent.com/67422892/142992794-1887d2b6-50ba-486f-8c3f-adf34aca7e1e.png) Views in question: entity Agent as...

bug