Ayush Agarwal

Results 18 comments of Ayush Agarwal

As per HTTP RFC [here](https://www.rfc-editor.org/rfc/rfc7230#section-3.2.5): "HTTP does not place a predefined limit on the length of each header field or on the length of the header section as a whole,...

> Look through some of these to see if we might need to consider additional security measures. And whether Asp.net has built in features/mitigations > > https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html#input-validation I went through...

Discussed about the issue with [email protected] with regards to Phoenix runtime: He informed me that currently they are planning on passing on the below headers: 1. `X-MS-API-ROLE` 2. `X-MS-CLIENT-PRINCIPAL` 3....

@Aniruddh25 we might have to move this as well to Jan2023 as we still need SWA->Phoenix to proxy those headers first all the way to DAB.

When the nested inserts are enabled: 1. Till now, for queries, we were giving preference to the relationships defined by the user in the config over the relationships defined in...

> @ayush3797 is this duplicate or secondary to your date work? Its not.

Creating this issue to track support for nested insertion for DwSql. First referenced here: https://github.com/Azure/data-api-builder/pull/1902#discussion_r1473644097

1. How do we handle failures (Exceptions/Database policies) for batch inserts? - Suppose 10 records were to be inserted. We got an exception while inserting the 6th record. Shall we...

> @severussundar @ayush3797 is this needed for Nested mutations? I don't think this is needed. The user can setup CASCADE DELETE or use an AFTER DELETE trigger to ensure consistency...