summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
...
| * - 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
* | - that's it, feature is finished, needs testsMike Bayer2014-08-201-106/+89
* | Merge branch 'master' into ticket_3100Mike Bayer2014-08-201-55/+55
|\ \ | |/
| * - factor out determination of current version id out ofMike Bayer2014-08-201-55/+55
* | - rename mapper._primary_key_props to mapper._identity_key_propsMike Bayer2014-08-191-7/+11
* | Merge branch 'master' into ticket_3100Mike Bayer2014-08-192-16/+9
|\ \ | |/
| * - simplify PK logic in update for row switchMike Bayer2014-08-192-16/+9
* | - refinementsMike Bayer2014-08-195-72/+86
* | devMike Bayer2014-08-181-19/+18
* | devMike Bayer2014-08-181-26/+21
* | Merge branch 'master' into ticket_3100Mike Bayer2014-08-183-225/+252
|\ \ | |/
| * - 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
* | - refine this enough so that _collect_insert_commands() seemsMike Bayer2014-08-152-133/+161
* | - change to be represented as two very fast bulk_insert() and bulk_update() m...Mike Bayer2014-08-155-145/+213
* | devMike Bayer2014-08-154-37/+70
* | - proof of conceptMike Bayer2014-08-154-39/+113
|/
* - 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