diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-03-12 13:14:14 -0700 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-03-12 13:14:14 -0700 |
commit | 6c03a8ddd366b62285e2671a25a429f7bff1d052 (patch) | |
tree | 3ef6f29e6a2b04f6112345d501d10fd2a5f184fd /lib/sqlalchemy/sql/expression.py | |
parent | 5448f6129cd0487c3d06324385cc2ef0701b5815 (diff) | |
download | sqlalchemy-6c03a8ddd366b62285e2671a25a429f7bff1d052.tar.gz |
- add __table_cls__ option to declarative, not publicized yet, is for the moment
for the benefit of the test.lib.schema package.
- use test.lib.schema.Table for the table within test.lib.fixtures.DeclarativeMappedTest
- [bug] Removed the check for number of
rows affected when doing a multi-delete
against mapped objects. If an ON DELETE
CASCADE exists between two rows, we can't
get an accurate rowcount from the DBAPI;
this particular count is not supported
on most DBAPIs in any case, MySQLdb
is the notable case where it is.
[ticket:2403]
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
0 files changed, 0 insertions, 0 deletions