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-05 07:17:06 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e2ac317129de654ea6f44bae5cf19dc2b6417e3
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
…
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