sjvans
sjvans
> @David-Kunz @sjvans Do you know any additional feature flag that must be documented? did you check cds/lib/env/defaults.js? maybe: - precompile_edms - serve_on_root - skip_unused - implicit_next (or rather remove?!)...
> Hi @sjvans , this is to be published immediately or with 7.9? Just want to make sure, as I noticed you started adding the version to PR names if...
hi @sebastianesch @renejeglinsky i actually created a [pr](https://github.com/cap-js/docs/pull/741) some time ago to remove docs re `req._` as i think it's only still there by mistake (can't be found in toc,...
i lean towards removing `cds` rather than showing the old style or the more complex class approach. the import is not really needed as we add `global.cds` anyways. and if...
> Since only one db kind is active at a time, there's no business value in fine-granular control between hana and sqlite, hence my proposal: > > * Adapt [the...
> That being said, I still wouldn't do that. Currently, `DEBUG=hana` doesn't work and as long as nobody complains, why should we enable it? also with legacy dbs and 'sqlite'?...
> No, with legacy sqlite, it was possible. then i'd restore. but let's wait for @johannes-vogel
> oooooh, I think we might even want to look at https://github.com/electric-sql/pglite 👀 (once parametrised queries are supported) I think these are parallel activities though, as you wouldn’t necessarily use...
https://github.com/cap-js/cds-dbs/pull/132
actually, the error also occurs on postgres, i.e., the error message wrongly status "SQLite". i think we should revisit, at least for postgres. issue occurs as soon as user input...