mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-06 05:56:10 +00:00
Fix tests
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
SELECT [e].[Id], [e].[Id] * 5
|
||||
SELECT [e].[Id], [e].[Id] * 5 AS [ComputedWithBacking]
|
||||
FROM [Entity] AS [e]
|
||||
Reference in New Issue
Block a user