summaryrefslogtreecommitdiff
path: root/tests/test_op.py
Commit message (Expand)AuthorAgeFilesLines
...
* - test adjustments to account for SQLAlchemy pullreq #7, MSSQL DROP INDEX syntaxMike Bayer2013-12-061-5/+1
* Support 'deferrable' keyword argument for 'create_foreign_key' operation.Pedro Romano2013-08-251-0/+10
* add postgresql_where testMike Bayer2013-04-241-1/+12
* - will call this 0.6Mike Bayer2013-04-121-1/+1
* Use relative importsHong Minhee2013-04-111-3/+4
* Fixed format of RENAME for table that includesMike Bayer2013-04-041-0/+10
* Added :func:`.operations.create_primary_key`Mike Bayer2013-04-041-1/+15
* Fixed bug whereby create_index()Mike Bayer2013-02-151-15/+25
* - move to 0.5.0 as we are making some slight naming changesMike Bayer2013-02-111-9/+41
* adda test for create table w no pkMike Bayer2012-11-301-0/+12
* always pass schema name as a separate parameterBruno Binet2012-09-251-7/+9
* add schema support for add/drop constraints and indexesBruno Binet2012-09-251-3/+54
* add schema support for add_column, drop_column, alter_column, drop_table oper...Bruno Binet2012-09-251-2/+159
* - [bug] Repaired create_foreign_key() forMike Bayer2012-08-041-0/+8
* the name shouldn't be needed hereMike Bayer2012-07-281-2/+2
* - [bug] Fixes made to the constraints created/droppedMike Bayer2012-07-281-11/+25
* - [bug] Fixed bug whereby create_unique_constraint()Mike Bayer2012-04-261-0/+16
* - [bug] Fixed support of schema-qualifiedMike Bayer2012-04-251-0/+8
* - [feature] Informative error message when op.XYZMike Bayer2012-02-131-1/+13
* Added optional onupdate and ondelete params to Operations.create_check_constr...Giacomo Bagnoli2012-02-081-0/+20
* turn alembic.op and alembic.context into real proxy modules,Mike Bayer2012-01-261-0/+1
* - [bug] Fixed alteration of column type onMike Bayer2012-01-201-3/+3
* - [bug] Fix bug where create_table() didn'tMike Bayer2012-01-011-0/+15
* - add alter col default for PG/baseMike Bayer2011-11-291-0/+22
* - some test cleanupMike Bayer2011-11-281-27/+27
* - rename autogenerate_metadata to target_metadata, autogenerate_sqlalchemy_pr...Mike Bayer2011-11-281-1/+13
* initial MySQL support, good thing we triedMike Bayer2011-11-281-2/+2
* pg uses DROP NOT NULL, keep this as the default and moveMike Bayer2011-11-271-2/+3
* - support for schema types in modify typeMike Bayer2011-11-271-0/+41
* - support the constraints generated from SchemaType, honoring conditionalMike Bayer2011-11-231-1/+20
* - drop constraintMike Bayer2011-11-231-0/+7
* fixMike Bayer2011-11-231-1/+1
* add rename column supportMike Bayer2011-11-231-0/+7
* - add API support for inline literalsMike Bayer2011-11-151-0/+22
* - remove add_constraint, this is not the current philosophy of the op packageMike Bayer2011-11-151-12/+21
* add a bulk insert feature. probably needs some workMike Bayer2011-04-221-1/+3
* - get more constraint construct to work, etc.Mike Bayer2011-04-211-2/+104
* - implement add_column, drop_column, start thinking about scaling up how we d...Mike Bayer2011-04-211-0/+16