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

Fixes search for search terms with multiple values like: `'/admin/Books?$search=foo bar'`

### Description of erroneous behaviour After migrating to cap-js from cds-dbm as a dbs i have a problem related to the db postgres resource handling by the library. I'm using...

bug
postgres
author action

Only merge after [#288](https://github.com/cap-js/cds-dbs/pull/761) got merged ‼️

### Description of erroneous behaviour Hello, when using "Simplified Chinese" in SAP Build Work Zone, requests use the "zh_CN" locale. On queries with orderBy, the method [orderByICU in PostgresService.js](https://github.com/cap-js/cds-dbs/blob/main/postgres/lib/PostgresService.js#L349) translates...

bug
postgres

The goal of this PR is to remove as much dependencies as possible now that `cds@8` provides the `cds-test` command. - Removing `jest` by switching to `cds-test` - Removed `jest.config.js`...

next release

requires some additional effort because deployment uses the same logic and naturally there's no db file at this point in time.

# Result set streaming Currently it is possible to stream `Readable` objects into the `INSERT` queries. This enables for fast mass data inserting, but often it is also required to...