summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/properties.py
Commit message (Expand)AuthorAgeFilesLines
* copyrightMike Bayer2012-05-051-1/+1
* - Fixed bug where determination of "self referential"Mike Bayer2011-05-071-1/+8
* Corrected a bunch of spelling typos.Diana Clarke2011-03-141-3/+3
* -whitespace removal bonanzaMike Bayer2011-01-021-63/+63
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+2
* - A little more verbiage to the "primaryjoin" error,Mike Bayer2010-12-301-8/+22
* - Fixed bug which prevented composite mappedMike Bayer2010-12-211-1/+1
* - Added active_history flag to relationship()Mike Bayer2010-11-181-0/+5
* - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-3/+0
* - Added a new "lazyload" option "immediateload".Mike Bayer2010-10-151-1/+1
* - reworked the internals of mapper.cascade_iterator() toMike Bayer2010-10-011-1/+2
* - in depth docs about some merge() tipsMike Bayer2010-09-221-1/+4
* - lazy loads for relationship attributes now useMike Bayer2010-09-121-10/+7
* - Slight improvement to the behavior of "passive_updates=False"Mike Bayer2010-09-121-0/+4
* - query.with_parent() now accepts transient objectsMike Bayer2010-09-061-5/+13
* - The include_properties and exclude_properties argumentsMike Bayer2010-08-301-1/+11
* - Similarly, for relationship(), foreign_keys,Mike Bayer2010-08-211-5/+6
* - Another pass through the series of error messagesMike Bayer2010-08-141-80/+110
* - some of the refinements from the sa_synonyms branch which willMike Bayer2010-08-081-50/+62
* - Repaired the usage of merge() when used withMike Bayer2010-08-011-0/+20
* tidyMike Bayer2010-07-111-313/+375
* some pep-8ingMike Bayer2010-05-131-20/+42
* - session.merge() will not expire attributes on the returnedMike Bayer2010-05-081-5/+12
* move factory function to classmethodMike Bayer2010-04-111-1/+2
* got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep...Mike Bayer2010-04-091-6/+2
* starting to arrange things such that unneeded executors aren't gettingMike Bayer2010-04-081-3/+2
* merge from defaultMike Bayer2010-04-071-12/+12
|\
| * - dict_ becomes explicit on _get_state_attr_by_column, _set_state_attr_by_col...Mike Bayer2010-04-071-12/+12
* | - enabled the DetectKeySwitch, and additionally added that it needMike Bayer2010-04-051-1/+2
* | merge default branchMike Bayer2010-04-041-8/+17
|\ \ | |/
| * - The ORM will set the docstring of all generated descriptorsMike Bayer2010-04-021-8/+17
* | this version passes one to many tests so farMike Bayer2010-04-011-0/+5
* | its alive !Mike Bayer2010-03-311-0/+4
* | This is turning out to be a rewrite of the accounting system of unitofwork.py...Mike Bayer2010-03-301-4/+0
* | merge trunk. Re-instating topological._find_cycles for the momentMike Bayer2010-03-301-49/+143
|\ \ | |/
| * - Session.refresh() now does an equivalent expire()Mike Bayer2010-03-291-2/+9
| * - A collection lazy load will switch off defaultMike Bayer2010-03-281-39/+130
| * - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-11/+3
| * initial subq implementationMike Bayer2010-03-211-3/+7
* | start sketching ideas for a rewritten unit of work.Mike Bayer2010-03-191-5/+2
|/
* add a synonym for RelationProperty -> RelationshipProperty tooMike Bayer2010-03-171-2/+2
* - The official name for the relation() function is nowMike Bayer2010-03-171-39/+39
* base tests passMike Bayer2010-03-091-1/+1
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-281-7/+6
* - session.merge() will not expire existing scalar attributesMike Bayer2010-02-231-3/+3
* - Fixed cascade bug in many-to-one relation() when attributeMike Bayer2010-02-161-6/+12
* - reduced a bit of overhead in attribute expiration, particularlyMike Bayer2010-02-131-2/+2
* Fixed bug in session.merge() blocking dict-like collections from merging.Jason Kirtland2010-02-111-1/+4
* - the "save-update" cascade will now cascade the pending *removed*Mike Bayer2010-01-301-5/+12
* happy new yearMike Bayer2010-01-071-1/+1