summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* Include missing import in exampleMichael Stewart2017-07-031-0/+1
* Protect against cls weakref becoming NoneMike Bayer2017-05-082-4/+8
* 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
* 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
* - 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