summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/hybrid.py
Commit message (Expand)AuthorAgeFilesLines
* Remove object in class definitionFederico Caselli2021-11-221-8/+8
* process bulk_update_tuples before cache key or compilationMike Bayer2021-10-191-4/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-3/+3
* Check for hybrid's attribute name and support no nameMike Bayer2021-04-071-1/+40
* happy new yearMike Bayer2021-01-041-1/+1
* Use .expression accessor for hybrid exampleMike Bayer2020-12-151-1/+2
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+1
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-10/+9
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-1/+4
* Run search and replace of symbolic module namesMike Bayer2020-04-141-13/+18
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-261-14/+14
* happy new yearMike Bayer2020-01-011-1/+1
* Add missing attribute in hybrid.py docsDaniel Demmel2019-03-041-1/+1
* Fix many spell glitchesLele Gaifax2019-01-251-2/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-73/+69
* Run black -l 79 against all source filesMike Bayer2019-01-061-9/+21
* Add warning to hybrid property expression and fixup crosslinksJames Owen2018-10-041-1/+29
* happy new yearMike Bayer2018-01-121-1/+1
* - add notes that @comparator and @expression don't go together.Mike Bayer2017-10-301-0/+8
* Support hybrids/composites with bulk updatesMike Bayer2017-03-221-4/+105
* Allow reuse of hybrid_property across subclassesDiana Clarke2017-03-211-21/+192
* Support python3.6Mike Bayer2017-01-131-10/+10
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Minor fixes in the ext.hybrid documentation.pr/316Randy Barlow2016-10-231-2/+2
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-051-1/+1
* Propagate hybrid properties / infoMike Bayer2016-04-181-1/+12
* Honor hybrid property / method docstringsMike Bayer2016-04-181-5/+25
* - happy new yearMike Bayer2016-01-291-1/+1
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-1/+1
* Missing comma in method argspr/184Benjamin Petersen2015-06-221-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-2/+2
* correctionsMike Bayer2014-12-271-1/+1
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-6/+6
* PEP8 style fixesBrian Jarrett2014-07-131-3/+4
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* Minor hybrid extension documentation updatepr/18David Beitey2013-07-191-2/+2
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-1/+1
* formattingMike Bayer2013-02-021-3/+7
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-291-2/+33
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-191-7/+9
* hybrids: illustrate correlated subqueryMike Bayer2012-08-271-5/+62
* pep8Mike Bayer2012-07-181-93/+125
* - move ext to relative importsMike Bayer2012-07-171-2/+2
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-96/+96
* fix up docs a bit here, not sure if some enhancements had alreadyMike Bayer2012-03-131-30/+35