mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
4feb575e3ad1479ae5315215555828c1873487dc
Using FetchMany on multiple levels would do LEFT JOIN, creating an exponential amount of rows, and also duplicating root records. The solution is to separate this is two calls instead. Another solution would have been to use a DistinctRootTransformer, but this would not have fixed the records issue. Work Item: 19684 --HG-- branch : 1.x
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
46.6%
JavaScript
41.2%
HTML
5.6%
CSS
3.3%
SCSS
1.1%
Other
2.1%