Files
sqlalchemy/test/dialect
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
..
2009-08-06 21:11:27 +00:00
2009-08-06 21:11:27 +00:00
2010-03-19 17:52:34 -04:00