summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Reusing existing compat. code from alembic.testing.Michel Albert2015-07-161-8/+3
* Replaced hand-crafted code with python-editor.Michel Albert2015-07-162-66/+11
* New CLI command: "edit" - Edits the latest rev.Michel Albert2015-07-152-0/+92
* - some additional namesMike Bayer2015-07-141-0/+17
* - handle missing arg more clearlyMike Bayer2015-07-141-0/+30
* - move the "legacy names" system into where we create the module proxy.Mike Bayer2015-07-141-1/+12
* - Implemented support for :meth:`.BatchOperations.create_primary_key`Mike Bayer2015-07-032-1/+103
* - squash merge of ticket_302 branchMike Bayer2015-07-0312-715/+1066
* - The :meth:`.MigrationContext.stamp` method, added as part of theMike Bayer2015-06-091-1/+18
* - turn on the mssql legacy_schema_aliasing flag to removeMike Bayer2015-05-261-1/+5
* - Fixed bug where foreign key options including "onupdate",Mike Bayer2015-05-181-0/+75
* - add test for FKC with multiple kwargs, reference #92Mike Bayer2015-05-181-0/+15
* - Fixed bug where the case of multiple mergepoints that allMike Bayer2015-05-031-0/+149
* - Added support for type comparison functions to be not just perMike Bayer2015-04-301-0/+26
* - Added a new optionMike Bayer2015-04-073-2/+46
* - dont rely on inpsect import, not in SQLA 0.7Mike Bayer2015-03-281-4/+3
* - don't use op.f(), only works with later SQLA versionsMike Bayer2015-03-281-4/+4
* - Fully implemented theMike Bayer2015-03-271-0/+126
* - Repaired support for the :meth:`.BatchOperations.create_index`Mike Bayer2015-03-271-2/+45
* - changelog for #266Mike Bayer2015-03-191-6/+7
* Merge branch 'issue266' of https://bitbucket.org/jerdfelt/alembic into pr39Mike Bayer2015-03-191-0/+15
|\
| * Raise exception if autogenerate is tried with as_sql=TrueJohannes Erdfelt2015-02-231-0/+15
* | - Fixed bug where the mssql DROP COLUMN directive failed to includeMike Bayer2015-03-111-0/+5
* | - Postgresql "functional" indexes are necessarily skipped from theMike Bayer2015-03-101-1/+27
|/
* - Fixed bug where MySQL backend would report dropped unique indexesMike Bayer2015-02-202-7/+26
* - additional fix which impacts #267. fix filtered_heads() to accommodateMike Bayer2015-02-082-0/+14
* - move resolution of "starting rev" for --sql mode intoMike Bayer2015-02-031-0/+34
* remove errant pdbMike Bayer2015-01-231-3/+0
* - Added a new feature :attr:`.Config.attributes`, to help with the useMike Bayer2015-01-231-0/+17
* - Added support for "alembic stamp" to work when given "heads" as anMike Bayer2015-01-231-0/+17
* - fix all flake8Mike Bayer2015-01-231-187/+116
* - the enum render is an 0.9 regression, apparently we usedMike Bayer2015-01-131-2/+6
* Merge https://bitbucket.org/dtheodor/alembic/branch/master into pr37Mike Bayer2015-01-121-3/+67
|\
| * Change single-quoting of floats in PostgreSQL compare_server_defaultDimitris Theodorou2015-01-121-3/+67
* | checked test failureDimitris Theodorou2015-01-121-0/+3
* | Enum autogenerate renders the native_enum flag as wellDimitris Theodorou2015-01-121-0/+6
|/
* - The rendering of a :class:`~sqlalchemy.schema.ForeignKeyConstraint`Mike Bayer2015-01-101-0/+61
* - Fixed bug in foreign key autogenerate where if the in-Python tableMike Bayer2015-01-102-0/+106
* - make this test use legal table designsMike Bayer2015-01-101-6/+4
* - add/remove seemed backwards hereMike Bayer2015-01-101-4/+4
* - changelog: Fixed issue in autogenerate type rendering where types that belongMike Bayer2015-01-091-2/+23
* - Fixed regression in new versioning system where upgrade / historyMike Bayer2014-12-301-1/+21
* - Adjusted the SQLite backend regarding autogen of unique constraintsMike Bayer2014-12-141-4/+6
* - identify a test that can't pass on 0.8 for nowMike Bayer2014-12-131-0/+3
* - also add an explicit schema test for the multi fk conditionMike Bayer2014-12-131-24/+49
* - Fixed bug in batch where if the target table contained multipleMike Bayer2014-12-131-0/+25
* -Repaired a regression in both the MSSQL and Oracle dialects wherebyMike Bayer2014-12-121-1/+2
* - adjust test here so that it applies to all backendsMike Bayer2014-12-041-18/+19
* MySQL: Ignore unique indexes when removing implicit indexesJohannes Erdfelt2014-12-041-0/+19
* - use a much bigger stamp here as only three chars can collide quite easilyMike Bayer2014-12-011-1/+1