Randy Syring wrote:
> After some work with Gedd on #sqlalchemy, it seems that adding
> children to a parent object using a custom property() doesn't work as
> we expected it would.  A test case is here:
> 
> http://paste.pocoo.org/show/86848/
> 
> The error is triggered by line #53.
> 
> Are we doing something wrong or is this a bug in SA?

The only error I see in that test is:

   external_link.url may not be NULL u'INSERT INTO external_link
   (url) VALUES (?)' [None]"

which is expected from the test setup.  (No .url is ever assigned.)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to