| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all tests pass with postgresql+pygresqlpr/234 | Christoph Zwerschke | 2016-02-09 | 3 | -26/+129 |
* | Fix some issues with the PyGreSQL dialect | Christoph Zwerschke | 2016-02-07 | 1 | -17/+16 |
* | Add support for PostgreSQL with PyGreSQL | Christoph Zwerschke | 2016-02-06 | 5 | -8/+160 |
* | - add a session killer for oracle provisioning | Mike Bayer | 2016-02-04 | 1 | -0/+5 |
* | - add an impl for Enum to Oracle which has subclassing requirements | Mike Bayer | 2016-02-04 | 1 | -0/+13 |
* | - more oracle fixes | Mike Bayer | 2016-02-03 | 2 | -5/+10 |
* | - oracle requires GLOBAL here | Mike Bayer | 2016-02-03 | 2 | -2/+2 |
* | - add multi-database provisioning for oracle | Mike Bayer | 2016-02-03 | 1 | -0/+29 |
* | Fix typo in relationship persistance docs | Josh Friend | 2016-02-03 | 1 | -1/+1 |
* | - add literal_binds for delete() statements in addition to insert()/update() | Mike Bayer | 2016-02-03 | 3 | -17/+36 |
* | fix passing literal_binds flag through for update and insertpr/232 | Tim Tate | 2016-02-02 | 3 | -4/+21 |
* | - changelog for #3621 fixes #3621 | Mike Bayer | 2016-02-02 | 1 | -0/+9 |
* | Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemy | Mike Bayer | 2016-02-02 | 1 | -2/+1 |
|\ |
|
| * | Merged zzzeek/sqlalchemy into master | Carlos Rivas | 2016-01-26 | 115 | -3287/+6926 |
| |\ |
|
| * \ | Merged in carlrivers/removed-entry-that-causes-attributeerror-1453541002643 (... | Carlos Rivas | 2016-01-23 | 1 | -2/+1 |
| |\ \ |
|
| | * | | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A... | Carlos Rivas | 2016-01-23 | 1 | -2/+1 |
| |/ / |
|
* | | | - test fixes for metadata.enums value now being a list | Mike Bayer | 2016-02-02 | 2 | -24/+20 |
* | | | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 6 | -110/+393 |
* | | | - 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 |