| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | - 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 |