Hamed Hasani
Hamed Hasani
Hi @zhenlan After Almost a year... :smiley: Is there any update on this?
here's the issue for updating dotnet client: https://github.com/ssone95/ChromaDB.Client/issues/69
I have tested faibistes solutions and it worked for EF Core 2.1. also I tired to set Observaciones as Owned Entity but I figured out that Owned Entities are included...
Ok, anyway the downside of using table split is adding an unnecessary complexity to data model that can be a high cost for big data models. It would be more...
After trying some approaches I ended up with this workaround: The base idea is to turn for example this query: ``` SELECT [f].[Id], [f].[Report], [f].[CreationDate] FROM [File] AS [f] ```...