Bob den Os
Bob den Os
### Summary As the pluggable DB layer starts to support more databases it means increases development setup overhead. To keep it simple this PoC uses `Jest` and `expect` their snapshot...
## Description Provide an infer function for each cql function. Which checks the inferred type of the arguments and returns the correlating return type. ## Blocker Infer does not infer...
## Description Deploying views takes time. So this PR solves that problem. By not deploying the views. By not relying on the views it is possible to: - Use rolling...
## Description This PR implements a PoC for how the pluggable database services can be wrapped together into a multi staged database service. This implementation uses an `SQLiteService` as an...
## Goal The goal of this PR is to extend the compliance test suite with more scenarios. While also cleaning up the existing compliance tests into a structured method of...
### Concept `CSN` has a lot of complexity which can make it scary to write a database layer. The idea of the `db-service` helpers is to remove certain requirements to...
when using `sql_simple_queries=1` and `hdb` the `NCLOB` columns are returned as `Buffers` not as `Strings`. With this change these columns include an output converters that informs `hdb` to handle them...