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?

-- 
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