summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* Merge "implement deferred scalarobject history load"mike bayer2021-07-101-0/+6
|\
| * implement deferred scalarobject history loadMike Bayer2021-07-091-0/+6
* | Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
|/
* reorganize mapper compile/teardown under registryMike Bayer2021-02-011-3/+2
* happy new yearMike Bayer2021-01-041-1/+1
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-4/+4
* Folds two identical exception handlers into a single oneElmer de Looff2020-06-031-5/+1
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+3
* Run search and replace of symbolic module namesMike Bayer2020-04-141-14/+17
* Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-221-0/+7
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-3/+6
* happy new yearMike Bayer2020-01-011-1/+1
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-1/+0
* Implement raiseload for deferred columnsMike Bayer2019-10-161-0/+2
* Unify generation between Core and ORM queryMike Bayer2019-09-261-4/+2
* Unify NO_VALUE and NEVER_SETMike Bayer2019-05-241-10/+9
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-8/+0
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-5/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-3/+7
* Run black -l 79 against all source filesMike Bayer2019-01-061-58/+70
* Add before_mapper_configured eventChris Wilson2018-12-101-0/+1
* Add new NO_RAISE attribute flag and specify for m2o history loadMike Bayer2018-11-021-0/+6
* Unwrap Proxy objects when scanning declared_attrMike Bayer2018-08-231-0/+7
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-171-0/+2
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-2/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-081-1/+1
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-0/+4
* - doc fixesMike Bayer2015-01-061-4/+9
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-1/+6
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-0/+3
* - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-131-0/+26
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-4/+4
* flake8 cleanupMike Bayer2014-08-131-21/+25
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-80/+113
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-1/+0
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-1/+2
* - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-2/+3
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-0/+4
* Fix TypeError for class_mapper called w/ iterablepr/58Kyle Stark2014-01-131-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - fix some docstring stuffMike Bayer2014-01-051-5/+25