| Commit message (Expand) | Author | Age | Files | Lines |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - squash-merge the final row_proc integration branch. this is | Mike Bayer | 2015-03-01 | 1 | -0/+4 |
* | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemy | Mike Bayer | 2015-01-26 | 1 | -0/+9 |
|\ |
|
| * | warn on duplicate polymorphic_identity | Sebastian Bank | 2014-12-04 | 1 | -0/+9 |
* | | - The "wildcard" loader options, in particular the one set up by | Mike Bayer | 2015-01-13 | 1 | -0/+7 |
* | | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -0/+2 |
* | | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 1 | -2/+2 |
* | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-12-07 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | - Fixed a leak which would occur in the unsupported and highly | Mike Bayer | 2014-11-13 | 1 | -0/+2 |
* | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-11-06 | 1 | -8/+13 |
|\ \
| |/ |
|
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -1/+1 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -3/+1 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+2 |
| * | | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| * | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 1 | -7/+6 |
| |/ |
|
* | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-09-02 | 1 | -16/+13 |
|\ \
| |/ |
|
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -2/+1 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -5/+4 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -0/+10 |
| * | - The "resurrect" ORM event has been removed. This event hook had | Mike Bayer | 2014-08-25 | 1 | -11/+0 |
* | | - rename mapper._primary_key_props to mapper._identity_key_props | Mike Bayer | 2014-08-19 | 1 | -7/+11 |
* | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-08-19 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | - simplify PK logic in update for row switch | Mike Bayer | 2014-08-19 | 1 | -0/+3 |
* | | - refinements | Mike Bayer | 2014-08-19 | 1 | -0/+4 |
|/ |
|
* | - optimize collection of cols we insert as none | Mike Bayer | 2014-08-18 | 1 | -9/+9 |
* | - major simplification of _collect_update_commands. in particular, | Mike Bayer | 2014-08-18 | 1 | -0/+13 |
* | - Fixed bug where attribute "set" events or columns with | Mike Bayer | 2014-08-17 | 1 | -10/+19 |
* | - port the _collect_insert_commands optimizations from ticket_3100 | Mike Bayer | 2014-08-15 | 1 | -0/+35 |
* | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -5/+5 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -258/+267 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -7/+16 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -7/+9 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -4/+4 |
* | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 1 | -1/+17 |
* | - add cross-linking for passive_deletes / passive_updates | Mike Bayer | 2014-02-16 | 1 | -2/+2 |
* | - Fixed bug where :class:`.AbstractConcreteBase` would fail to be | Mike Bayer | 2014-02-11 | 1 | -4/+3 |
* | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -2/+6 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - call it 0.9.0 | Mike Bayer | 2013-12-30 | 1 | -1/+1 |
* | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -1/+3 |
* | - documentation cleanup in ORM including [ticket:2816] | Mike Bayer | 2013-12-07 | 1 | -29/+45 |
* | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 1 | -4/+18 |
* | Fix indentation and escape *args and **kwargs | Vraj Mohan | 2013-11-13 | 1 | -1/+1 |
* | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 1 | -2/+3 |
* | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -33/+72 |
* | fix typospr/23 | Hyunjun Kim | 2013-08-25 | 1 | -1/+1 |
* | - use newly fixed WeakSequence (#2794) to not have to rely on class name for ... | Mike Bayer | 2013-08-18 | 1 | -5/+4 |
* | formatting | Mike Bayer | 2013-08-18 | 1 | -1/+2 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -49/+377 |