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

Monorepo for SQL Database Services for CAP

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

Add an `exists()` function into `cqn2sql` to unify checking whether an element exists in the database. ```js element.virtual // virtual does not exist on the database element.value // calculated column...

It is not allowed in `HANA` or `Postgres` to use the `+` operator on the `boolean` data type. As `SQLite` does not have a `boolean` data type it is allowed...

Currently all deep operations are calculated on the fly and rely on reading the current state of the database and calculating the difference. This PR targets to no longer calculate...

We've received a ticket for old db implementation that the deep update does not accept payloads with lots of children. This test ensures that our new implementation is (and stays)...

Let's pls review that in next sync

support search via path expressions: - deep search via associations - include calculated elements if explicitly requested - keep existing caching mechanisms based on #248

As described in the [migration guide from cds-pg to @cap-js/postgres](https://github.com/cap-js/cds-dbs/blob/main/postgres/README.md#migration-guide-from-cds-pg-to-cap-jspostgres) the > service binding label is postgresql-db that means that if someone wants to use a PostgreSQL directly from a...

postgres
gap