Menu

#63 Constraint error navigating n:1 from (null)

closed
Generation (37)
5
2013-04-13
2010-10-13
No

If navigating a *:1 association starting from a null handle, null is returned. Trying the same with a 1:n association results in a constraint error, rather than an empty collection.

Discussion

  • Simon Wright

    Simon Wright - 2012-05-11

    This report is the wrong way round! Going from a null single to the many results in an empty collection, while going from a null many to the single results in Constraint_Error.

     
  • Simon Wright

    Simon Wright - 2012-06-06

    Fixed in Mercurial r0e4361e85c1a.

     
  • Simon Wright

    Simon Wright - 2013-04-13
    • Status: pending --> closed
     

Log in to post a comment.