diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-11 16:37:49 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-11 16:37:49 -0400 |
commit | 47ef5ed5f72b9d65a48780ee561ae84e8b05becb (patch) | |
tree | 61f6ebb1646aebf0e89cac0a67d3ef27fb008f02 /lib/sqlalchemy/sql/compiler.py | |
parent | fc157ed8c57b7fcfea6b76688d4733c87c4f8e82 (diff) | |
download | sqlalchemy-47ef5ed5f72b9d65a48780ee561ae84e8b05becb.tar.gz |
- 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.
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions