| Commit message (Expand) | Author | Age | Files | Lines |
| * | - changelog for #3621 fixes #3621 | Mike Bayer | 2016-02-02 | 1 | -0/+9 |
| * | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 2 | -0/+92 |
| * | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 1 | -0/+11 |
| * | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 2 | -1/+19 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 2 | -2/+2 |
| * | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -0/+23 |
| * | fix %x string format to compatible with Python 3.5 | Ruilin Huang | 2016-01-27 | 1 | -1/+1 |
| * | fix %x string format to compatible with Python 3.5 | xghrl | 2016-01-27 | 1 | -1/+1 |
| * | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -0/+11 |
| * | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 2 | -4/+75 |
| * | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -2/+2 |
| * | - restate the "secondary" / AssociationProxy warning more strongly. | Mike Bayer | 2016-01-23 | 1 | -10/+52 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -1/+7 |
| * | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 4 | -1/+87 |
| * | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -0/+8 |
| * | - generalize the verbiage on LargeBinary so that it doesn't | Mike Bayer | 2016-01-20 | 1 | -2/+0 |
| * | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 2 | -71/+20 |
| * | - typo | Mike Bayer | 2016-01-20 | 1 | -1/+1 |
| * | - redo the docs for concrete inheritance to more strongly | Mike Bayer | 2016-01-20 | 2 | -50/+241 |
| * | - clarify the "Adding" section also illustrates updates, fixes #2942 | Mike Bayer | 2016-01-20 | 1 | -3/+6 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 2 | -0/+45 |
| * | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 2 | -0/+73 |
| * | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 2 | -1/+40 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -0/+8 |
| * | Merge remote-tracking branch 'origin/pr/227' | Mike Bayer | 2016-01-16 | 1 | -2/+2 |
| |\ |
|
| | * | Fix typo in relationships docspr/227 | rmn | 2016-01-16 | 1 | -2/+2 |
| * | | - fix People -> Person , fixes #3628 | Mike Bayer | 2016-01-16 | 1 | -1/+1 |
| |/ |
|
| * | - update | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
| * | - illustrate these using the newer exception doctest format. | Mike Bayer | 2016-01-14 | 1 | -26/+8 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 5 | -58/+333 |
| * | - changelog for pr bitbucket:70, fixes #3624 | Mike Bayer | 2016-01-12 | 1 | -0/+9 |
| * | - fix link to types in metadata, fixes #3618 | Mike Bayer | 2016-01-10 | 3 | -3/+3 |
| * | Merge remote-tracking branch 'origin/pr/225' | Mike Bayer | 2016-01-10 | 1 | -1/+1 |
| |\ |
|
| | * | Update SQLAlchemy-Migrate link to the new repopr/225 | Jeff Widman | 2015-12-24 | 1 | -1/+1 |
| * | | Fix typo in session docspr/226 | Adrian Moennich | 2016-01-09 | 1 | -1/+1 |
| * | | - Fixed regression since 0.9 where the 0.9 style loader options | Mike Bayer | 2016-01-09 | 1 | -0/+10 |
| * | | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 3 | -0/+115 |
| * | | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 2 | -0/+16 |
| * | | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 5 | -109/+185 |
| * | | - dont forwards-report tons of 1.0.x changes in the unreleased 1.1; | Mike Bayer | 2016-01-05 | 2 | -41/+10 |
| * | | - Fixed 1.0 regression where the eager fetch of cursor.rowcount was | Mike Bayer | 2016-01-05 | 1 | -0/+16 |
| |/ |
|
| * | - Fixed an assertion that would raise somewhat inappropriately | Mike Bayer | 2015-12-23 | 1 | -0/+10 |
| * | - release date for 1.0.11 | Mike Bayer | 2015-12-22 | 1 | -0/+1 |
| * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -0/+10 |
| * | - changelog for pullreq github:222 | Mike Bayer | 2015-12-22 | 1 | -0/+9 |
| * | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -0/+8 |
| * | Make docs listing of param order for event.listen match the codepr/224 | Jeff Widman | 2015-12-17 | 1 | -3/+3 |
| * | some spelling fixes | jonathan vanasco | 2015-12-16 | 1 | -1/+1 |
| * | - Fixed bug in baked loader system where the systemwide monkeypatch | Mike Bayer | 2015-12-15 | 1 | -0/+11 |
| * | - hyperlink default-related parameters | Mike Bayer | 2015-12-15 | 1 | -10/+10 |