Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to #19023 - Query: Log query plan
Making RelationalCommandCache printable and printing it's SelectExpression. Example query plan output: queryContext => new QueryingEnumerable<int>( (RelationalQueryContext)queryContext, RelationalCommandCache.SelectExpression( (Projection Mapping: EmptyProjectionMember -> 0 SELECT ((COUNT((*)))) FROM (Customers AS c) WHERE ((c.CustomerID) == (N'ALFKI')))), null, ReaderColumn[] { ReaderColumn<int>, }, Func<QueryContext, DbDataReader, ResultContext, int[], ResultCoordinator, int>, TestModels.Northwind.NorthwindRelationalContext, DiagnosticsLogger<Query>) .Single() Fixes #19023
- Loading branch information