summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a syntax error in example code.Hyunjun Kim2013-11-291-1/+1
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-294-14/+14
|\
| * Fix cross referencesVraj Mohan2013-11-173-12/+12
| * Add API generation to resolve cross referencesVraj Mohan2013-11-171-1/+1
| * Remove reference to defunct classVraj Mohan2013-11-171-1/+1
* | - add more explicit docs for relationship mixin, [ticket:2876]Mike Bayer2013-11-271-4/+50
* | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-4/+4
|/
* Fix cross referencesVraj Mohan2013-11-121-1/+1
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-1/+5
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-143-6/+7
* - add event.contains() function to the event package, returns TrueMike Bayer2013-07-261-1/+1
* tpoMike Bayer2013-07-201-9/+9
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-192-1/+41
* Minor hybrid extension documentation updatepr/18David Beitey2013-07-191-2/+2
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-0/+6
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-10/+12
* - add a test for pullreq 8Mike Bayer2013-06-231-3/+3
* make tests passpr/8Devi2013-06-201-1/+1
* check if compostite_class is of class typeDevi2013-06-191-1/+2
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-1/+1
* Added additional criterion to the ==, != comparators, used withMike Bayer2013-06-081-4/+26
* Fixed bug where :class:`.MutableDict` didn't report a change eventMike Bayer2013-06-031-0/+4
* - fix a dict while iterate mutationMike Bayer2013-05-271-1/+1