summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/mapper.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-0/+4
* Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-261-0/+9
|\
| * warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+9
* | - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-131-0/+7
* | - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-0/+2
* | - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-041-2/+2
* | Merge branch 'master' into ticket_3100Mike Bayer2014-12-071-0/+2
|\ \ | |/
| * - Fixed a leak which would occur in the unsupported and highlyMike Bayer2014-11-131-0/+2
* | Merge branch 'master' into ticket_3100Mike Bayer2014-11-061-8/+13
|\ \ | |/
| * Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-1/+1
| |\
| | * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+1
| | * improve exception vs. exit handlingndparker2014-09-231-0/+2
| * | - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-261-0/+6
| * | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-7/+6
| |/
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-021-16/+13
|\ \ | |/
| * - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-2/+1
| * - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-5/+4
| * - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-0/+10
| * - The "resurrect" ORM event has been removed. This event hook hadMike Bayer2014-08-251-11/+0
* | - rename mapper._primary_key_props to mapper._identity_key_propsMike Bayer2014-08-191-7/+11
* | Merge branch 'master' into ticket_3100Mike Bayer2014-08-191-0/+3
|\ \ | |/
| * - simplify PK logic in update for row switchMike Bayer2014-08-191-0/+3
* | - refinementsMike Bayer2014-08-191-0/+4
|/
* - optimize collection of cols we insert as noneMike Bayer2014-08-181-9/+9
* - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-181-0/+13
* - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-171-10/+19
* - port the _collect_insert_commands optimizations from ticket_3100Mike Bayer2014-08-151-0/+35
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-5/+5
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-258/+267
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-7/+16
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-7/+9
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-4/+4
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-281-1/+17
* - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-161-2/+2
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-4/+3
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-2/+6
* - happy new yearMike Bayer2014-01-051-1/+1
* - call it 0.9.0Mike Bayer2013-12-301-1/+1
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-1/+3
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-071-29/+45
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-021-4/+18
* Fix indentation and escape *args and **kwargsVraj Mohan2013-11-131-1/+1
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-2/+3
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-33/+72
* fix typospr/23Hyunjun Kim2013-08-251-1/+1
* - use newly fixed WeakSequence (#2794) to not have to rely on class name for ...Mike Bayer2013-08-181-5/+4
* formattingMike Bayer2013-08-181-1/+2
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-49/+377