summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests for ARRAY propagate events re. MutableListMike Bayer2017-12-041-0/+20
* 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-231-1/+27
* Remove unused .cascading from unit test for __table_cls__ featureMike Bayer2017-09-281-1/+1
* Document and test __table_cls__Mike Bayer2017-09-261-1/+40
* 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
* 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
* Merge remote-tracking branch 'origin/pr/203'Mike Bayer2015-10-091-1/+2
|\
| * Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-1/+2
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-2/+1
|/
* Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202Eric Siegerman2015-09-241-3/+26
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20