| Commit message (Expand) | Author | Age | Files | Lines |
| * | Union the exclude_properties of the inheriting mapper in declarative | Mike Bayer | 2017-01-30 | 1 | -2/+6 |
| * | Merge "Add count(), scalar() to baked query" | mike bayer | 2017-01-30 | 1 | -1/+35 |
| |\ |
|
| | * | Add count(), scalar() to baked query | Mike Bayer | 2017-01-30 | 1 | -1/+35 |
| * | | Fix nested index_property setter when there is no container value | Jeong YunWon | 2017-01-30 | 1 | -2/+4 |
| |/ |
|
| * | - add missing param tag | Mike Bayer | 2017-01-28 | 1 | -3/+3 |
| * | - repair an errant docstring w/o r | Mike Bayer | 2017-01-17 | 1 | -2/+2 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 6 | -20/+20 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 15 | -15/+15 |
| * | Minor fixes in the ext.hybrid documentation.pr/316 | Randy Barlow | 2016-10-23 | 1 | -2/+2 |
| * | Memoize load_path in all cases, run quick populators for path change | Mike Bayer | 2016-10-17 | 1 | -5/+3 |
| * | Assemble "don't joinedload other side" rule using query._current_path | Mike Bayer | 2016-10-17 | 1 | -2/+6 |
| * | Remove some legacy dead code from the declared_attr logicpr/315 | Pierre Jaury | 2016-10-16 | 1 | -3/+0 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 2 | -5/+5 |
| * | Spelling fixes | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
| * | Check for __clause_element__() in ORM insert/update | Mike Bayer | 2016-10-05 | 1 | -1/+1 |
| * | - some documentation hits | Mike Bayer | 2016-10-01 | 1 | -0/+9 |
| * | Remove extra "return" statement in orm.ext.declared_attr.cascading examples | Dmitry Bogun | 2016-10-01 | 1 | -8/+5 |
| * | Add docstring to declarative_base | Frazer McLean | 2016-08-06 | 1 | -0/+6 |
| * | Fix reference to _declarative_constructor in docstring | Michael Williamson | 2016-07-25 | 1 | -1/+1 |
| * | Merge "Add `default` parameter for `index_property`" | mike bayer | 2016-07-13 | 1 | -4/+31 |
| |\ |
|
| | * | Add `default` parameter for `index_property` | Jeong YunWon | 2016-07-11 | 1 | -4/+31 |
| * | | Fix issue with unbaking subqueries | Mark Hahnenberg | 2016-07-12 | 1 | -1/+2 |
| |/ |
|
| * | `index_property` catches IndexError as well as KeyError | Jeong YunWon | 2016-07-05 | 1 | -1/+1 |
| * | Ensure @compiles calls down to the original compilation scheme | Mike Bayer | 2016-06-29 | 1 | -2/+15 |
| * | Add `sqlalchemy.ext.index` for indexed attributes for ORM | Jeong YunWon | 2016-06-15 | 1 | -0/+320 |
| * | Add schema argument to AutomapBase.prepare() | Josh Marlow | 2016-06-02 | 1 | -0/+10 |
| * | Convert readthedocs link for their .org -> .io migration for hosted projectspr/278 | Adam Chainz | 2016-05-29 | 1 | -1/+1 |
| * | Spelling fixes: "the a" | Ville Skyttä | 2016-05-05 | 1 | -1/+1 |
| * | Propagate hybrid properties / info | Mike Bayer | 2016-04-18 | 1 | -1/+12 |
| * | Honor hybrid property / method docstrings | Mike Bayer | 2016-04-18 | 1 | -5/+25 |
| * | Mention the correct way of adding multiple attributes which refer to the same...pr/257 | Eoghan Murray | 2016-04-07 | 1 | -1/+2 |
| * | - add changelog, migration, version flags and some extra notes | Mike Bayer | 2016-02-16 | 1 | -1/+41 |
| * | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 1 | -0/+65 |
| * | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 1 | -0/+79 |
| * | - add more documentation to MutableDict explaining | Mike Bayer | 2016-02-10 | 1 | -0/+12 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 14 | -14/+14 |
| * | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 1 | -0/+16 |
| * | - add a note that the literal_binds flag should be used | Mike Bayer | 2016-01-20 | 1 | -1/+11 |
| * | - fix link to types in metadata, fixes #3618 | Mike Bayer | 2016-01-10 | 1 | -1/+1 |
| * | - just use *arg straight without "key" for pop | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
| * | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
| * | - Fixed bug in baked loader system where the systemwide monkeypatch | Mike Bayer | 2015-12-15 | 1 | -1/+2 |
| * | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+10 |
| * | Merge remote-tracking branch 'origin/pr/212' | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| |\ |
|
| | * | py2k: accept unicode literals on :func:`backref`, toopr/212 | Nils Philippsen | 2015-11-25 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'origin/pr/211' | Mike Bayer | 2015-11-30 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Change generator termination from StopIteration to return.pr/211 | pgjones | 2015-10-30 | 1 | -2/+2 |
| * | | | - Fixed an issue in baked queries where the .get() method, used either | Mike Bayer | 2015-11-29 | 1 | -0/+6 |
| | |/
|/| |
|
| * | | fix typo: Explcitly -> Explicitly | Sven Schliesing | 2015-11-10 | 1 | -1/+1 |
| |/ |
|
| * | - Added the :paramref:`.AssociationProxy.info` parameter to the | Mike Bayer | 2015-10-09 | 1 | -1/+8 |