summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
...
* move mapper-level UOW functionality straight into unitofwork also. there'sMike Bayer2012-07-141-28/+26
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-76/+3
* - move all of orm to use absolute importsMike Bayer2012-06-231-18/+13
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-112/+75
* - [bug] Raise an exception if xyzload_all() isMike Bayer2012-01-281-2/+5
* - [feature] Added new capability to relationshipMike Bayer2012-01-221-2/+13
* happy new yearMike Bayer2012-01-041-1/+1
* - Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-1/+1
* plus synonyms accessed as stringMike Bayer2011-09-191-2/+2
* - add docstrings for defer(), undefer(), improve name "keys" to be "key"Mike Bayer2011-08-141-1/+2
* - second pass through association proxy docs, some more links on any()/has(),...Mike Bayer2011-08-061-14/+26
* - Feature enhancement: joined and subqueryMike Bayer2011-07-171-1/+0
* - dont actually need separate init(), but be conservative for now.Mike Bayer2011-05-311-1/+5
* - remove the old term 'selectcontext'Mike Bayer2011-05-311-2/+2
* update out of date docstringMike Bayer2011-05-311-6/+5
* - move Operators and ColumnOperators into sqlalchemy.sql.operators - since thisMike Bayer2011-05-281-2/+2
* - get all comparison operators to document with sphinx - column based, relati...Mike Bayer2011-05-261-1/+1
* - Fixed regression introduced in 0.7b4 (!) wherebyMike Bayer2011-04-171-17/+36
* - Still more wording adjustments when a query optionMike Bayer2011-04-061-1/+3
* - Fixed bug in query.options() whereby a pathMike Bayer2011-03-171-18/+39
* - Improvements to the error messages emitted whenMike Bayer2011-03-161-10/+26
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-1/+1
* - A single contains_eager() call acrossMike Bayer2011-02-051-2/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-30/+29
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - restore mapper.get_property() to use the _props dict. at the momentMike Bayer2010-12-281-1/+1
* - modest inlinings into the MapperProperty.setup/row_processor chainMike Bayer2010-12-201-16/+18
* callcount reductionMike Bayer2010-12-201-6/+6
* - with composites gone all the get_col_value crap is gone tooMike Bayer2010-12-201-15/+0
* - inliningsMike Bayer2010-12-161-4/+4
* slight shrinking of the iterableMike Bayer2010-12-111-8/+9
* - add full series of unit tests for PropertyOption._get_paths, thus enabling ...Mike Bayer2010-12-111-10/+6
* - callcountsMike Bayer2010-12-101-0/+2
* callcount destructo engageMike Bayer2010-12-091-4/+19
* - merge hybrid attributes branch, [ticket:1903]Mike Bayer2010-11-201-2/+4
|\
| * merge tipMike Bayer2010-11-181-0/+4
| |\
| | * - Added active_history flag to relationship()Mike Bayer2010-11-181-0/+4
| * | merge tipMike Bayer2010-11-141-33/+15
| |\ \ | | |/
| * | merge tipMike Bayer2010-09-141-10/+29
| |\ \
| * \ \ merge tipMike Bayer2010-08-141-4/+5
| |\ \ \
| * | | | - add hybrid extensionMike Bayer2010-08-061-1/+1
| * | | | - step one, remove "resolve_synonyms" and start using class attributeMike Bayer2010-08-061-2/+4
* | | | | - event documentation bonanzaMike Bayer2010-11-141-0/+12
* | | | | - nearly complete implementation of MapperEvents, tests still failing and opt...Mike Bayer2010-11-061-17/+0
* | | | | - merge tipMike Bayer2010-11-061-32/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | - Added a new "lazyload" option "immediateload".Mike Bayer2010-10-151-32/+2
* | | | | merge tipMike Bayer2010-10-021-0/+12
|\ \ \ \ \ | |/ / / /
| * | | | - reworked the internals of mapper.cascade_iterator() toMike Bayer2010-10-011-1/+13
| | |_|/ | |/| |
* | | | - reorganizationMike Bayer2010-09-141-420/+14