summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix issue with unbaking subqueriesMark Hahnenberg2016-07-121-1/+2
|/
* `index_property` catches IndexError as well as KeyErrorJeong YunWon2016-07-051-1/+1
* Ensure @compiles calls down to the original compilation schemeMike Bayer2016-06-291-2/+15
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-151-0/+320
* Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-021-0/+10
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-291-1/+1
* Spelling fixes: "the a"Ville Skyttä2016-05-051-1/+1
* Propagate hybrid properties / infoMike Bayer2016-04-181-1/+12
* Honor hybrid property / method docstringsMike Bayer2016-04-181-5/+25
* Mention the correct way of adding multiple attributes which refer to the same...pr/257Eoghan Murray2016-04-071-1/+2