summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - Added a `name` argument to `Query.subquery()`, to allowMike Bayer2011-01-301-5/+12
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-4/+4
* typosMike Bayer2011-01-181-2/+2
* - Session.connection(), Session.execute() accept 'bind',Mike Bayer2011-01-181-57/+91
* - Session.merge() will check the version id of the incomingMike Bayer2011-01-181-0/+28
* - tests for hybridMike Bayer2011-01-173-48/+66
* - allow aliased() to call .alias() on a selectable, [ticket:2018]Mike Bayer2011-01-152-1/+7
* - composite now relates to its parent class in terms of MapperProperty,Mike Bayer2011-01-151-18/+41
* QueryableAttribute can stringify itself without triggering a mapper compile. ...Mike Bayer2011-01-121-1/+1
* - add a note about query.order_by(None) with union etc. clarifies [ticket:2022]Mike Bayer2011-01-121-1/+8
* - Fixed bug regarding "subqueryload" strategy wherebyMike Bayer2011-01-061-0/+14
* - Fixed bug whereby "passive_deletes='all'" wasn't passingMike Bayer2011-01-042-8/+11
* doc updatesMike Bayer2011-01-031-2/+37
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-023-1/+32
* - whitespace removal bonanzaMike Bayer2011-01-0222-1304/+1302
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-0224-39/+70
* - add QueryContext to load(), refresh()Mike Bayer2010-12-314-35/+71
* - removes the "on_" prefix.Mike Bayer2010-12-3014-140/+140
* - factor out the dependency on the "on_" nameMike Bayer2010-12-303-11/+11
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-21/+21
* - A little more verbiage to the "primaryjoin" error,Mike Bayer2010-12-301-8/+22
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-292-1/+4
* - restore mapper.get_property() to use the _props dict. at the momentMike Bayer2010-12-283-37/+65
* - simplified the descriptor system to no longer use the hybrid extension, ins...Mike Bayer2010-12-283-41/+34
* - merge rfc0b9df5d9e0 from 0.6 branchMike Bayer2010-12-281-0/+11
* - on_expire event, since we are starting to build off of events aroundMike Bayer2010-12-253-18/+87
* - add a new "on mapper configured" event - handy !Mike Bayer2010-12-252-2/+28
* bugfixMike Bayer2010-12-242-2/+2
* - restore declarative support for "composite"Mike Bayer2010-12-234-2/+15
* - added flag to mark any attribute as "modified"Mike Bayer2010-12-231-0/+12
* - slight simplify to state.modified_event()Mike Bayer2010-12-233-29/+21
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-217-47/+54
* tiny inliningsMike Bayer2010-12-211-9/+8
* - refactor expire_attributes into two simpler methodsMike Bayer2010-12-213-44/+29
* - modest inlinings into the MapperProperty.setup/row_processor chainMike Bayer2010-12-206-75/+80
* callcount reductionMike Bayer2010-12-201-6/+6
* dont need the wrapper hereMike Bayer2010-12-201-3/+3
* - convert built in AttributExtensions to event listener fnsMike Bayer2010-12-206-76/+67
* - with composites gone all the get_col_value crap is gone tooMike Bayer2010-12-203-50/+24
* - clean it up a bitMike Bayer2010-12-201-8/+18
* - move the "descriptor" properties into a separate module.Mike Bayer2010-12-202-283/+305
* - crudely, this replaces CompositeProperty's base to beMike Bayer2010-12-202-130/+108
* - merge versioning example fix from 0.6Mike Bayer2010-12-201-0/+10
* - try to make get_all_pending() a little easier to read without adding callsMike Bayer2010-12-191-33/+27
* - further optimize what get_all_pending() returns to reduce the work of recei...Mike Bayer2010-12-195-90/+86
* narrow down cascades in session some moreMike Bayer2010-12-191-61/+38
* trivial inliningsMike Bayer2010-12-183-7/+6
* - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-185-46/+48
* - use get_all_pending in per_state_flush_actions(), but we'd like toMike Bayer2010-12-173-6/+12
* - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases,Mike Bayer2010-12-165-202/+217