summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reproducer for https://github.com/pytest-dev/pytest-xdist/issues/196#issuecom...reproduce_pytest_196Mike Bayer2017-08-042-4/+4
* Add support for kw to DROP INDEX, test postgresql_concurrentlyMike Bayer2017-08-043-6/+48
* Pin to pytest<=3.0.7 pytest-xdist<=1.16.0Mike Bayer2017-08-041-2/+2
* - 0.9.5. setupMike Bayer2017-08-034-4/+20
* - 0.9.4rel_0_9_4Mike Bayer2017-07-311-0/+1
* address stamp issues in on_version_apply callbackjpassaro2017-07-183-22/+81
* - 0.9.4 setupMike Bayer2017-07-172-1/+4
* - 0.9.3rel_0_9_3Mike Bayer2017-07-061-1/+1
* - fix some sphinx link stuffMike Bayer2017-07-064-7/+10
* expose on_version_apply callback to context usersJohn Passaro2017-07-036-7/+231
* Adjust for Variant returning itself as implMike Bayer2017-06-026-1/+60
* - add dateutil to docs requirements so that all autodocMike Bayer2017-06-011-0/+1
* - Fixed unit tests to run correctly under the SQLAlchemy 1.0.x seriesMike Bayer2017-05-315-2/+18
* - 0.9.3 setupMike Bayer2017-05-312-1/+5
* - 0.9.2rel_0_9_2Mike Bayer2017-05-181-1/+1
* Don't use schema with second argument, SQL Server sp_renameMike Bayer2017-05-183-8/+36
* Add timezone option to configMike Bayer2017-04-068-5/+139
* Apply DDLCompiler name rules to Index for autogenerateMike Bayer2017-03-154-1/+49
* - fix the import hereMike Bayer2017-03-151-1/+1
* - add custom css alsoMike Bayer2017-03-152-0/+2
* - add custom sidebar fileMike Bayer2017-03-152-1/+2
* Warn on non-Connection present and accommodate for EngineMike Bayer2017-03-043-5/+76
* - 0.9.2 setupMike Bayer2017-03-042-1/+5
* - 0.9.1rel_0_9_1Mike Bayer2017-03-011-1/+1
* Don't raise on open transaction if we already started in oneMike Bayer2017-03-013-2/+44
* - setup for 0.9.1Mike Bayer2017-03-012-1/+5
* - 0.9.0rel_0_9_0Mike Bayer2017-02-281-1/+1
* - provide param docstrings for all of commandMike Bayer2017-02-273-13/+161
* Allow target_metadata to be a sequenceMike Bayer2017-02-238-22/+196
* Detect open transaction at end of migration w/ transactional_ddl=FalseMike Bayer2017-02-233-3/+133
* Apply subtype repr logic to JSON/JSONBMike Bayer2017-02-223-3/+71
* Merge "Add ExcludeConstraint support for Postgresql"mike bayer2017-02-229-24/+392
|\
| * Add ExcludeConstraint support for PostgresqlMike Bayer2017-02-229-24/+392
* | Detect and render autoincrement for alter_column()Mike Bayer2017-02-228-5/+245
|/
* Add process_revision_directives param to command.revision()Mike Bayer2017-02-226-9/+107
* Fix postgresql automigration for ARRAY typesPaul2017-02-215-3/+76
* - import adjusted for older SQLAMike Bayer2017-02-211-1/+1
* - fixMike Bayer2017-02-211-1/+1
* - call this 0.9.0, as there are some slight architectural changesMike Bayer2017-02-212-2/+2
* - move Postgresql-related render tests to the test_postgresql suiteMike Bayer2017-02-212-61/+71
* Ensure schema names also compared in foreign_key_constraint()Konstantin Lebedev2017-02-203-1/+19
* - 0.8.11 bump changelog alsoMike Bayer2017-02-201-0/+4
* Fix link in batch alter_column docHemanth Makkapati2017-02-131-1/+1
* - 0.8.11 dev bumpMike Bayer2017-01-251-1/+1
* - add a note that alter_column->postgresql_using is raw SQL,Mike Bayer2017-01-251-1/+3
* - add a new section "Run Multiple Alembic Environments from one .ini file",Mike Bayer2017-01-234-1/+68
* - 0.8.10rel_0_8_10Mike Bayer2017-01-171-0/+1
* Update pytest section in setup.cfgMike Bayer2017-01-172-2/+1
* Add primary key constraint to alembic_versionMike Bayer2017-01-135-6/+64
* Merge "- test py36 - Current mysqlclient does not accept "bytes" on py3k, SQL...mike bayer2017-01-122-2/+5
|\