summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* - add changelog, migration, version flags and some extra notesMike Bayer2016-02-161-1/+41
* Add `sqlalchemy.ext.mutable.MutableSet`pr/236Jeong YunWon2016-02-131-0/+65
* Add `sqlalchemy.ext.mutable.MutableList`Jeong YunWon2016-02-131-0/+79
* - add more documentation to MutableDict explainingMike Bayer2016-02-101-0/+12
* - happy new yearMike Bayer2016-01-2914-14/+14
* - cross link for concrete helper classesMike Bayer2016-01-201-0/+16
* - add a note that the literal_binds flag should be usedMike Bayer2016-01-201-1/+11
* - fix link to types in metadata, fixes #3618Mike Bayer2016-01-101-1/+1
* - just use *arg straight without "key" for popMike Bayer2015-12-171-2/+2
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-2/+2
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-1/+2
* - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-111-0/+10
* Merge remote-tracking branch 'origin/pr/212'Mike Bayer2015-11-301-1/+2
|\
| * py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-1/+2
* | Merge remote-tracking branch 'origin/pr/211'Mike Bayer2015-11-301-2/+2
|\ \
| * | Change generator termination from StopIteration to return.pr/211pgjones2015-10-301-2/+2
* | | - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+6
| |/ |/|
* | fix typo: Explcitly -> ExplicitlySven Schliesing2015-11-101-1/+1
|/
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-1/+8
* Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-8/+7
* Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202Eric Siegerman2015-09-241-1/+1
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-1/+1
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-132-2/+12
* Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4
* Missing comma in method argspr/184Benjamin Petersen2015-06-221-1/+1
* - automap is stableMike Bayer2015-06-181-6/+0