summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* Change generator termination from StopIteration to return.pr/211pgjones2015-10-301-2/+2
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-1/+8
* Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-8/+7
* Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202Eric Siegerman2015-09-241-1/+1
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-1/+1
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-132-2/+12
* Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4
* Missing comma in method argspr/184Benjamin Petersen2015-06-221-1/+1
* - automap is stableMike Bayer2015-06-181-6/+0
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-6/+3
* baked: Support initial args for cache keyINADA Naoki2015-06-021-2/+2
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-1/+34
* - fix typo MANYTOONE -> MANYTOMANY, fixes #3415Mike Bayer2015-05-051-1/+1
* - Repair _reinstall_default_lookups to also flip the _extended flagMike Bayer2015-05-011-1/+8
* - add boldface for "viable" plus a note describing that thisMike Bayer2015-04-291-1/+7
* - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-281-6/+10
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-262-18/+13
* - add the "strict" version of this lookup for __abstract__ as well,Mike Bayer2015-04-241-2/+2
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-241-9/+11
* - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-9/+6
* - ensure as_declarative is part of __all__ hereMike Bayer2015-03-121-0/+1
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-112-0/+504
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+21
* - copyright 2015Mike Bayer2015-03-1013-13/+13
* Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-1/+4
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+2
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-052-3/+3
* - strategies + declarativeMike Bayer2015-01-041-0/+10
* correctionsMike Bayer2014-12-271-1/+1
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-171-1371/+0
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-1/+1
* commentsMike Bayer2014-09-261-3/+8
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-253-338/+654
* - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-6/+40
* - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-181-1/+6
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-2/+5
* Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+4
|\
| * add update() support to MutableDictMatt Chisholm2014-08-091-0/+4
* | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq...Mike Bayer2014-08-251-3/+3
|\ \
| * | fix MutableDict.coerceMatt Chisholm2014-08-091-3/+3
| |/
* | - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-132-9/+9
|/
* - also add the alternate approach, name column distinctly from attribute name,Mike Bayer2014-07-161-0/+14
* - add a documentation section for naming conflicts, fixes #3129Mike Bayer2014-07-161-0/+44
* PEP8 style fixesBrian Jarrett2014-07-1313-351/+399
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0913-13/+26
* Merged in therve/bug-3093/bug/3093 (pull request #24) Mike Bayer2014-07-061-1/+2
|\
| * Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-241-1/+2
* | - Fixed bug when the declarative ``__abstract__`` flag was not beingMike Bayer2014-06-251-1/+1
|/