summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix issue with unbaking subqueriesMark Hahnenberg2016-07-121-12/+21
|/
* `index_property` catches IndexError as well as KeyErrorJeong YunWon2016-07-051-2/+4
* Ensure @compiles calls down to the original compilation schemeMike Bayer2016-06-291-4/+47
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-151-0/+344
* Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-021-1/+36
* change "psotgresql" to 'postgresql' in decoratorpr/272Mark Sandan2016-05-061-1/+1
* Deprecate Mapper.order_byMike Bayer2016-04-191-2/+2
* Propagate hybrid properties / infoMike Bayer2016-04-181-0/+53
* Honor hybrid property / method docstringsMike Bayer2016-04-181-6/+269
* Add `sqlalchemy.ext.mutable.MutableSet`pr/236Jeong YunWon2016-02-131-1/+195
* Add `sqlalchemy.ext.mutable.MutableList`Jeong YunWon2016-02-131-1/+218
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-1/+16
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-0/+18
* - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-111-0/+32
* Merge remote-tracking branch 'origin/pr/212'Mike Bayer2015-11-301-0/+23
|\
| * py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-0/+23
* | - close the sessionMike Bayer2015-11-291-0/+2
* | - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+24
|/
* - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-2/+46
* - exclude this from unpredictable gcMike Bayer2015-10-111-1/+1
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-0/+20