cds-dbm
cds-dbm copied to clipboard
Delta deployment and migrations for SAP CAP database adapters.
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.1 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note 2.6.2 🔗 Changelog Changelog Sourced from prettier's changelog. 2.7.1 diff...
Hi, I was trying to create project using cds-dbm. I was able to create tables and view using CAP. However I also wanted to create procedures and function like we...
Hi, I am trying to upload a CSV data for a table which is defined like ` entity UsersCompanies: ca.active, managed { key user: Association to one UsersInfo; key company:...
Hi, When deploying creating a new DB - using _npx cds-dbm deploy --create-db_ - I am getting the following error thrown (logs adjusted and db name replaced with XXXX). `npx...
In #179 this issue was identified: But 'user' turns out to be a reserved keyword in Postgresql. https://www.postgresql.org/docs/current/sql-keywords-appendix.html Might be an idea to scan for those and give a warning...
Hi, It seems that the max length of a table name in Postgresql is 63 bytes. I am getting errors now during the initial deploy as it is trying to...
I wanted to learn how to use PostgreSQL with SAP-CAP Services. For this i read Blogs from Georg and Mike. Thanx for the great work you have done so far....
While attempting to add a multitenant deployment option, I found that jest test deployments always go to `public` schema regardless of what is defined in the configOptions. Adjust the `migrations.schema.default`...
## Description When running `npx cds-dbm deploy` I am getting this error: ``` Cannot find module '@sap/cds/bin/build/buildTaskHandlerFactory' Require stack: - /workspace/node_modules/cds-dbm/dist/build/buildTaskHandlerFactory.js - /workspace/node_modules/cds-dbm/dist/build/buildTaskFactory.js - /workspace/node_modules/cds-dbm/dist/cli/build.js - /workspace/node_modules/yargs/index.cjs - /workspace/node_modules/cds-dbm/dist/cli.js ```...
support for JRE packages was removed from [SAP/SapMachine](https://github.com/SAP/SapMachine) quite a while ago with this [commit](https://github.com/SAP/SapMachine-infrastructure/commit/fc1e96c415a40172a5eb45740adac8c80c69b5fb#diff-688ed9c374901a63dd3f05bb297f2f8739d2161f7feaa3fc180d4705c05cf1e5). As a result deploy to Cloud Foundry no longer work. Templates in "https://github.com/mikezaschka/cds-dbm/tree/main/src/build/postgres-cf/template" to be...