summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-113-6/+6
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-267-14/+14
* Added some links in session docsbenselme2014-04-231-35/+39
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-191-26/+46
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-092-2/+37
* - add some docs for the instancestate linkage to the inspection systemMike Bayer2014-04-041-5/+67
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-021-1/+1
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-011-1/+1
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-282-17/+40
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-281-1/+12
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-11/+15
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-271-4/+11
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-1/+8
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-1/+0
* - Fixed bug in mutable extension as well asMike Bayer2014-03-192-3/+3
* - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+6
* - Added support for the not-quite-yet-documented ``insert=True``Mike Bayer2014-03-161-10/+10
* - fairly epic rework of the cascade documentationMike Bayer2014-03-151-60/+14
* - correct this to make the intention clearMike Bayer2014-03-131-2/+1
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-111-2/+46
* - Support has been added for pytest to run tests. This runnerMike 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