From f21b15e3159fc51cb32fe5bc4bfcc9954c4ae978 Mon Sep 17 00:00:00 2001 From: Chris Lloyd Date: Sat, 3 Jul 2021 16:39:50 +0100 Subject: [PATCH] WIP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b10b9361..cde89251a 100644 --- a/README.md +++ b/README.md @@ -698,6 +698,7 @@ Lodata supports many sections of the OData specification, these are the major ar * [Stream](https://docs.oasis-open.org/odata/odata/v4.01/os/part1-protocol/odata-v4.01-os-part1-protocol.html#_Toc31358992) properties in the payload and via read links * Edit links, and POST/PATCH/DELETE requests for new or existing entities * Use of [ETags](https://docs.oasis-open.org/odata/odata/v4.01/os/part1-protocol/odata-v4.01-os-part1-protocol.html#_Toc31358971) for avoiding update conflicts +* [Lambda](https://docs.oasis-open.org/odata/odata/v4.01/os/part2-url-conventions/odata-v4.01-os-part2-url-conventions.html#sec_LambdaOperators) operators `any` and `all` * Composable URLs * Declared and navigation properties * Referential constraints