On Dec 7, 2011, at 10:55 AM, Laurence De Jong wrote:

> 
> Hi all!
> 
> I'm using 0.7.3 and I am facing a problem.
> 
> The problem is that I'm using the get_history function from
> sqlalchemy.orm.attributes to get the history from a composite property
> of an object. When the composite property is set, everything is ok,
> but when it is not set, I get an error.
> 
> 
> It looks like an instance of a Point will be created without
> parameters.
> 
> Is this a programming error?

yeah that is a bug, thanks for the good-to-go test case, it was easy enough to 
commit with a one liner fix.   You can pull out the latest tip and it'll be in 
0.7.4.   http://hg.sqlalchemy.org/sqlalchemy/archive/default.tar.gz

-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to