| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -12/+12 |
| * | - fix some old verbiage that refers to text() as an "implicit" thing | Mike Bayer | 2016-01-14 | 1 | -8/+7 |
| * | Remove quote on first DATEPART paramater | Guillaume DOUMENC | 2016-01-12 | 1 | -1/+1 |
| * | - fix link to types in metadata, fixes #3618 | Mike Bayer | 2016-01-10 | 1 | -1/+1 |
| * | - Fixed regression since 0.9 where the 0.9 style loader options | Mike Bayer | 2016-01-09 | 2 | -4/+23 |
| * | updated sphinx tageting | jonathan vanasco | 2016-01-07 | 1 | -4/+11 |
| * | - version bump | Mike Bayer | 2016-01-05 | 1 | -1/+1 |
| * | - Fixed 1.0 regression where the eager fetch of cursor.rowcount was | Mike Bayer | 2016-01-05 | 3 | -1/+10 |
| * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -1/+1 |
| * | Add new reserved words for MySQL 5.7. | Hanno Schlichting | 2015-12-22 | 1 | -0/+2 |
| * | - 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 |
| * | some spelling fixes | jonathan vanasco | 2015-12-16 | 1 | -3/+3 |
| * | - remove errant pdb, references #3612 | Mike Bayer | 2015-12-15 | 1 | -5/+1 |
| * | - Fixed bug in baked loader system where the systemwide monkeypatch | Mike Bayer | 2015-12-15 | 2 | -2/+7 |
| * | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where | Mike Bayer | 2015-12-15 | 1 | -1/+3 |
| * | - a few tweaks to allow "server_defaults" to be a little more linkable; | Mike Bayer | 2015-12-14 | 1 | -2/+10 |
| * | - since we are mutating the statement in a loop, start with | Mike Bayer | 2015-12-14 | 1 | -3/+8 |
| * | - Fixed bug where :meth:`.Session.bulk_update_mappings` and related | Mike Bayer | 2015-12-14 | 1 | -1/+1 |
| * | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 4 | -17/+51 |
| * | - 1.0.11 | Mike Bayer | 2015-12-12 | 1 | -1/+1 |
| * | - Fixed bug where use of the :meth:`.Query.select_from` method would | Mike Bayer | 2015-12-12 | 2 | -3/+7 |
| * | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+10 |
| * | - convert ORM tutorial and basic_relationships to favor | Mike Bayer | 2015-12-10 | 1 | -0/+5 |
| * | fix some typos | Nils Philippsen | 2015-12-10 | 2 | -2/+2 |
| * | - Fixed issue within the :meth:`.Insert.from_select` construct whereby | Mike Bayer | 2015-12-09 | 1 | -2/+3 |
| * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -0/+5 |
| * | - write a real inline documentation section for from_self(), | Mike Bayer | 2015-12-07 | 1 | -2/+163 |
| * | - Fixed issue where post_update on a many-to-one relationship would | Mike Bayer | 2015-12-02 | 1 | -3/+5 |
| * | - Fixed bug where CREATE TABLE with a no-column table, but a constraint | Mike Bayer | 2015-12-01 | 1 | -1/+1 |
| * | - Added the error "20006: Write to the server failed" to the list | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
| * | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>" | Diana Clarke | 2015-11-30 | 2 | -3/+3 |
| * | fix postgresql exclude contraint to check when= against None rather than __bo... | aisch | 2015-11-30 | 1 | -1/+1 |
| * | py2k: accept unicode literals on :func:`backref`, too | Nils Philippsen | 2015-11-30 | 1 | -1/+2 |
| * | Change generator termination from StopIteration to return. | pgjones | 2015-11-30 | 2 | -3/+3 |
| * | - A descriptive ValueError is now raised in the event that SQL server | Mike Bayer | 2015-11-30 | 1 | -2/+10 |
| * | Fix _assert_unorderable_types on py36. | Iuri de Silvio | 2015-11-30 | 2 | -1/+2 |
| * | Update usages of getargspec to compat version. | Jacob MacDonald | 2015-11-30 | 4 | -7/+10 |
| * | - Fixed an issue in baked queries where the .get() method, used either | Mike Bayer | 2015-11-29 | 1 | -0/+6 |
| * | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 5 | -68/+134 |
| * | - Fixed bug which is actually a regression that occurred between | Mike Bayer | 2015-11-25 | 2 | -2/+15 |
| * | - support declarativemappedtest with per-test setup | Mike Bayer | 2015-11-25 | 1 | -0/+10 |
| * | - Change "expr" to "entity" for example illustrating an event | Bas van den Heuvel | 2015-11-24 | 1 | -1/+1 |
| * | - Fixed joinedload bug which would occur when a. the query includes | Mike Bayer | 2015-11-21 | 1 | -2/+1 |
| * | - A rare case which occurs when a :meth:`.Session.rollback` fails in the | Mike Bayer | 2015-11-19 | 2 | -3/+15 |
| * | - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL` | Mike Bayer | 2015-11-19 | 1 | -0/+6 |
| * | - rewrite the docs and add a test for the bake_queries=True | Mike Bayer | 2015-11-19 | 1 | -5/+21 |
| * | - version bump | Mike Bayer | 2015-11-14 | 1 | -1/+1 |
| * | - extend pullreq github:213 to also include DATETIMEOFFSET and TIME, | Mike Bayer | 2015-11-14 | 1 | -2/+2 |
| * | Pass precision value to mssql.DATETIME2 when it is 0 | Jacobo de Vera | 2015-11-14 | 1 | -1/+1 |