Skip to content

Fix (?) CXL constraint for no-description in constraints.md#2515

Open
qmacro wants to merge 1 commit intomainfrom
qmacro-patch-3
Open

Fix (?) CXL constraint for no-description in constraints.md#2515
qmacro wants to merge 1 commit intomainfrom
qmacro-patch-3

Conversation

@qmacro
Copy link
Copy Markdown
Collaborator

@qmacro qmacro commented Apr 17, 2026

In the constraints section on @assert, I couldn't understand what this was for:

Description @assert: (case
  when Description then 'Description must be specified'
  ...
);

As this code stands, it doesn't make much sense to me. I think perhaps the condition is meant to be Description is null.

As it stood, I couldn't understand what 

```cds
Description @Assert: (case
  when Description then 'Description must be specified'
  ...
);
```

As this code stands, it doesn't make much sense. I think the condition is meant to be `Description is null`.
@qmacro qmacro requested a review from renejeglinsky as a code owner April 17, 2026 12:59
@qmacro qmacro requested a review from danjoa April 17, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant