cds-dbs icon indicating copy to clipboard operation
cds-dbs copied to clipboard

Monorepo for SQL Database Services for CAP

Results 93 cds-dbs issues
Sort by recently updated
recently updated
newest added

So far we used `generic-pool` through `@sap/cds-foss` in our code base, but didn't have a dependency to that. It worked because `@sap/cds` has a dependency to `@sap/cds-foss`, but these kinds...

possible solution for https://github.com/cap-js/cds-dbs/issues/127 - [ ] changelog

how can I make the defined types avaiable to all files in the same directory without having to import all typedefinitions all over again?

## Description When a database connection encounters an error in a query it will trigger the default rollback mechanism. As all queries including rollback are asynchronous it is possible that...

→ revisit with @BobdenOs

- customer reports error `SQLite only supports single value arguments for $search`. - fine on postgres. - should be avoided by concatenating multiple search clauses with `OR`

bug
enhancement
sqlite
postgres

### Description of erroneous behaviour > Error / Suggestion There is no actual check that a (local) defined DB schema exists when trying to deploy. A 'resourcerequest time out' error...

postgres
gap

When doing a deploy which includes CSV with data, we are getting the following error back: CDS output ``` error: in cds.deploy(): column "active" is of type boolean but expression...

bug
postgres

### Description of erroneous behaviour I'm testing on CAP 7.2.0 and @cap-js/postgres 1.2.1 I'm performing a SELECT and want to alias the column names to upper case. In both HANA...

bug
cqn2sql