Skip to content

Commit 90d9092

Browse files
Update guides/databases.md
Co-authored-by: Adrian Görler <adrian.goerler@sap.com>
1 parent af6dc7c commit 90d9092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ Instead, they protect the integrity of your data in the database layer against p
921921
922922
## Standard Database Functions
923923
924-
A specified set of standard functions - inspired by [OData](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_StringandCollectionFunctions) and [SAP HANA](https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-sql-reference-guide/alphabetical-list-of-functions?locale=en-US) - is supported in a **database-agnostic**, hence portable way. The functions are translated to the best-possible native SQL functions or polyfills during runtime and also during compilation of your CDL files.
924+
A specified set of standard functions - inspired by [OData](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_StringandCollectionFunctions) and [SAP HANA](https://help.sap.com/docs/hana-cloud-database/sap-hana-cloud-sap-hana-database-sql-reference-guide/alphabetical-list-of-functions?locale=en-US) - is supported in a **database-agnostic**, hence portable way. The functions are translated to the best-possible database-specific SQL expressions at runtime and also during compilation of your CDL files.
925925
926926
927927
### OData standard functions

0 commit comments

Comments
 (0)