| Commit message (Expand) | Author | Age | Files | Lines |
| * | - properly handle negative indexes in RowProxy.__getitem__()pr/231 | Lele Gaifax | 2016-01-28 | 1 | -0/+19 |
| * | - restore the use of PYTHONNOUSERSITE that was removed | Mike Bayer | 2016-01-27 | 1 | -0/+6 |
| * | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -0/+19 |
| * | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 2 | -93/+146 |
| * | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -468/+404 |
| * | - 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 |
| * | - use regex here, columns dont matter, keep coming up with different orderings | Mike Bayer | 2016-01-23 | 1 | -3/+3 |
| * | - 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 | -23/+11 |
| * | - make this test deterministic | Mike Bayer | 2016-01-21 | 1 | -3/+3 |
| * | - 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 |
| * | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 1 | -0/+236 |
| * | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -3/+11 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 3 | -9/+79 |
| * | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 1 | -0/+39 |
| * | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 1 | -2/+66 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -0/+59 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 4 | -387/+549 |
| * | - there was a DATEPART test after all, fix format | Mike Bayer | 2016-01-14 | 1 | -1/+1 |
| * | - changelog for pr bitbucket:70, fixes #3624 | Mike Bayer | 2016-01-12 | 1 | -0/+12 |
| * | - refactor a bit the loader options system to make it a bit more | Mike Bayer | 2016-01-10 | 1 | -3/+125 |
| * | - Fixed regression since 0.9 where the 0.9 style loader options | Mike Bayer | 2016-01-09 | 1 | -0/+58 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 4 | -5/+347 |
| * | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+4 |
| * | - add a do-nothing for mock url _instantiate_plugins | Mike Bayer | 2016-01-06 | 1 | -0/+1 |
| * | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 1 | -8/+35 |
| * | - add a few JSON tests specific to MySQL, including basic reflection | Mike Bayer | 2016-01-06 | 1 | -1/+45 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 5 | -128/+262 |
| * | - Fixed 1.0 regression where the eager fetch of cursor.rowcount was | Mike Bayer | 2016-01-05 | 1 | -0/+17 |
| * | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 1 | -1/+2 |
| * | - Fixed an assertion that would raise somewhat inappropriately | Mike Bayer | 2015-12-23 | 1 | -0/+7 |
| * | - 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 |
| * | - flake8 test_reflection and rework the type-based tests into | Mike Bayer | 2015-12-07 | 1 | -87/+196 |