You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the statement that cds watch tries to execute:
CREATE TABLE SAPB1_AssetDepreciationGroups (
Code NCLOB NOT NULL,
Description NCLOB,
Group NCLOB,
Items_ItemCode NCLOB,
PRIMARY KEY(Code)
)
This issue is cased by the fact that Group is a SQLite Keyword. Is there any workaround planned for this issue? As I'm using an external service model I have no influence on the naming.
Best regards
Gregor
The text was updated successfully, but these errors were encountered:
Hello CAP Team,
in the Branch real-b1-metadata of sap-business-one-odata-cap I've adjusted the metadata to avoid the issue #59. But now a new error occurs:
this is the statement that cds watch tries to execute:
This issue is cased by the fact that Group is a SQLite Keyword. Is there any workaround planned for this issue? As I'm using an external service model I have no influence on the naming.
Best regards
Gregor
The text was updated successfully, but these errors were encountered: