summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - fix oracle failures here due to mis-orderingMike Bayer2014-03-031-0/+1
* fix typosMike Bayer2014-02-282-2/+2
* - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-283-24/+72
* - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` andMike Bayer2014-02-261-4/+4
* - Fixed regression from 0.8 where using an option likeMike Bayer2014-02-241-0/+2
* -rewrite expire/refresh sectionMike Bayer2014-02-231-0/+24
* this isn't really the mainstream use case here; would need to talkMike Bayer2014-02-161-6/+0
* - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-162-104/+239
* remove redundant see alsoMike Bayer2014-02-161-3/+0
* - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-162-4/+15
* - cross link remote_side/self-referentialMike Bayer2014-02-141-1/+7
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-112-4/+20
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-4/+11
* - Fixed an 0.9 regression where ORM instance or mapper events appliedMike Bayer2014-02-091-18/+12
* - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-031-4/+5
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-0/+1
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-313-3/+9
* - remove this leftover commented pdbMike Bayer2014-01-231-5/+0
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-1/+0
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-223-6/+35
* Merge pull request #58 from kstark/patch-1mike bayer2014-01-141-1/+1
|\
| * Fix TypeError for class_mapper called w/ iterablepr/58Kyle Stark2014-01-131-1/+1
* | - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-131-4/+3
|/
* - happy new yearMike Bayer2014-01-0529-29/+29
* - fix some docstring stuffMike Bayer2014-01-051-5/+25
* Merge bitbucket.org:rschoon/sqlalchemy into tMike Bayer2014-01-021-1/+2
|\
| * Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-311-1/+2
* | - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-1/+1
* | - Fixed regression where we apparently still create an implicitMike Bayer2014-01-021-4/+20
|/
* - call it 0.9.0Mike Bayer2013-12-302-3/+3
* fix doc targetMike Bayer2013-12-191-1/+1
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-8/+32
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-1/+3
* wrong method nameMike Bayer2013-12-161-1/+1
* load_on_pending is different from enable_relationship_loading and shouldMike Bayer2013-12-152-6/+14
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-121-1/+1
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-0/+5
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-12/+10
* - The :class:`.exc.StatementError` or DBAPI-related subclassMike Bayer2013-12-111-1/+12
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-073-43/+88
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-023-12/+45
* - changelogMike Bayer2013-11-301-7/+8
* Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem...Mike Bayer2013-11-301-0/+8
|\
| * orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-251-1/+0
| * Add support for python3.3 list.clear() on orm.collectionsschettino722013-11-061-0/+9
* | - re-document synonyms and remove warnings about "superseded"; synonymsMike Bayer2013-11-301-33/+50
* | Merge pull request #45 from timka/patch-1mike bayer2013-11-291-1/+1
|\ \
| * | Fix sessionmaker.__repr__pr/45Timur2013-11-161-1/+1
* | | Merge pull request #46 from vrajmohan/mastermike bayer2013-11-293-6/+6
|\ \ \
| * | | Fix cross referencespr/46Vraj Mohan2013-11-171-1/+1