| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo in relationships docspr/227 | rmn | 2016-01-16 | 1 | -2/+2 |
| * | - 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 |
| * | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where | Mike Bayer | 2015-12-15 | 1 | -0/+10 |
| * | - a few tweaks to allow "server_defaults" to be a little more linkable; | Mike Bayer | 2015-12-14 | 2 | -5/+2 |
| * | - Fixed bug where :meth:`.Session.bulk_update_mappings` and related | Mike Bayer | 2015-12-14 | 1 | -0/+11 |
| * | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 1 | -0/+21 |
| * | - Fixed bug where use of the :meth:`.Query.select_from` method would | Mike Bayer | 2015-12-12 | 1 | -0/+12 |
| * | 1.0.10 | Mike Bayer | 2015-12-11 | 1 | -0/+1 |
| * | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+8 |
| * | - convert ORM tutorial and basic_relationships to favor | Mike Bayer | 2015-12-10 | 2 | -38/+123 |
| * | - The ORM and Core tutorials, which have always been in doctest format, | Mike Bayer | 2015-12-10 | 4 | -275/+203 |
| * | - Fixed issue within the :meth:`.Insert.from_select` construct whereby | Mike Bayer | 2015-12-09 | 1 | -0/+14 |
| * | - fix changelog for #3602 | Mike Bayer | 2015-12-08 | 1 | -1/+1 |
| * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -0/+11 |
| * | - The :meth:`.Session.merge` method now tracks pending objects by | Mike Bayer | 2015-12-04 | 2 | -1/+68 |
| * | - Fixed issue where post_update on a many-to-one relationship would | Mike Bayer | 2015-12-02 | 1 | -0/+9 |
| * | - Fixed bug where CREATE TABLE with a no-column table, but a constraint | Mike Bayer | 2015-12-01 | 1 | -0/+10 |
| * | - Added the error "20006: Write to the server failed" to the list | Mike Bayer | 2015-11-30 | 1 | -0/+9 |
| * | - changelog for #3573, fixes #3573 | Mike Bayer | 2015-11-30 | 1 | -0/+11 |
| * | - changelog for pullreq github:215 | Mike Bayer | 2015-11-30 | 1 | -0/+9 |
| * | Merge remote-tracking branch 'origin/pr/217' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fix a typo in the disconnect handling code examplepr/217 | Hugh Cole-Baker | 2015-11-28 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/pr/214' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix typo: wtihin --> withinpr/214 | Jeff Widman | 2015-11-16 | 1 | -1/+1 |
| * | | | - restore 'declarative' classifier | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
| * | | | py2k: accept unicode literals on :func:`backref`, too | Nils Philippsen | 2015-11-30 | 2 | -8/+10 |
| * | | | Merge remote-tracking branch 'origin/pr/212' | Mike Bayer | 2015-11-30 | 1 | -1/+9 |
| |\ \ \ |
|
| | * | | | py2k: accept unicode literals on :func:`backref`, toopr/212 | Nils Philippsen | 2015-11-25 | 1 | -1/+9 |