Files
sqlalchemy/test
Mike Bayer 47ef5ed5f7 - The functionality of result.rowcount is now disabled
by default, and can be re-enabled using the 'enable_rowcount'
flag with create_engine(), as well as the 'enable_rowcount'
execution context flag on a per-execute basis.  This because
cursor.rowcount requires cursor access (can't be evaluated
lazily since the result auto-closes) and also incurs an
expensive round-trip.
2010-04-11 16:37:49 -04:00
..
2010-04-07 14:23:06 -04:00
2009-08-09 20:50:46 +00:00
2010-04-07 18:14:06 +01:00