summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* change functionspr/137jona2014-09-161-7/+12
* - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-4/+4
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+10
* - check for None linker...Mike Bayer2014-09-081-1/+1
* - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-073-20/+79
* - remove some old cruftMike Bayer2014-09-074-78/+93
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-10/+8
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-073-9/+10
* wip for #3148Mike Bayer2014-09-062-5/+6
* - tiny refactors #1-#5Mike Bayer2014-09-051-3/+3
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-012-9/+6
* - improve from_statement() docMike Bayer2014-08-311-3/+9
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-313-11/+10
* - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-302-7/+16
* - continue moving things out that don't need to be thereMike Bayer2014-08-301-68/+59
* - do the polymorphic thing as a decorator so it's out of the way otherwiseMike Bayer2014-08-291-31/+22
* - pull out populators back into separate functions, though still very inlinedMike Bayer2014-08-291-82/+114
* - further move things vertically, at which point things are inlined enoughMike Bayer2014-08-291-51/+60
* - need to use safe_discard() at least in _restore_snapshot(), let's use itMike Bayer2014-08-291-3/+3
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-293-107/+104
* - reorganize how create_row_processor() communicates up toMike Bayer2014-08-293-82/+84
* - re-establish and test some behavior from previous versions, thatMike Bayer2014-08-291-11/+12
* - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-292-3/+20
* - add some more docs to yield_perMike Bayer2014-08-291-18/+38
* - use a faster discard when loadingMike Bayer2014-08-293-4/+16
* - inline the commit of partials tooMike Bayer2014-08-291-3/+3
* - Changed the approach by which the "single inheritance criterion"Mike Bayer2014-08-291-1/+1
* inlines galoreMike Bayer2014-08-291-34/+32
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-289-454/+154
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+4
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-282-5/+10
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-263-20/+48
* - The "resurrect" ORM event has been removed. This event hook hadMike Bayer2014-08-252-23/+0
* - factor out determination of current version id out ofMike Bayer2014-08-201-55/+55
* - simplify PK logic in update for row switchMike Bayer2014-08-192-16/+9
* - optimize collection of cols we insert as noneMike Bayer2014-08-182-17/+11
* - move out checks for table in mapper._pks_by_tableMike Bayer2014-08-181-16/+32
* - further reorganize collect_insert_commands to distinguish betweenMike Bayer2014-08-181-13/+21
* - organize persistence methods in terms of generators,Mike Bayer2014-08-181-93/+94
* - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-182-83/+70
* - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-172-19/+22
* - support dialects w/o sane multi row count againMike Bayer2014-08-161-15/+33
* - need list() here for py3kMike Bayer2014-08-161-1/+4
* - port the _collect_insert_commands optimizations from ticket_3100Mike Bayer2014-08-152-36/+70
* - The :class:`.IdentityMap` exposed from :class:`.Session.identity`Mike Bayer2014-08-151-26/+8
* - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-141-41/+62
* pep8Mike Bayer2014-08-141-9/+9
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-2/+17
* - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-132-22/+26
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-137-17/+17