| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | - Initial implementation of support for PEP-435 enumerated types | Alex Grönholm | 2016-02-02 | 2 | -34/+128 |
| * | | | - D rules seem to have been added overnight to the flake8 plugin | Mike Bayer | 2016-02-02 | 1 | -1/+1 |
| * | | | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 5 | -2/+48 |
| * | | | - put a retry in for PG database provisioning as it locks | Mike Bayer | 2016-01-29 | 1 | -1/+14 |
| * | | | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, is | Mike Bayer | 2016-01-29 | 5 | -19/+38 |
| * | | | - happy new year | Mike Bayer | 2016-01-29 | 177 | -177/+177 |
| * | | | - use a StaticPool for componentreflectiontest to ensure | Mike Bayer | 2016-01-28 | 1 | -7/+16 |
| * | | | - use schema argument correctly when we are dropping for a schema | Mike Bayer | 2016-01-28 | 1 | -1/+1 |
| * | | | - using extras here has the effect of defeating the usedevelop flag | Mike Bayer | 2016-01-28 | 1 | -6/+6 |
| * | | | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 7 | -18/+93 |
| * | | | - experimental - try out a very open ended design for the factors, assume | Mike Bayer | 2016-01-27 | 1 | -26/+15 |
| * | | | - reinstate "dont set up integer index in keymap if we're on cexts", | Mike Bayer | 2016-01-27 | 2 | -6/+11 |
| * | | | - restore the use of PYTHONNOUSERSITE that was removed | Mike Bayer | 2016-01-27 | 2 | -6/+39 |
| * | | | Revert "- dont set up integer index in keymap if we're on cexts" | Mike Bayer | 2016-01-27 | 1 | -10/+5 |
| * | | | - dont set up integer index in keymap if we're on cexts | Mike Bayer | 2016-01-27 | 1 | -5/+10 |
| * | | | fix %x string format to compatible with Python 3.5 | Ruilin Huang | 2016-01-27 | 1 | -1/+1 |
| * | | | fix %x string format to compatible with Python 3.5 | xghrl | 2016-01-27 | 1 | -1/+1 |
| * | | | - unfortunately we need to match within join where col.key does not match | Mike Bayer | 2016-01-26 | 1 | -2/+1 |
| | |/
|/| |
|
| * | | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 3 | -20/+39 |
| * | | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 6 | -104/+235 |
| * | | remove PYTHONNOUSERSITE, not sure why this was here, it apparently interferes... | Mike Bayer | 2016-01-26 | 1 | -3/+0 |
| * | | - another approach at coverage | Mike Bayer | 2016-01-26 | 1 | -32/+26 |
| * | | - try to improve the default coverage job | Mike Bayer | 2016-01-26 | 1 | -1/+2 |
| * | | - fix the deps for the last change | Mike Bayer | 2016-01-24 | 1 | -6/+6 |
| * | | - unfortunately we have to force the paths to be shorter due to | Mike Bayer | 2016-01-24 | 1 | -7/+7 |
| * | | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 7 | -494/+450 |
| * | | - 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 |
| * | | - restate the "secondary" / AssociationProxy warning more strongly. | Mike Bayer | 2016-01-23 | 1 | -10/+52 |
| * | | - use regex here, columns dont matter, keep coming up with different orderings | Mike Bayer | 2016-01-23 | 1 | -3/+3 |
| * | | - use uuid fragments for provision names to enable multiple test suites | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
| * | | - 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 | 3 | -13/+41 |
| * | | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 7 | -2/+367 |
| * | | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 3 | -8/+20 |
| * | | - generalize the verbiage on LargeBinary so that it doesn't | Mike Bayer | 2016-01-20 | 2 | -12/+5 |
| * | | - update oracle JDBC driver URL, fixes #3554 | Mike Bayer | 2016-01-20 | 1 | -2/+1 |
| * | | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 3 | -71/+36 |
| * | | - typo | Mike Bayer | 2016-01-20 | 1 | -1/+1 |
| * | | - redo the docs for concrete inheritance to more strongly | Mike Bayer | 2016-01-20 | 2 | -50/+241 |
| * | | - clarify the "Adding" section also illustrates updates, fixes #2942 | Mike Bayer | 2016-01-20 | 1 | -3/+6 |
| * | | - add a note that the literal_binds flag should be used | Mike Bayer | 2016-01-20 | 1 | -1/+11 |
| * | | Fix ArrayOfEnum's handling of empty arrays.pr/229 | Chase | 2016-01-19 | 1 | -1/+1 |
| * | | - the order in which _generate_backref() for different mappers is called | Mike Bayer | 2016-01-19 | 1 | -1/+1 |
| * | | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 11 | -11/+180 |
| * | | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 5 | -10/+128 |
| * | | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 5 | -10/+135 |