summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/mapper.py
Commit message (Expand)AuthorAgeFilesLines
...
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-72/+119
* - Repaired edge case where mapper would failMike Bayer2011-08-061-6/+21
* - Load of a deferred() attribute on an objectMike Bayer2011-07-311-3/+1
* - Added public attribute ".validators" toMike Bayer2011-07-301-2/+13
* - recall that groupby() expects a sorted collection, ditch itMike Bayer2011-07-241-7/+5
* - Fixed bug apparent only in Python 3 wherebyMike Bayer2011-07-241-3/+7
* - Feature enhancement: joined and subqueryMike Bayer2011-07-171-18/+30
* - Added the same "columns-only" check toMike Bayer2011-06-081-1/+3
* - "delete-orphan" cascade is now allowed onMike Bayer2011-06-041-2/+2
* take out a little cruft. Spend two hours trying to make things simpler,Mike Bayer2011-06-011-72/+74
* - Fixed bug whereby mapper mapped to an anonymousMike Bayer2011-05-201-14/+15
* - Changed the handling in determination of joinMike Bayer2011-05-071-2/+1
* - mapper() will ignore non-configured foreign keysMike Bayer2011-05-071-1/+2
* - a non_primary mapper will inherit the _identity_classMike Bayer2011-04-271-0/+1
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-1/+19
* - add attrstrings for all the important mapper() attrbutes, [ticket:2094].Mike Bayer2011-03-201-10/+221
* corrected a bunch of spelling typosDiana Clarke2011-02-281-2/+2
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-17/+26
* - Fixed bug where a column with a SQL or server side defaultMike Bayer2011-02-091-1/+2
* - Also emits the correct WHERE criterionMike Bayer2011-02-021-2/+1
* - Fixed bug where "middle" class in a polymorphic hierarchyMike Bayer2011-02-021-10/+11
* - A warning is emitted when a joined-table inheriting mapperMike Bayer2011-01-301-1/+7
* - tests for hybridMike Bayer2011-01-171-4/+5
* - whitespace removal bonanzaMike Bayer2011-01-021-127/+127
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - add QueryContext to load(), refresh()Mike Bayer2010-12-311-25/+28
* - removes the "on_" prefix.Mike Bayer2010-12-301-18/+18
* - factor out the dependency on the "on_" nameMike Bayer2010-12-301-2/+2
* - restore mapper.get_property() to use the _props dict. at the momentMike Bayer2010-12-281-6/+2
* - merge rfc0b9df5d9e0 from 0.6 branchMike Bayer2010-12-281-0/+11
* - add a new "on mapper configured" event - handy !Mike Bayer2010-12-251-0/+1
* - restore declarative support for "composite"Mike Bayer2010-12-231-0/+2
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-7/+13
* tiny inliningsMike Bayer2010-12-211-9/+8
* - refactor expire_attributes into two simpler methodsMike Bayer2010-12-211-2/+2
* - modest inlinings into the MapperProperty.setup/row_processor chainMike Bayer2010-12-201-5/+7
* - with composites gone all the get_col_value crap is gone tooMike Bayer2010-12-201-33/+15
* - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-4/+4
* - inliningsMike Bayer2010-12-161-3/+8
* c is undefined, we mean connection herePhilip Jenvey2010-12-121-1/+1
* - inlinings and callcount reductionsMike Bayer2010-12-121-4/+4
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-121-4/+4
* - clean up the batch insert thingMike Bayer2010-12-111-90/+92
* - initial stab at using executemany() for inserts in the ORM when possibleMike Bayer2010-12-101-62/+95
* - callcountsMike Bayer2010-12-101-8/+18
* - callcountMike Bayer2010-12-091-7/+9
* callcount destructo engageMike Bayer2010-12-091-46/+54
* - shave about a millisecond off of moderately complex save casades.Mike Bayer2010-12-061-7/+7
* - added strictness to the optimized load, [ticket:1992]Mike Bayer2010-12-031-6/+7
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-3/+3