summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/hybrid.py
Commit message (Expand)AuthorAgeFilesLines
* more editsMike Bayer2023-02-171-2/+2
* typo, captionsMike Bayer2023-02-171-1/+5
* rework hybrid docs furtherMike Bayer2023-02-171-88/+126
* modernize hybrids and apply typingMike Bayer2023-02-161-177/+418
* typing: fix hybrid property setter (#9269)Mehdi ABAAKOUK2023-02-081-1/+1
* Remove `typing.Self` workaroundYurii Karabas2023-02-081-9/+3
* apply pep-612 to hybrid_method; accept SQLCoreOperationsMike Bayer2023-01-141-9/+18
* Fixes related to improved sql formattingFederico Caselli2023-01-121-17/+39
* Improve sql formattingFederico Caselli2023-01-111-7/+7
* happy new year 2023Mike Bayer2023-01-031-1/+1
* remove errant NO_KEY symbolMike Bayer2022-12-271-1/+1
* implement write-only colletions, typing for dynamicMike Bayer2022-10-061-149/+0
* Docs Update - Add **kwargs to CaseInsensitiveComparator docs (#8063)Justin Crown2022-06-041-9/+15
* revenge of pep 484Mike Bayer2022-05-151-3/+3
* pep484: attributes and relatedMike Bayer2022-05-031-6/+7
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-7/+13
* pep484: schema APIMike Bayer2022-04-151-2/+3
* pep-484: session, instancestate, etcMike Bayer2022-04-121-1/+3
* pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-15/+29
* pep484 for hybridMike Bayer2022-03-171-49/+175
* pep484 + abc bases for assocaitionproxyMike Bayer2022-03-011-19/+25
* Initial ORM typing layoutMike Bayer2022-01-141-2/+7
* happy new year 2022Mike Bayer2022-01-061-1/+1
* 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