Marcel Schwarz
Marcel Schwarz
**Describe the bug** I was trying to add a random delay of 0-59 minutes per backup using the pre-backup command option. To do so I used the following command: `sleep...
Relaxes some of the expects to account for slightly different responses from `odata_new_adapter`, such as more specific header values or different response orders.
Hi @danjoa, Could you please take a look at the following issue? In `@cap-js/cds-dbs` logging of SQL statements is handled by the base class `SQLService` which presently instantiates a cds...
closes `cdsnode/issues/2044`
This PR adds a standard function `error` that generates SQL statement that produces a runtime compatible error object, useful for i18n of error messages. Example: ```cql SELECT error('MESSAGE',(arg),(target1,target2)) FROM ......