summaryrefslogtreecommitdiff
path: root/alembic
Commit message (Expand)AuthorAgeFilesLines
* - Fixed critical issue where a complex series of branches/merges wouldMike Bayer2015-07-221-3/+23
* - Implemented support for :meth:`.BatchOperations.create_primary_key`Mike Bayer2015-07-034-10/+35
* - The :meth:`.MigrationContext.stamp` method, added as part of theMike Bayer2015-06-091-0/+2
* - turn on the mssql legacy_schema_aliasing flag to removeMike Bayer2015-05-262-0/+3
* - Fixed bug where foreign key options including "onupdate",Mike Bayer2015-05-182-13/+19
* - Fixed bug where the case of multiple mergepoints that allMike Bayer2015-05-031-7/+8
* - Added support for type comparison functions to be not just perMike Bayer2015-04-302-29/+11
* - fixed spelling mistake in docsRaul Taranu2015-04-211-1/+1
* - Added a new optionMike Bayer2015-04-078-52/+106
* - Fully implemented theMike Bayer2015-03-274-10/+34
* - next versionMike Bayer2015-03-271-1/+1
* - Repaired support for the :meth:`.BatchOperations.create_index`Mike Bayer2015-03-271-1/+1
* - didn't name the internal number correctly, stilrel_0_7_5_post2Mike Bayer2015-03-201-1/+1
* - 0.7.5.post1 due to pypi deletion issuerel_0_7_5_post1Mike Bayer2015-03-201-1/+1
* - changelog for #266Mike Bayer2015-03-191-2/+4
* Merge branch 'issue266' of https://bitbucket.org/jerdfelt/alembic into pr39Mike Bayer2015-03-191-0/+7
|\
| * Raise exception if autogenerate is tried with as_sql=TrueJohannes Erdfelt2015-02-231-0/+7
* | - Fixed bug where the mssql DROP COLUMN directive failed to includeMike Bayer2015-03-111-1/+1
* | - an adjustment to the logic for #282 - if the index we see hereMike Bayer2015-03-101-0/+2
* | - Postgresql "functional" indexes are necessarily skipped from theMike Bayer2015-03-101-1/+21
* | - add support for assertion of warnings emittedMike Bayer2015-03-101-0/+117
|/
* - Fixed bug where MySQL backend would report dropped unique indexesMike Bayer2015-02-201-0/+34
* - additional fix which impacts #267. fix filtered_heads() to accommodateMike Bayer2015-02-081-3/+1
* - move resolution of "starting rev" for --sql mode intoMike Bayer2015-02-032-7/+6
* - Added a new feature :attr:`.Config.attributes`, to help with the useMike Bayer2015-01-234-26/+54
* - Added support for "alembic stamp" to work when given "heads" as anMike Bayer2015-01-231-38/+46
* - set up for next revMike Bayer2015-01-231-3/+3
* - the enum render is an 0.9 regression, apparently we usedMike Bayer2015-01-132-0/+8
* Merge https://bitbucket.org/dtheodor/alembic/branch/master into pr37Mike Bayer2015-01-121-2/+5
|\
| * remove redundant Float type checkDimitris Theodorou2015-01-121-2/+2
| * Change single-quoting of floats in PostgreSQL compare_server_defaultDimitris Theodorou2015-01-121-2/+5
* | checked test failureDimitris Theodorou2015-01-122-0/+8
|/
* - The rendering of a :class:`~sqlalchemy.schema.ForeignKeyConstraint`Mike Bayer2015-01-101-7/+17
* - Fixed bug in foreign key autogenerate where if the in-Python tableMike Bayer2015-01-101-2/+3
* - changelog: Fixed issue in autogenerate type rendering where types that belongMike Bayer2015-01-091-1/+1
* Fixes user module namespace for custom typesBartosz Burclaf2015-01-091-1/+1
* - Fixed regression in new versioning system where upgrade / historyMike Bayer2014-12-302-3/+13
* - put sqlalchemy master here as SQLA issue https://bitbucket.org/zzzeek/sqlal...Mike Bayer2014-12-191-1/+0
* - Adjusted the SQLite backend regarding autogen of unique constraintsMike Bayer2014-12-141-7/+7
* - Fixed bug in batch where if the target table contained multipleMike Bayer2014-12-131-6/+17
* -Repaired a regression in both the MSSQL and Oracle dialects wherebyMike Bayer2014-12-123-3/+4
* - adjust test here so that it applies to all backendsMike Bayer2014-12-042-3/+3
* Merge branch 'mysql-unique-index-removed' of https://bitbucket.org/jerdfelt/a...Mike Bayer2014-12-041-0/+2
|\
| * MySQL: Ignore unique indexes when removing implicit indexesJohannes Erdfelt2014-12-041-0/+2
* | - The ``render_as_batch`` flag was inadvertently hardcoded to ``True``,Mike Bayer2014-12-031-1/+1
|/
* 0.7.1Mike Bayer2014-11-301-1/+1
* - repair the rendering of add_fk_constraint(), quoting there tooMike Bayer2014-11-301-4/+4
* - 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-302-4/+23
* - name the include_object hook "foreign_key_constraint"Mike Bayer2014-11-302-4/+9