Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

To create procedure like we create .hdbprocedure in sap HANA #192

Open
jyotiranjanrath-sap opened this issue May 5, 2022 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@jyotiranjanrath-sap
Copy link

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 create .hdbprocedure and .hdbfunction in sap hana. Currently I am unable to find a way to create design time artifacts for procedures or functions and then to deploy it.

Is there a way to create and deploy this?

@mikezaschka
Copy link
Owner

Hi @jyotiranjanrath-sap,

sorry for answering late.
By default PostgreSQL does not support design time files for procedures (or any other fragments).
I am in the process of developing and releasing version 2 of cds-dbm. This will introduce a manual changelog based approach, which makes is possible to manually add .sql files as part of the changelog and thus adds support for creating and deploying native DB fragments.
A release of version 2.0 will happen within the next weeks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants