summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-301-1/+4
* - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+5
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-263-4/+4
* - the rewording of orderinglist docs got committed by accident, finish it upMike Bayer2014-03-281-20/+12
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-2/+21
* clarify doc hereMike Bayer2014-03-281-4/+4
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-281-14/+77
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+3
* - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-2/+3
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-271-5/+3
* - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-161-1/+5
* - use an OrderedDict here so that tests are more deterministicMike Bayer2014-02-141-2/+2
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-113-4/+43
* this example doesn't work, we don't really have a solution for this as far as...Mike Bayer2014-02-101-31/+0
* - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-082-5/+31
* Merge pull request #60 from wichert/mutable-doc-importmike bayer2014-01-231-1/+0
|\
| * Remove uneeded import from code examplepr/60Wichert Akkerman2014-01-201-1/+0
* | - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+4
|/
* - happy new yearMike Bayer2014-01-0513-13/+13
* - many-to-many supportMike Bayer2014-01-051-66/+786
* - basic functionality.Mike Bayer2014-01-041-23/+30
* - hypothetical "automap" feature, would extend DeferredReflection to create c...Mike Bayer2014-01-031-0/+113
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-032-19/+63
* - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-1/+20
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-1/+14
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-032-38/+75
* Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-1/+1
* - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-291-7/+3