summaryrefslogtreecommitdiff
path: root/alembic/ddl/mysql.py
Commit message (Expand)AuthorAgeFilesLines
* Generalize uq -> uix dedupe logicMike Bayer2017-01-091-1/+14
* - use compat is_type_bound() functionMike Bayer2016-01-221-1/+2
* - Repaired batch migration support for "schema" types which generateMike Bayer2016-01-221-0/+6
* - Added workaround in new foreign key option detection feature forMike Bayer2015-08-251-0/+23
* - squash merge of ticket_302 branchMike Bayer2015-07-031-3/+6
* - Fixed bug where MySQL backend would report dropped unique indexesMike Bayer2015-02-201-0/+34
* - adjust test here so that it applies to all backendsMike Bayer2014-12-041-2/+2
* MySQL: Ignore unique indexes when removing implicit indexesJohannes Erdfelt2014-12-041-0/+2
* - refactor the FK merge a bitMike Bayer2014-11-301-1/+0
* - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-211-0/+4
* - Added a workaround for SQLAlchemy issue #3023 (fixed in 0.9.5) whereMike Bayer2014-11-021-0/+16
* - Repaired issue related to the fix for #208 and others; a compositeMike Bayer2014-11-021-0/+2
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-42/+50
* - Liberalized even more the check for MySQL indexes that shouldn't beMike Bayer2014-06-051-4/+13
* - This releases' "autogenerate index detection" bug, when a MySQL tableMike Bayer2014-05-021-2/+11
* - add an additional fix to the MySQL fixes for re: #103.Mike Bayer2014-03-221-1/+1
* - Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,Mike Bayer2014-03-161-25/+88
* - repair the autogen index test which apparently wasn't running for PostgresqlMike Bayer2013-12-201-0/+10
* - Fixed bug where :func:`.op.alter_column` in the MySQL dialectMike Bayer2013-11-261-3/+3
* Introduce compatibility moduleHong Minhee2013-04-131-7/+3
* basestring and str are gone since Python 3Hong Minhee2013-04-131-1/+6
* Use relative importsHong Minhee2013-04-111-5/+6
* transactional_ddl flag for SQLite, MySQL dialectsMike Bayer2013-04-041-0/+2
* - changelog + support for remove autoincMike Bayer2012-08-221-1/+1
* - tests for pull request #21Mike Bayer2012-08-221-8/+13
* Merged in moriyoshi/alembic/bugfix/autoincrement_for_mysql_alter_column (pull...Mike Bayer2012-08-221-4/+12
|\
| * Support autoincrement and existing_autoincrement in alter_column for MySQL di...Moriyoshi Koizumi2012-07-251-4/+12
* | Merged in moriyoshi/alembic/bugfix/typed_default_value (pull request #20)Mike Bayer2012-08-221-2/+8
|\ \ | |/
| * Render the default value in the way it correctly reflects the type of the ori...Moriyoshi Koizumi2012-07-251-2/+8
* | whitespace removalMike Bayer2012-08-151-3/+3
|/
* - [bug] Added "type" argument to op.drop_constraint(),Mike Bayer2012-05-011-0/+19
* - rework MySQL + autogenerate so thatMike Bayer2011-11-281-42/+55
* initial MySQL support, good thing we triedMike Bayer2011-11-281-0/+70
* - refactor the migration operations out of context, whichMike Bayer2011-11-141-2/+2
* - clean up whitespaceMike Bayer2011-02-251-1/+1
* - figuring out script formatMike Bayer2010-04-241-0/+5