sjvans
sjvans
possible solution for https://github.com/cap-js/cds-dbs/issues/127 - [ ] changelog
- customer reports error `SQLite only supports single value arguments for $search`. - fine on postgres. - should be avoided by concatenating multiple search clauses with `OR`
as Fiori/ UI5 does it with cds^8, decimals and int64s are returned from dbs as strings and data is sent to client without post processing
decimals and int64s as strings with cds^8 alternative: https://github.com/SAP-samples/cap-sflight/pull/1089
todos: - [x] remove unused code (if streaming extension is not needed) - [ ] document on capire? it works (the yellow span):