summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Default to using current mapped class as owner if none foundMike Bayer2018-02-201-1/+6
* Search through mapper superclass hierarchy for ownerMike Bayer2018-02-091-13/+35
* Rework synonym, synonym_for documentationMike Bayer2018-01-241-11/+26
* happy new yearMike Bayer2018-01-1215-15/+15
* Check for the endmost target when chaining contains()Mike Bayer2018-01-021-0/+1
* Add an identity_token to the identity keyMike Bayer2017-12-221-4/+30
* Add baked.Result.with_post_criteria methodMike Bayer2017-11-122-15/+56
* - add notes that @comparator and @expression don't go together.Mike Bayer2017-10-301-0/+8
* Resolve AliasedClass when determining owning class of association proxyMike Bayer2017-10-201-1/+12
* Warnings for @declared_attr.cascadingticket_4091Mike Bayer2017-09-262-8/+52
* Include missing import in exampleMichael Stewart2017-06-301-0/+1
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-121-36/+68
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-062-0/+13
* Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-051-0/+20
* selectin polymorphic loadingMike Bayer2017-06-051-4/+7
* Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-261-1/+5
* Add AttributeEvents.modifiedMike Bayer2017-05-231-0/+22
* Add new configuration, inspection for baked queriesMike Bayer2017-05-171-6/+26
* - give SelectinLoader its own bakery, dont use mapperMike Bayer2017-05-161-1/+2
* Protect against cls weakref becoming NoneMike Bayer2017-05-082-4/+8
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+2
* Use baked lazyloading by defaultMike Bayer2017-04-131-109/+50
* Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-041-1/+2
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-301-1/+19
* Add bindparams support for baked Result count() methodMalaclypse The Younger2017-03-301-1/+1
* Support hybrids/composites with bulk updatesMike Bayer2017-03-221-4/+105
* Allow reuse of hybrid_property across subclassesDiana Clarke2017-03-211-21/+192
* New features from python 2.7Катаев Денис2017-03-172-3/+3
* Improve serializer behaviorMike Bayer2017-03-141-1/+1
* Union the exclude_properties of the inheriting mapper in declarativeMike Bayer2017-01-301-2/+6
* Merge "Add count(), scalar() to baked query"mike bayer2017-01-301-1/+35
|\
| * Add count(), scalar() to baked queryMike Bayer2017-01-301-1/+35
* | Fix nested index_property setter when there is no container valueJeong YunWon2017-01-301-2/+4
|/
* - add missing param tagMike Bayer2017-01-281-3/+3
* - repair an errant docstring w/o rMike Bayer2017-01-171-2/+2
* Support python3.6Mike Bayer2017-01-136-20/+20
* update for 2017 copyrightMike Bayer2017-01-0415-15/+15
* Minor fixes in the ext.hybrid documentation.pr/316Randy Barlow2016-10-231-2/+2
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-5/+3
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-171-2/+6
* Remove some legacy dead code from the declared_attr logicpr/315Pierre Jaury2016-10-161-3/+0
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-082-5/+5
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-051-1/+1
* - some documentation hitsMike Bayer2016-10-011-0/+9
* Remove extra "return" statement in orm.ext.declared_attr.cascading examplesDmitry Bogun2016-10-011-8/+5
* Add docstring to declarative_baseFrazer McLean2016-08-061-0/+6
* Fix reference to _declarative_constructor in docstringMichael Williamson2016-07-251-1/+1
* Merge "Add `default` parameter for `index_property`"mike bayer2016-07-131-4/+31
|\
| * Add `default` parameter for `index_property`Jeong YunWon2016-07-111-4/+31