diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-07 20:38:00 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-08 21:42:07 -0400 |
commit | e83024d3fa45973d4dc1809282588dda8ac9bfce (patch) | |
tree | dcddea1539a9c018c02a408f0bebd22edcf18fbb /lib/sqlalchemy/testing/assertsql.py | |
parent | 5ae984b946f87cc485c29c4c947a8649d4c4c422 (diff) | |
download | sqlalchemy-e83024d3fa45973d4dc1809282588dda8ac9bfce.tar.gz |
Remove LRU warnings
Removed the warnings that are emitted when the LRU caches employed
by the mapper as well as loader srtategies reach their threshold; the
purpose of this warning was at first a guard against excess cache keys
being generated but became basically a check on the "creating many
engines" antipattern. While this is still an antipattern, the presense
of test suites which both create an engine per test as well as raise
on all warnings will be an inconvenience; it should not be critical
that such test suites change their architecture just for this warning
(though engine-per-test suite is always better).
Change-Id: I41ef8cd642d05a845f53119b196440f9d7879cd9
Fixes: #4071
Diffstat (limited to 'lib/sqlalchemy/testing/assertsql.py')
0 files changed, 0 insertions, 0 deletions