summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | - move out match compiler test to test_compilerMike Bayer2016-01-232-23/+11
* | - make this test deterministicMike Bayer2016-01-211-3/+3
* | - add a forwards-test here as wellMike Bayer2016-01-211-0/+4
* | - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-213-13/+41
* | - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-207-2/+367
* | - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-203-8/+20
* | - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-202-12/+5
* | - update oracle JDBC driver URL, fixes #3554Mike Bayer2016-01-201-2/+1
* | - cross link for concrete helper classesMike Bayer2016-01-203-71/+36
* | - typoMike Bayer2016-01-201-1/+1