summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - attempt to write part of _populate_full in C. Performance differenceattempt_c_loadingMike Bayer2014-08-291-1/+2
* - 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
* flake8 cleanupMike Bayer2014-08-132-24/+28
* - restore non_updating_cascade to test_manytomany_nonpassive, but alsoMike Bayer2014-07-251-0/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-2028-2659/+2867
* - reinstate E123, E125, E128Mike Bayer2014-07-161-103/+146
* - fully flake8 this fileMike Bayer2014-07-151-234/+233
* - Fixed a regression caused by :ticket:`2976` released in 0.9.4 whereMike Bayer2014-07-151-11/+19
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-141-0/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0929-29/+58
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-082-4/+15
* Merge pull request #100 from plaes/typosmike bayer2014-07-061-1/+1
|\
| * typo: s/tranasction/transactionPriit Laes2014-06-281-1/+1
* | - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-011-1/+4
* | - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-302-13/+14
* | - cut out some calls by inlining the calls to get_history()Mike Bayer2014-06-281-9/+8
|/
* - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-261-2/+3