Ludwig Stockbauer-Muhr
Ludwig Stockbauer-Muhr
Enables proper access to all entity elements of the underlying `LinkedDefinition`. e.g. ```cds entity Books : cuid { title : String; stock : Integer; } ``` new property `elements` allows...
Hi @daogrady, proposal to get rid of one of the CSN flavors. I chose to remove the `xtended` flavor. All in all the required fixes/changes were not many and had...
Hi @daogrady, this is a proposal for creating dedicated classes that represent the `.drafts` entities of draft enabled entities. At the same time it would also overwork `.drafts` at the...
Uses a new approach taken from [@sap/cds-compiler](https://www.npmjs.com/package/@sap/cds-compiler)/lib/transform/draft.js#generateDraft to detect draft enabled entities. In essence there are only 2 cases when a draft table will be generated for an entity and...
### Fixes property alignment in generated class functions #### Before - Inline types (with `--inlineDeclarations structured` option) ```ts export function _CompanyAspect object>(Base: TBase) { return class Company extends Base {...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Nature of Your Project TypeScript ### Current Behavior Let's assume the following sample...