Andrea Canciani

Results 32 issues of Andrea Canciani

The translation pipeline assumes that SQL expressions are pure, which is not true in general (for example `EF.Functions.Random()`). Under this assumption, it sometimes duplicates sub-expressions which can lead to inconsistent...

customer-reported
area-query

There seems to be no documentation of the environment variables understood/handled by vstest. For example, `VSTEST_TESTHOST_SHUTDOWN_TIMEOUT ` seems to only appear in the code and a couple of time in...

### Command serve ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...

type: bug/fix
freq1: low
severity3: broken
area: @angular/build
angular/build:dev-server

In the query pipeline sometimes expressions are compared for (deep) equality. This currently is based on a recursive visit of the subtree, which can be very costly if done multiple...

area-perf
customer-reported
area-query

When a value in a query computed as a MAX or MIN of a subquery, DISTINCT has no effect and can be removed. Conceptually this is a continuation of https://github.com/dotnet/efcore/issues/31016

type-enhancement
customer-reported
area-query

When a (sub)query results in 0 or 1 elements (`First()`, `Last()`, `FirstOrDefault()`, `LastOrDefault()`, `Take(0/1)`, ...), DISTINCT has no effect and can be removed. Conceptually this is a continuation of #31016

type-enhancement
customer-reported
area-query

##### Description Compiling the following spec into a TypeScript-Fetch client results in invalid code. Specifically, the generated code contains ```TypeScript export interface GenericMap extends null { } ``` which the...

Issue: Bug
Swagger-Parser

Many optimizations are not dependent on the specific provider or whether the underlying model is relational. It would be convenient to have a way to share them across all of...

type-enhancement
customer-reported
area-query

Fixes #34831.

community-contribution

Related to #529.