majbo
majbo
My CTE query returns a concatenated string 'Label' that contains the parent's label + the current label, e.g. "parentfolder/currentfolder". This works well on SQLite, but not on (MS)SQL. There I...
#### Bug description The TypelessObjectResolver serializes a list of base types including the actual (inherited) type only when the base type is abstract. #### Repro steps ``` //public abstract class...
I want to read the entire entity together with the hierarchical information. Therefor my CTE class contains a property named 'Entity'. SQLite won't execute the generated SQL with the following...