summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - repair the rendering of add_fk_constraint(), quoting there tooMike Bayer2014-11-302-4/+33
* - naming convention limited to SQLA 0.9.4 or greaterMike Bayer2014-11-301-0/+1
* - fix drop_foreign_key to include that this only works with SQLiteMike Bayer2014-11-302-1/+10
* - Added :paramref:`~.Operations.batch_alter_table.naming_convention`Mike Bayer2014-11-301-0/+24
* - name the include_object hook "foreign_key_constraint"Mike Bayer2014-11-302-7/+42
* - refactor the FK merge a bitMike Bayer2014-11-303-91/+308
* - Merge branch 'add_fk_check' of https://bitbucket.org/akamyshnikova/alembic ...Mike Bayer2014-11-302-37/+288
|\
| * Fix failing unittests and update compare_fk methodAnn Kamyshnikova2014-11-251-1/+2
| * Add composite fk support, add more testsAnn Kamyshnikova2014-11-071-1/+146
| * Update and add some tests for checking fkAnn Kamyshnikova2014-11-072-20/+113