summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* add a note, no autoflush with execute, [ticket:2550]Mike Bayer2012-08-161-0/+2
* merge tip.Mike Bayer2012-08-132-2/+2
|\
| * - update engine docstrings due to moveMike Bayer2012-08-132-2/+2
* | - all tests passMike Bayer2012-08-132-5/+9
* | - develop new system of applying custom operators to ColumnElement classes. ...Mike Bayer2012-08-131-0/+3
|/
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-134-13/+23
* - [bug] Fixed bug whereby user error in related-objectMike Bayer2012-08-121-18/+38
* - more fixes to py 3.3 tests, [ticket:2542]Mike Bayer2012-08-111-1/+1
* - remove an unused function, hoorayMike Bayer2012-08-081-14/+0
* don't need this is_really_none() thing anymoreMike Bayer2012-08-083-23/+12
* big rework of is_active and SessionTransaction docsMike Bayer2012-08-081-32/+109
* - continue editing the merge docsMike Bayer2012-08-081-22/+26
* - modernize some merge docs a bitMike Bayer2012-08-071-0/+23
* - [bug] Improvements to joined/subquery eagerMike Bayer2012-08-061-1/+1
* - [bug] An error is emitted when uselist=FalseMike Bayer2012-08-051-2/+6
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-045-4/+34
* - [feature] Can now provide class-bound attributesMike Bayer2012-08-041-12/+6
* - [bug] with_polymorphic() produces JOINsMike Bayer2012-08-011-2/+9
* - [feature] Added reduce_columns() methodMike Bayer2012-07-281-7/+19
* -whitespace bonanza, contdMike Bayer2012-07-286-41/+41
* trailing whitespace bonanzaMike Bayer2012-07-281-69/+69
* - [feature] ORM entities can be passedMike Bayer2012-07-235-16/+20
* a lot of docsMike Bayer2012-07-183-71/+129
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-189-274/+352
* - document the inspection systemMike Bayer2012-07-183-104/+227
* this can be any expressionMike Bayer2012-07-181-3/+5
* - move ext to relative importsMike Bayer2012-07-172-48/+46
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-173-14/+14
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-166-206/+212
* - justify NamedTuple, now called KeyedTupleMike Bayer2012-07-161-1/+1
* some test fixes and cleanupMike Bayer2012-07-161-8/+10
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-168-905/+967
* - [bug] Fixed bug mostly local to newMike Bayer2012-07-142-27/+32
* - [feature] *Very limited* support forMike Bayer2012-07-141-6/+7
* - break up configure_propertyMike Bayer2012-07-141-109/+131
* move mapper-level UOW functionality straight into unitofwork also. there'sMike Bayer2012-07-145-383/+375
* - move load_scalar_attributes out to loading.pyMike Bayer2012-07-143-86/+94
* - [bug] ORM will perform extra effort to determineMike Bayer2012-07-051-106/+128
* 2.3 is a distant memoryMike Bayer2012-07-031-71/+63
* rework imports hereMike Bayer2012-07-032-54/+53
* turn commit_all into an iterative methodMike Bayer2012-06-253-17/+29
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-245-396/+96
* 2.5 compatMike Bayer2012-06-232-5/+3
* - fix this importMike Bayer2012-06-231-1/+1
* absolute imports in core, sqlMike Bayer2012-06-231-1/+0
* - move all of orm to use absolute importsMike Bayer2012-06-2326-825/+865
* - simplify setup_entity and related callsMike Bayer2012-06-231-132/+142
* - [removed] Deprecated identifiers removed:Mike Bayer2012-06-216-59/+21
* - [feature] The of_type() construct on attributesMike Bayer2012-06-209-370/+560
* - [bug] Fixed bug whereby populate_existingMike Bayer2012-06-161-0/+2