summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - typo fix [ticket:2017]Mike Bayer2011-02-101-1/+1
* - Query.distinct() now accepts column expressionsMike Bayer2011-02-101-2/+13
* formatting fixMike Bayer2011-02-101-3/+7
* - An exception is raised in the unusual case that anMike Bayer2011-02-102-2/+10
* - Fixed bug where a column with a SQL or server side defaultMike Bayer2011-02-091-1/+2
* - Adjusted flush accounting step to occur beforeMike Bayer2011-02-071-20/+16
* - Session constructor emits a warning when autoflush=TrueMike Bayer2011-02-071-0/+8
* typoMike Bayer2011-02-051-1/+1
* - Session weak_instance_dict=False is deprecated.Mike Bayer2011-02-051-98/+98
* - A single contains_eager() call acrossMike Bayer2011-02-054-24/+22
* - 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
* - 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