| Commit message (Expand) | Author | Age | Files | Lines |
| * | Write a much better section about server defaults | Mike Bayer | 2018-08-09 | 1 | -0/+4 |
| * | - add a new FAQ recipe for "walk all objects", replacing the need | Mike Bayer | 2015-09-10 | 1 | -4/+13 |
| * | - re-document and fully cross link all of configure_mappers(), | Mike Bayer | 2015-08-24 | 1 | -1/+27 |
| * | - add a warning suggesting to use the dictionary form of access | Mike Bayer | 2015-07-05 | 1 | -0/+33 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - The "wildcard" loader options, in particular the one set up by | Mike Bayer | 2015-01-13 | 1 | -0/+7 |
| * | - Fixed a leak which would occur in the unsupported and highly | Mike Bayer | 2014-11-13 | 1 | -0/+2 |
| * | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -256/+270 |
| * | - 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 |
| * | 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 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -6/+6 |
| * | - additional fix for [ticket:2750] where on an update, we make sure the | Mike Bayer | 2013-06-30 | 1 | -1/+2 |
| * | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 1 | -1/+32 |
| * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -1/+1 |
| * | repair py3kisms in key ORM modules | Mike Bayer | 2013-05-26 | 1 | -6/+6 |
| * | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 1 | -2/+3 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -14/+14 |
| * | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -1/+2 |
| * | Fixed bug whereby ORM would run the wrong kind of | Mike Bayer | 2013-04-11 | 1 | -0/+2 |
| * | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -2/+14 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
| * | - Improved checking for an existing backref name conflict during | Mike Bayer | 2013-03-03 | 1 | -1/+11 |
| * | the consideration of a pending object as | Mike Bayer | 2013-01-24 | 1 | -7/+18 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | Extended the :doc:`/core/inspection` system so that all Python descriptors | Mike Bayer | 2012-12-29 | 1 | -0/+37 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -3/+3 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -6/+8 |
| * | - [feature] Improvements to event listening for | Mike Bayer | 2012-10-12 | 1 | -4/+1 |
| * | - rename .attr to .attrs on mapper, instance state, [ticket:2569] | Mike Bayer | 2012-09-22 | 1 | -6/+6 |
| * | - [feature] Conflicts between columns on | Mike Bayer | 2012-08-27 | 1 | -3/+2 |
| * | - update engine docstrings due to move | Mike Bayer | 2012-08-13 | 1 | -1/+1 |
| * | - more fixes to py 3.3 tests, [ticket:2542] | Mike Bayer | 2012-08-11 | 1 | -1/+1 |