Known issues of 1.0.2005.1

Posts   
 
    
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 08-Sep-2003 15:28:02   

Version: v1.0.2005.1 Final

  • Binding a collection to the grid control of Infragistics can make the grid go bezerk. This is because the grid wants to load the complete object graph. Set the MaxBandDepth property of the grid to 1 (is 100 by default). See this thread for details: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=197
  • When you use selfservicing and you hide a relation on one side or you create a custom relation just on one side, you might get non-compilable code. Don't hide relations on one side in selfservicing.
  • adapter.GetScalar() on a single field with a filter without relations and the filter contains predicates which filter solely on supertype fields, while the field in the scalar query is of a subtype, and the hierarchy is of type TargetPerEntity, fails, because inheritance info isn't available.
  • Expressions on a field in a GroupBy clause aren't emitted into the query
Frans Bouma | Lead developer LLBLGen Pro