| Commit message (Expand) | Author | Age | Files | Lines |
* | - changelog + migration notesticket_2551 | Mike Bayer | 2016-02-11 | 2 | -0/+68 |
* | - more tests | Mike Bayer | 2016-02-11 | 1 | -0/+33 |
* | - remove .columns method on UpdateBase since a returning() | Mike Bayer | 2016-02-10 | 3 | -11/+10 |
* | - fix parenthesization | Mike Bayer | 2016-02-10 | 5 | -26/+123 |
* | - move out isinsert/isupdate/isdelete state | Mike Bayer | 2016-02-10 | 4 | -40/+79 |
* | - step 1 - add cte(), some docs, a test, get to the point where | Mike Bayer | 2016-02-10 | 4 | -126/+205 |
* | - add more documentation to MutableDict explaining | Mike Bayer | 2016-02-10 | 1 | -0/+12 |
* | - don't drop the ts1/ts2 databases without seeing the primary DB, | Mike Bayer | 2016-02-09 | 1 | -6/+21 |
* | - Fixed bug in :func:`.expression.text` construct where a double-colon | Mike Bayer | 2016-02-09 | 2 | -0/+19 |
* | - A refinement to the logic which adds columns to the resulting SQL when | Mike Bayer | 2016-02-09 | 5 | -23/+229 |
* | - switch to 2 workers for oracle | Mike Bayer | 2016-02-09 | 1 | -2/+4 |
* | - Testing reveals that we have *no* weak references to any cx_Oracle connecti... | Mike Bayer | 2016-02-08 | 3 | -9/+58 |
* | - use config-based test schema | Mike Bayer | 2016-02-08 | 1 | -5/+5 |
* | - attempt a different style of session kill | Mike Bayer | 2016-02-08 | 1 | -1/+2 |
* | - fully hyperlink the docstring for make_transient | Mike Bayer | 2016-02-08 | 3 | -12/+49 |
* | - additional fixes to get oracle + multiprocess to be reliable | Mike Bayer | 2016-02-08 | 3 | -1/+12 |
* | - py3k fix for enum feature | Mike Bayer | 2016-02-08 | 1 | -1/+4 |
* | - add missing __backend__ directives for SQL server | Mike Bayer | 2016-02-08 | 2 | -0/+6 |
* | - 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 | 2 | -10/+4 |
* | - 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 |