summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Update dogpile.cache example to be compatible with baked query.Mike Bayer2018-05-171-0/+142
* Use identity_token for refresh(), unexpire, undeferMike Bayer2018-05-031-0/+51
* Refactor "get" to allow for pluggable identity token schemesMike Bayer2018-04-201-0/+43
* Don't warn for mixin-based __table_args__, __mapper_args__ declared_attrMike Bayer2018-03-211-0/+13
* Ignore non-primary mappers within mutable instrumentationMike Bayer2018-03-121-0/+22
* Merge existing query params in baked lazy loadMike Bayer2018-02-281-0/+29
* Default to using current mapped class as owner if none foundMike Bayer2018-02-201-0/+27
* Search through mapper superclass hierarchy for ownerMike Bayer2018-02-091-0/+158
* Merge "Disable set eq test for python < 2.7.8"mike bayer2018-01-301-1/+2
|\
| * Disable set eq test for python < 2.7.8Mike Bayer2018-01-301-1/+2
* | Ensure _BundleEntity provides .mapperMike Bayer2018-01-291-1/+35
|/
* Check for the endmost target when chaining contains()Mike Bayer2018-01-021-1/+42
* Add an identity_token to the identity keyMike Bayer2017-12-221-4/+44
* Propagate attachment events for ARRAYMike Bayer2017-12-041-0/+20
* Add baked.Result.with_post_criteria methodMike Bayer2017-11-122-0/+114
* Filter attributes we don't map during a load_scalar_attributesMike Bayer2017-10-281-0/+53
* Resolve AliasedClass when determining owning class of association proxyMike Bayer2017-10-201-0/+26
* Remove unused .cascading from unit test for __table_cls__ featureMike Bayer2017-09-281-1/+1
* Merge "Document and test __table_cls__"mike bayer2017-09-271-1/+40
|\
| * Document and test __table_cls__ticket_4082Mike Bayer2017-09-261-1/+40
* | Warnings for @declared_attr.cascadingticket_4091Mike Bayer2017-09-261-1/+40
|/
* Support AssociationProxy any() / has() / contains() to another AssociationProxyMike Bayer2017-06-121-1/+152
* Warn when declared_attr.cascading detected on mapped classMike Bayer2017-06-062-2/+39
* Implement in-place mutation operators for MutableSet, MutableListMike Bayer2017-06-051-0/+60
* Don't hard-evaluate non-ORM @declared_attr for AbstractConcreteBaseMike Bayer2017-05-261-0/+63
* Add AttributeEvents.modifiedMike Bayer2017-05-231-0/+16
* Add new configuration, inspection for baked queriesMike Bayer2017-05-171-0/+35
* Call proxied collection before invoking creator in associationlist.append()Mike Bayer2017-04-281-1/+99
* Use baked lazyloading by defaultMike Bayer2017-04-131-142/+113
* Ensure we check that SQL expression has an .info attributeMike Bayer2017-04-041-2/+4
* Track SchemaEventTarget types in as_mutable()Mike Bayer2017-03-301-0/+43
* Add bindparams support for baked Result count() methodMalaclypse The Younger2017-03-301-0/+28
* Support hybrids/composites with bulk updatesMike Bayer2017-03-221-1/+159
* Allow reuse of hybrid_property across subclassesDiana Clarke2017-03-211-0/+113
* Improve serializer behaviorMike Bayer2017-03-141-16/+32
* Add tests for empty association set comparisonMike Bayer2017-03-131-1/+25
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-0714-338/+324
* Union the exclude_properties of the inheriting mapper in declarativeMike Bayer2017-01-301-1/+38
* Merge "Add count(), scalar() to baked query"mike bayer2017-01-301-1/+38
|\
| * Add count(), scalar() to baked queryMike Bayer2017-01-301-1/+38
* | Fix nested index_property setter when there is no container valueJeong YunWon2017-01-301-0/+14
|/
* Support python3.6Mike Bayer2017-01-132-4/+4
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-171-2/+70
* Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-041-3/+2
* Add the "triggering mapper" to the configure_mappers error message.John Perkins2016-09-201-3/+4
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-1/+51
* Add docstring to declarative_baseFrazer McLean2016-08-061-0/+9
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-241-0/+3
* Merge "Add `default` parameter for `index_property`"mike bayer2016-07-131-0/+25
|\
| * Add `default` parameter for `index_property`Jeong YunWon2016-07-111-0/+25