summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/dynamic.py
Commit message (Expand)AuthorAgeFilesLines
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* ensure relationship.order_by stored as a tuple; check in dynamic alsoMike Bayer2021-05-271-1/+3
* Restore detached object logic for dynamic, but warnMike Bayer2021-05-041-5/+17
* loader strategy regression fixesMike Bayer2021-05-031-2/+24
* Revert AppenderQuery modifications from ORMMike Bayer2021-02-251-253/+60
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+5
* Deprecate negative slice indexesMike Bayer2020-09-221-1/+3
* restore slice methods to dynamic queryMike Bayer2020-09-211-1/+12
* See if the future is hereMike Bayer2020-08-281-1/+1
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-68/+236
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-4/+15
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-2/+2
* happy new yearMike Bayer2020-01-011-1/+1
* Unify generation between Core and ORM queryMike Bayer2019-09-261-4/+4
* Fixes for uselist=True with m2o relationshipsMike Bayer2019-07-181-0/+12
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-11/+10
* Run black -l 79 against all source filesMike Bayer2019-01-061-74/+134
* Insert primary entity in dynamic "secondary"Mike Bayer2018-11-131-1/+7
* Add prop.secondary to FROM for dynamic loaderMike Bayer2018-10-171-0/+5
* Ensure backrefs accommodate for op_bulk_replaceMike Bayer2018-01-241-0/+1
* happy new yearMike Bayer2018-01-121-1/+1
* Support state expiration for with_expression(); rename deferred_expressionMike Bayer2017-06-261-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Move setup functionality into _register_attributeMike Bayer2016-11-061-3/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - refactor of adapt_like_to_iterable(), fixes #3457.Mike Bayer2015-12-091-4/+3
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - remove some old cruftMike Bayer2014-09-071-3/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-39/+41
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-261-2/+3
* - happy new yearMike Bayer2014-01-051-1/+1
* - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-261-2/+7
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+2
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-4/+1
* - The mechanism by which attribute events pass along anMike Bayer2013-07-261-2/+5
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - add tests to ensure SELECT of dynamic collection not emittedMike Bayer2012-12-221-0/+3
* - revert the full iteration of the collection for a passive history event; th...Mike Bayer2012-12-221-5/+11
* - significantly rework the approach to collection events and history within D...Mike Bayer2012-12-211-61/+83
* - cleanup on these testsMike Bayer2012-12-211-0/+6
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-7/+11
* - [bug] An error is emitted when uselist=FalseMike Bayer2012-08-051-2/+6
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-041-0/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-13/+13