On May 11, 2010, at 4:54 PM, Russell Posluszny wrote:

> I'm currently working with SA 0.5.8 and running into an issue updating
> a partitioned table in PostgreSQL, getting the following error:
> 
> Updated rowcount 12 does not match number of objects updated 100
> 
> This seems to be a known issue, and I've found a discussion in the
> archive from about 3 years ago discussing the possibility of a flag on
> the Table or dialect-level flag to indicate supports_sane_rowcount =
> False
> 
> Were either of these approaches patched into a more recent version of
> SQLAlchemy? If not, is there an elegant, or atleast a preferred way of
> dealing with this situation?

Im not aware of any issue with rowcount in conjunction with Postgresql, nor any 
issue from three years ago that wouldn't have been fixed long ago (you didn't 
link to the message so I have no way of knowing what you're referring to), so 
not aware of any patches or what the "situation" in question is.   But FTR I 
have not worked with partitioned tables in Postgresql. 


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