| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update SQLAlchemy-Migrate link to the new repopr/225 | Jeff Widman | 2015-12-24 | 1 | -1/+1 |
| * | - 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 |
| * | | | | - update changelog for all the py3.5/3.6 related prs at once | Mike Bayer | 2015-11-30 | 1 | -5/+6 |
| * | | | | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -0/+10 |
| * | | | | - update changelog to accommodate pr github:218 | Mike Bayer | 2015-11-30 | 1 | -2/+4 |
| * | | | | - changelog for pr github:210 | Mike Bayer | 2015-11-30 | 1 | -0/+8 |
| * | | | | - make inserted_primary_key a link and be more clear what happens here | Mike Bayer | 2015-11-30 | 1 | -3/+7 |
| * | | | | - Fixed an issue in baked queries where the .get() method, used either | Mike Bayer | 2015-11-29 | 1 | -0/+12 |
| * | | | | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 2 | -0/+64 |
| | |_|/
|/| | |
|
| * | | | - Fixed bug which is actually a regression that occurred between | Mike Bayer | 2015-11-25 | 1 | -0/+11 |
| |/ / |
|
| * | | - Fixed joinedload bug which would occur when a. the query includes | Mike Bayer | 2015-11-21 | 1 | -0/+15 |
| * | | - A rare case which occurs when a :meth:`.Session.rollback` fails in the | Mike Bayer | 2015-11-19 | 1 | -0/+15 |
| * | | - add documentation that describes, then proceeds to warn about | Mike Bayer | 2015-11-19 | 1 | -0/+44 |
| * | | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+10 |
| * | | - rewrite the docs and add a test for the bake_queries=True | Mike Bayer | 2015-11-19 | 1 | -0/+8 |
| * | | - Added support for reflecting the source of materialized views | Mike Bayer | 2015-11-18 | 1 | -0/+8 |
| |/ |
|