Bob den Os
Bob den Os
## Goal With these changes it should be possible to define comprehensive performance tests for any part of the CAP library functionalities. By defining scenarios based upon the `SFlight` example...
This PR adds support for another `SQLite` driver `sql.js` is a browser orientated driver which compiles `SQLite` to `wasm`. Enabling the possibility to run cds with `@cap-js/sqlite` in more environments....
Currently `cqn.elements` does not provide the correct type for functions. Therefor it is not possible to apply the correct output converter. As example the current `DateTime` type requires an output...
When post processing blobs in SQLite stop walking the data as early as possible. If the first row shows that there are not columns to be changed return false and...
Currently it is possible to have draft operations hang when using the `hdb` driver. As the draft logic will stream `blob` values in/out of the database over the same connection....
When processing queries that have `ORDER BY` or `HAVING` clauses. SQLite materializes the whole result before applying them. Which has to happen before `LIMIT` and `OFFSET` can be applied. Therefor...
In certain scenarios it _might_ be beneficial to use sqlite in disk mode and have multiple worker threads processing the queries.
## Fractal Service By tracking database query targets. Create short lived caches (using `@cap-js/sqlite`) which all instances redirect their queries to. Creating a live cache which can be queried reliably....