summaryrefslogtreecommitdiff
path: root/alembic/operations.py
Commit message (Expand)AuthorAgeFilesLines
* - naming convention limited to SQLA 0.9.4 or greaterMike Bayer2014-11-301-1/+1
* - Added :paramref:`~.Operations.batch_alter_table.naming_convention`Mike Bayer2014-11-301-2/+17
* Merge branch 'master' of https://bitbucket.org/mmarquar/alembicMike Bayer2014-11-301-1/+1
|\
| * Fix source_schema argument in BatchOperation.create_foreign_keyMalte Marquarding2014-11-281-1/+1
* | - Repaired the inspection, copying and rendering of CHECK constraintsMike Bayer2014-11-291-2/+28
|/
* include indexes in batchMike Bayer2014-11-211-8/+22
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-60/+0
* Merge branch 'add_column_with_index' of https://bitbucket.org/davidszotten/al...Mike Bayer2014-11-101-0/+2
|\
| * Create index in add_column if requestedDavid Szotten2014-10-161-0/+2
* | - test fixupMike Bayer2014-11-091-1/+3
* | Merge branch 'master' into batch_alterMike Bayer2014-11-081-4/+37
|\ \
| * | - The :class:`~sqlalchemy.schema.Table` object is now returned whenMike Bayer2014-11-081-4/+37
| |/
* | - finish up most featuresMike Bayer2014-11-081-34/+36
* | proof of conceptMike Bayer2014-11-071-3/+162
* | docstringMike Bayer2014-11-071-1/+65
* | - add support for autogenerate to include "batch"Mike Bayer2014-11-061-2/+2
* | - sketch of how "batch operations" would workMike Bayer2014-10-221-3/+13
|/
* Merged in ltvolks/alembic/docs-153 (pull request #28) Mike Bayer2014-10-101-2/+19
|\
| * Update documentation for create_index parametersLucas Taylor2014-10-101-2/+19
* | - Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`Mike Bayer2014-10-031-20/+101
|/
* - move pretty much all of sqlalchemy.testing over for now, as we'dMike Bayer2014-09-141-1/+5
* - update naming convention link to point to official docscleanupMike Bayer2014-09-091-8/+4
* - fix long lines within packageMike Bayer2014-09-091-50/+72
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-75/+75
* - Added support for functional indexes when using theMike Bayer2014-08-271-5/+22
* - Added support for the ``initially``, ``match`` keyword argumentsMike Bayer2014-03-141-5/+12
* Extensive changes have been made to more fully support SQLAlchemy's newMike Bayer2014-03-121-6/+65
* got the docs totally wrong on thatMike Bayer2014-03-081-3/+3
* - Fixed bug where :meth:`.Operations.bulk_insert` would not functionMike Bayer2014-03-081-2/+49
* - Added new argument ``mssql_drop_foreign_key`` toMike Bayer2013-12-061-0/+11
* Fix #149: bulk_insert example does not import op like other examplesijl2013-10-151-1/+2
* Support 'deferrable' keyword argument for 'create_foreign_key' operation.Pedro Romano2013-08-251-4/+9
* Introduce compatibility moduleHong Minhee2013-04-131-5/+2
* basestring and str are gone since Python 3Hong Minhee2013-04-131-1/+5
* Use relative importsHong Minhee2013-04-111-6/+8
* Added :func:`.operations.create_primary_key`Mike Bayer2013-04-041-0/+51
* Fixed bug whereby create_index()Mike Bayer2013-02-151-1/+1
* - move to 0.5.0 as we are making some slight naming changesMike Bayer2013-02-111-26/+47
* - get sphinx to render "type_" with the underscoreMike Bayer2013-02-041-5/+15
* update sqla links for 0.8 docsMike Bayer2012-12-091-4/+4
* - [bug] Removed erroneous "emit_events" attributeMike Bayer2012-10-201-4/+0
* - [feature] Support for tables in alternate schemasMike Bayer2012-09-301-10/+34
* always pass schema name as a separate parameterBruno Binet2012-09-251-28/+33
* add schema support for add/drop constraints and indexesBruno Binet2012-09-251-31/+55
* add schema support for add_column, drop_column, alter_column, drop_table oper...Bruno Binet2012-09-251-8/+21
* import sqlalchemy.schema as sa_schema: s/schema/sa_schema/Bruno Binet2012-09-221-30/+30
* - tests for pull request #21Mike Bayer2012-08-221-5/+7
* Merged in moriyoshi/alembic/bugfix/autoincrement_for_mysql_alter_column (pull...Mike Bayer2012-08-221-0/+5
|\
| * Support autoincrement and existing_autoincrement in alter_column for MySQL di...Moriyoshi Koizumi2012-07-251-0/+5
* | - [bug] Repaired create_foreign_key() forMike Bayer2012-08-041-3/+8