From ddb962dcc368a715ab1099de1c11d6a38c7f91aa Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 1 Feb 2021 11:01:23 +0100 Subject: [PATCH] Added more comments --- odata/lib/odata2cqn.pegjs | 1 + 1 file changed, 1 insertion(+) diff --git a/odata/lib/odata2cqn.pegjs b/odata/lib/odata2cqn.pegjs index 62764e1a..b1b5cb11 100644 --- a/odata/lib/odata2cqn.pegjs +++ b/odata/lib/odata2cqn.pegjs @@ -10,6 +10,7 @@ * to improve error messages. For example a typo in a function name could be * reported specifically instead of throwing a generic parser error. * + * See also: https://docs.microsoft.com/en-us/odata/concepts/queryoptions-overview * Future test cases http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/abnf/odata-abnf-testcases.xml * * Limitations: Type, Geo functions are not supported,