| Commit message (Expand) | Author | Age | Files | Lines |
| * | - move all resultproxy tests intio test_resultset, adapted from | Mike Bayer | 2016-03-30 | 2 | -307/+311 |
| * | - Fixed bug where the negation of an EXISTS expression would not | Mike Bayer | 2016-03-21 | 2 | -0/+42 |
| * | - skip GC tests here when coverage is enabled, seems to interfere | Mike Bayer | 2016-03-08 | 1 | -1/+1 |
| * | - move out unconsumed names tests from test_compiler out to test_insert, test... | Mike Bayer | 2016-03-02 | 3 | -48/+62 |
| * | Add test for inserting multiple values | Athena Yao | 2016-03-02 | 1 | -0/+38 |
| * | - Anonymous labeling is applied to a :attr:`.func` construct that is | Mike Bayer | 2016-02-26 | 1 | -1/+58 |
| * | - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a... | Mike Bayer | 2016-02-21 | 1 | -0/+40 |
| * | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 1 | -1/+15 |
| * | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 4 | -3/+75 |
| * | - Fixed bug in :meth:`.Session.merge` where an object with a composite | Mike Bayer | 2016-02-11 | 1 | -1/+50 |
| * | - Fixed bug in :func:`.expression.text` construct where a double-colon | Mike Bayer | 2016-02-09 | 1 | -0/+11 |
| * | - backport changes to SQLite attached DB tests so that | Mike Bayer | 2016-02-09 | 1 | -28/+10 |
| * | - backport new profile system from 1.1 so we can run new-style | Mike Bayer | 2016-02-09 | 1 | -1/+505 |
| * | - add missing __backend__ directives so that oracle tests actually run with -... | Mike Bayer | 2016-02-08 | 1 | -0/+17 |
| * | - detect "Enterprise" and assume compression stuff isn't available | Mike Bayer | 2016-02-08 | 1 | -0/+6 |
| * | - adjust the MultiSchemaTest to handle multiple test_schemas / processes at the | Mike Bayer | 2016-02-08 | 1 | -5/+6 |
| * | - adjust to allow dblink tests to work with multiprocess users. | Mike Bayer | 2016-02-08 | 1 | -9/+3 |
| * | - add literal_binds for delete() statements in addition to insert()/update() | Mike Bayer | 2016-02-03 | 1 | -16/+25 |
| * | fix passing literal_binds flag through for update and insert | Tim Tate | 2016-02-03 | 1 | -0/+16 |
| * | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 2 | -2/+22 |
| * | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 4 | -4/+61 |
| * | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -0/+19 |
| * | - fix array test that was essentially taking a weird guess | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
| * | - fix stray connection | Mike Bayer | 2016-01-23 | 1 | -1/+4 |
| * | - native unicode expectations are too difficult to maintain | Mike Bayer | 2016-01-23 | 1 | -60/+0 |
| * | - move out match compiler test to test_compiler | Mike Bayer | 2016-01-23 | 2 | -22/+9 |
| * | - add missing IGNORE_EXCEPTION_DETAIL flag | Mike Bayer | 2016-01-21 | 1 | -1/+1 |
| * | - add a forwards-test here as well | Mike Bayer | 2016-01-21 | 1 | -0/+4 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -10/+20 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -0/+59 |
| * | - there was a DATEPART test after all, fix format | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
| * | Remove quote on first DATEPART paramater | Guillaume DOUMENC | 2016-01-12 | 1 | -0/+12 |
| * | - Fixed regression since 0.9 where the 0.9 style loader options | Mike Bayer | 2016-01-09 | 1 | -0/+58 |
| * | - Fixed 1.0 regression where the eager fetch of cursor.rowcount was | Mike Bayer | 2016-01-05 | 1 | -0/+17 |
| * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -0/+31 |
| * | - varchar requires a length | Mike Bayer | 2015-12-22 | 1 | -1/+1 |
| * | - add the test from ref #3614 as well for testing ref #3611 | Mike Bayer | 2015-12-21 | 1 | -0/+60 |
| * | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -1/+16 |
| * | - Fixed bug in baked loader system where the systemwide monkeypatch | Mike Bayer | 2015-12-15 | 1 | -0/+18 |
| * | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where | Mike Bayer | 2015-12-15 | 1 | -18/+99 |
| * | - add some more oracle skips | Mike Bayer | 2015-12-14 | 1 | -0/+2 |
| * | - Fixed bug where :meth:`.Session.bulk_update_mappings` and related | Mike Bayer | 2015-12-14 | 1 | -0/+37 |
| * | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 3 | -4/+487 |
| * | - Fixed bug where use of the :meth:`.Query.select_from` method would | Mike Bayer | 2015-12-12 | 1 | -0/+33 |
| * | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+32 |
| * | - The ORM and Core tutorials, which have always been in doctest format, | Mike Bayer | 2015-12-10 | 1 | -0/+144 |
| * | - Fixed issue within the :meth:`.Insert.from_select` construct whereby | Mike Bayer | 2015-12-09 | 1 | -0/+26 |
| * | - fix changelog for #3602 | Mike Bayer | 2015-12-08 | 2 | -1/+10 |
| * | - make this DROP conditional, attempting to isolate why jenkins has | Mike Bayer | 2015-12-08 | 1 | -1/+1 |
| * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -2/+8 |