summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make all tests pass with postgresql+pygresqlpr/234Christoph Zwerschke2016-02-093-26/+129
* Fix some issues with the PyGreSQL dialectChristoph Zwerschke2016-02-071-17/+16
* Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-02-065-8/+160
* - add a session killer for oracle provisioningMike Bayer2016-02-041-0/+5
* - add an impl for Enum to Oracle which has subclassing requirementsMike Bayer2016-02-041-0/+13
* - more oracle fixesMike Bayer2016-02-032-5/+10
* - oracle requires GLOBAL hereMike Bayer2016-02-032-2/+2
* - add multi-database provisioning for oracleMike Bayer2016-02-031-0/+29
* Fix typo in relationship persistance docsJosh Friend2016-02-031-1/+1
* - add literal_binds for delete() statements in addition to insert()/update()Mike Bayer2016-02-033-17/+36
* fix passing literal_binds flag through for update and insertpr/232Tim Tate2016-02-023-4/+21
* - changelog for #3621 fixes #3621Mike Bayer2016-02-021-0/+9
* Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemyMike Bayer2016-02-021-2/+1
|\
| * Merged zzzeek/sqlalchemy into masterCarlos Rivas2016-01-26115-3287/+6926
| |\
| * \ Merged in carlrivers/removed-entry-that-causes-attributeerror-1453541002643 (...Carlos Rivas2016-01-231-2/+1
| |\ \
| | * | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A...Carlos Rivas2016-01-231-2/+1
| |/ /
* | | - test fixes for metadata.enums value now being a listMike Bayer2016-02-022-24/+20
* | | - add changelog and migration notes for new Enum features,Mike Bayer2016-02-026-110/+393
* | | - Initial implementation of support for PEP-435 enumerated typesAlex Grönholm2016-02-022-34/+128
* | | - D rules seem to have been added overnight to the flake8 pluginMike Bayer2016-02-021-1/+1
* | | - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-025-2/+48
* | | - put a retry in for PG database provisioning as it locksMike Bayer2016-01-291-1/+14
* | | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-295-19/+38
* | | - happy new yearMike Bayer2016-01-29177-177/+177
* | | - use a StaticPool for componentreflectiontest to ensureMike Bayer2016-01-281-7/+16
* | | - use schema argument correctly when we are dropping for a schemaMike Bayer2016-01-281-1/+1
* | | - using extras here has the effect of defeating the usedevelop flagMike Bayer2016-01-281-6/+6
* | | - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-287-18/+93
* | | - experimental - try out a very open ended design for the factors, assumeMike Bayer2016-01-271-26/+15
* | | - reinstate "dont set up integer index in keymap if we're on cexts",Mike Bayer2016-01-272-6/+11
* | | - restore the use of PYTHONNOUSERSITE that was removedMike Bayer2016-01-272-6/+39
* | | Revert "- dont set up integer index in keymap if we're on cexts"Mike Bayer2016-01-271-10/+5
* | | - dont set up integer index in keymap if we're on cextsMike Bayer2016-01-271-5/+10
* | | fix %x string format to compatible with Python 3.5Ruilin Huang2016-01-271-1/+1
* | | fix %x string format to compatible with Python 3.5xghrl2016-01-271-1/+1
* | | - unfortunately we need to match within join where col.key does not matchMike Bayer2016-01-261-2/+1
| |/ |/|
* | - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-263-20/+39
* | - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-266-104/+235
* | remove PYTHONNOUSERSITE, not sure why this was here, it apparently interferes...Mike Bayer2016-01-261-3/+0
* | - another approach at coverageMike Bayer2016-01-261-32/+26
* | - try to improve the default coverage jobMike Bayer2016-01-261-1/+2
* | - fix the deps for the last changeMike Bayer2016-01-241-6/+6
* | - unfortunately we have to force the paths to be shorter due toMike Bayer2016-01-241-7/+7
* | - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-247-494/+450
* | - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
* | - fix stray connectionMike Bayer2016-01-231-1/+4
* | - restate the "secondary" / AssociationProxy warning more strongly.Mike Bayer2016-01-231-10/+52
* | - use regex here, columns dont matter, keep coming up with different orderingsMike Bayer2016-01-231-3/+3
* | - use uuid fragments for provision names to enable multiple test suitesMike Bayer2016-01-231-2/+2
* | - native unicode expectations are too difficult to maintainMike Bayer2016-01-231-60/+0