summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-294-5/+143
* - add tests to ensure SELECT of dynamic collection not emittedMike Bayer2012-12-222-1/+3
* - revert the full iteration of the collection for a passive history event; th...Mike Bayer2012-12-221-5/+11
* - significantly rework the approach to collection events and history within D...Mike Bayer2012-12-212-63/+86
* - cleanup on these testsMike Bayer2012-12-211-0/+6
* The :meth:`.Query.select_from` method can now be used with aMike Bayer2012-12-131-18/+18
* fixing sessionmaker linkDiana Clarke2012-12-071-1/+1
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-016-136/+227
* more warningsMike Bayer2012-11-281-12/+19
* Added a new exception to detect the case where twoMike Bayer2012-11-242-2/+23
* I think this is a bit clearer: "within the same query", makes it sound like o...Diana Clarke2012-11-211-4/+3
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-1910-187/+297
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-1910-189/+238
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-193-173/+198
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-194-40/+113
* should be 'where' not 'filter' #2546Diana Clarke2012-11-181-1/+1
* added test of synchronize_session='fetch' on rows which are not already in th...Scott Torborg2012-11-101-0/+1
* update the introMike Bayer2012-10-311-2/+2
* - do a straight __subclasses__ traversal here, so that we aren'tMike Bayer2012-10-282-10/+17
* - remove remote_foreign annotationMike Bayer2012-10-283-61/+31
* - cover additional cases for [ticket:2585], where events are applied to base ...Mike Bayer2012-10-281-1/+12
* - more docsMike Bayer2012-10-264-8/+8
* - add class_ to AliasedInspMike Bayer2012-10-264-16/+29
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-255-21/+55
* - fix regression from 0.7 where calling get_history with passiveMike Bayer2012-10-221-0/+4
* - errant maxdbMike Bayer2012-10-192-5/+0
* - move out maxdbMike Bayer2012-10-182-0/+5
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-3/+11
* - allow a __clause_element__() to be passed to query.filter() alsoMike Bayer2012-10-151-8/+1
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-152-3/+22
* - lets default propagate to True here since it was essentially alwaysMike Bayer2012-10-121-1/+7
* - [feature] Improvements to event listening forMike Bayer2012-10-123-13/+129
* - add support for integer indexes and slices to PathRegistryMike Bayer2012-10-111-3/+15
* - add coverage for merge_result() [ticket:2588]Mike Bayer2012-10-112-3/+4
* - remove old hardcoded rule about chained being limited to certain load typesMike Bayer2012-10-081-1/+1
* - [bug] Continuing [ticket:2566] regarding extraMike Bayer2012-10-061-0/+15
* - [feature] The Session will produce warningsMike Bayer2012-10-042-3/+42
* - add one more #2583 test to cover the "multiple PK switch" use caseMike Bayer2012-10-031-1/+1
* - [bug] Fixed Session accounting bug whereby replacingMike Bayer2012-10-031-3/+18
* - commit Priit Laes docstring fixesMike Bayer2012-09-302-9/+10
* - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-283-3/+19
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-231-3/+3
* - [bug] Extra logic has been added to the "flush"Mike Bayer2012-09-221-1/+9
* - rename .attr to .attrs on mapper, instance state, [ticket:2569]Mike Bayer2012-09-222-7/+7
* mapper configured docMike Bayer2012-09-211-2/+10
* - [feature] New session events after_transaction_createMike Bayer2012-09-202-1/+29
* Added test and fix for version_id_col bug.Daniel Miller2012-09-121-1/+1
* updatesMike Bayer2012-09-102-8/+36
* - rework scoped_session and sessionmaker, [ticket:2500]Mike Bayer2012-09-104-141/+172
* - add a test to make sure we've tested session.execute(stmt, multiparams)Mike Bayer2012-09-091-25/+84