summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/dynamic.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed the "set collection" function on "dynamic" relationsMike Bayer2009-03-271-6/+31
* - Fixed bug in dynamic_loader() where append/remove eventsMike Bayer2009-03-241-4/+7
* - Adjusted the attribute instrumentation change from 0.5.1 toMike Bayer2009-01-221-1/+2
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-5/+11
* dynamic_loader() accepts query_class= to mix in user Query subclasses.Jason Kirtland2008-12-181-22/+46
* - added some abstraction to the attributes.History objectMike Bayer2008-10-281-1/+1
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-241-1/+1
* - A critical fix to dynamic relations allows theMike Bayer2008-07-191-25/+29
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-151-2/+3
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-151-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-27/+44
* - rearranged LoaderStrategies a bitMike Bayer2008-03-301-3/+15
* - fixed "cascade delete" operation of dynamic relations,Mike Bayer2008-03-161-11/+15
* - dynamic_loader() / lazy="dynamic" now accepts and usesMike Bayer2008-03-091-2/+6
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-311-1/+1
* - dynamic relations, when referenced, create a strongMike Bayer2008-01-161-13/+12
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-181-2/+2
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-141-5/+19
* bug fixesChris Mcdonough2007-12-121-1/+1
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-32/+24
* - also with dynamic, implemented correct count() behavior as wellMike Bayer2007-12-071-2/+13
* - added "cascade delete" behavior to "dynamic" relations just likeMike Bayer2007-12-071-17/+28
* - a major behavioral change to collection-based backrefs: they noMike Bayer2007-12-051-2/+2
* AttributeManager class and "cached" state removed....attribute listingMike Bayer2007-11-271-2/+2
* - fixed endless loop issue when using lazy="dynamic" on bothMike Bayer2007-11-191-2/+2
* - removed __len__ from "dynamic" collection as it would require issuingMike Bayer2007-10-171-7/+0
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-221-39/+40
* merged current entity_management brach r3457-r3462. cleans upMike Bayer2007-09-051-1/+1
* - a "collection-holding" InstrumentedAttribute is now identifiedMike Bayer2007-08-221-1/+4
* Removed unused imports, other import adjustments per pyflakesJason Kirtland2007-08-131-3/+3
* docstring stuffMike Bayer2007-08-051-1/+2
* - trimming down redundancy in lazyloader codeMike Bayer2007-07-281-21/+31
* Got basic backrefs going with dynamic attributesJason Kirtland2007-07-281-12/+24
* - an experimental feature that combines a Query with an InstrumentedAttribute...Mike Bayer2007-07-271-0/+123