This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
sqlalchemy
Watch
2
Star
0
Fork
0
You've already forked sqlalchemy
mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced
2026-06-03 22:35:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eba7328c46202af92de63d2b019bb2e4892255b7
sqlalchemy
/
test
/
base
T
History
Mike Bayer
345eaeed74
WeakCompositeKey was coded incorrectly and was not weakly referencing anything. However when repaired, the usage within RelationLoader._create_joins() still creates cycles between key elements and the value placed in the dict. In the interests of risk reduction, WCK is now removed and the two caches it was used for are now non-cached. Speed comparisons with one join/eager-heavy web application show no noticeable effect in response time.
2009-01-17 06:27:02 +00:00
..
__init__.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
alltests.py
merge the test/ directory from -r5438:5439 of py3k_warnings branch. this gives
2008-12-18 18:11:12 +00:00
dependency.py
- Removed 2.3 set emulations/enhancements.
2008-07-15 19:23:52 +00:00
except.py
merge the test/ directory from -r5438:5439 of py3k_warnings branch. this gives
2008-12-18 18:11:12 +00:00
utils.py
WeakCompositeKey was coded incorrectly and was not weakly referencing anything. However when repaired, the usage within RelationLoader._create_joins() still creates cycles between key elements and the value placed in the dict. In the interests of risk reduction, WCK is now removed and the two caches it was used for are now non-cached. Speed comparisons with one join/eager-heavy web application show no noticeable effect in response time.
2009-01-17 06:27:02 +00:00