Hello,
I have found the following paragraph in the SAP HANA Documentation:
DEFERRED - referential constraints are checked at commit time. If a referential constraint is violated, then the transaction is rolled back. Also, if <referential_triggere...
Hi,
I have to use this forum as part of my job.While I tend to like the stack-like voting functionality and the quality of the questions in this forum, I overall dislike working with this tool.
This is especially because of the poor integration f...
Hi,
If I downvote a question, because it is of poor quality and suggest edits by the author, the casted vote is final. I cannot change it anymore. Sometimes though, the authors are going to improve the quality of their questions and if I am satisfi...
I would like to change my username on answers.sap.com.
I would expect that option to existin "My Account > Account & Settings / Personal Info > Edit".
However, the box with the username is not editable. Attached is a screenshot of the dialog.
...
Hello Colleagues,
I know that for referential constraints it is possible to defer the constraint check to the COMMIT of a transaction:
CREATE TABLE E_texts (
ID_texts Integer,
locale NVARCHAR(14),
PRIMARY KEY(ID_texts),
CONSTRAINT BLA UN...
The error you're seeing ("Illegal instruction (core dumped)") likely stems from a hardware architecture mismatch. Your Raspberry Pi uses an ARM processor, while your Windows machine uses x86, causing some packages like `@sap/hana-client` to fail.With...
The foreign key is generated in your example. The foreign key of "Book" in "Summary" is "book_id". What is the problem here?If you want to make it more explicit and also generate a foreign key constraint to enforce referential integrity, please consu...
I just had a look at our codebase, the error message has been there for 2 years. Please attach the output of `cds --version` and provide a sample project with detailed steps to reproduce, so that someone can help you out.
You are using cds@7.6.2, I was able to reproduce the issue with this version.→ Please run `npm install` again, the error has been fixed with `@sap/cds@7.9^`.