cap-js / cds-dbs

Monorepo for SQL Database Services for CAP
https://cap.cloud.sap/docs/
Apache License 2.0
34 stars 11 forks source link

feat: Add simple queries feature flag #660

Closed BobdenOs closed 4 months ago

BobdenOs commented 4 months ago

In the case of SQLite the simple queries are mostly compatible. When a boolean column is selected it is not considered a simple query as the result would be "true" | "false" which are both truthy.

In the case of Postgres a lot of number results are numbers where strings are expected and strings where numbers are expected.