As far as I know, I'm doing nothing that complex.  I am creating a
pile of mapped objects in Python and then dumping them to the
database.  The most likely cause is that a field is None, or of the
incorrect type in some way, I would have guessed.

Andrew

On May 7, 9:56 am, Michael Bayer <mike...@zzzcomputing.com> wrote:
> this looks like some kind of serialization issue.   are you deserializing 
> instances before mappers have been compiled ?    if you upgrade to 0.6, this 
> will raise an error immediately at the point at which it occurs.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@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