summaryrefslogtreecommitdiff
path: root/alembic
Commit message (Expand)AuthorAgeFilesLines
* Change single-quoting of floats in PostgreSQL compare_server_defaultDimitris Theodorou2015-01-121-2/+5
* - 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
* - refactor the FK merge a bitMike Bayer2014-11-305-75/+161
* - Merge branch 'add_fk_check' of https://bitbucket.org/akamyshnikova/alembic ...Mike Bayer2014-11-303-4/+97
|\
| * Fix failing unittests and update compare_fk methodAnn Kamyshnikova2014-11-251-23/+34
| * Some refactor of _add_fk_constraintAnn Kamyshnikova2014-11-131-5/+12
| * Add _add_fk_constraint and _drop_fk_constraint to renderAnn Kamyshnikova2014-11-113-5/+23
| * Add composite fk support, add more testsAnn Kamyshnikova2014-11-071-5/+13
| * Update and add some tests for checking fkAnn Kamyshnikova2014-11-073-8/+10
| * Implement autogenerate detection for foreign key constraintsAnn Kamyshnikova2014-11-051-0/+45
* | 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-294-14/+79
|/ /
* | - The ``alembic revision`` command accepts the ``--sql`` option toMike Bayer2014-11-231-0/+8
* | - Relative revision identifiers as used with ``alembic upgrade``,Mike Bayer2014-11-232-47/+96
* | - ensure we include for dependencies when we do a stamp, add an optionMike Bayer2014-11-232-6/+9
* | - use the correct method here; this needs to have some testsMike Bayer2014-11-231-1/+1
* | - fixesMike Bayer2014-11-225-2/+6
* | - In conjunction with support for multiple independent bases, theMike Bayer2014-11-228-52/+216
* | - break out the concept of "down revision" into two pieces:Mike Bayer2014-11-223-49/+148
* | - support the case where a mergepoint has a branchpoint immediatelyMike Bayer2014-11-221-26/+71
* | - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-213-0/+25
* | include indexes in batchMike Bayer2014-11-213-40/+79
* | - A change in the ordering when columns and constraints are dropped;Mike Bayer2014-11-211-16/+22
* | - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-2014-467/+1727
* | - changelog + some polishMike Bayer2014-11-201-3/+11
* | Merge branch '242-config-vars' of https://bitbucket.org/nibrahim/alembic into...Mike Bayer2014-11-201-2/+7
|\ \
| * | Changes name of variable.Noufal Ibrahim2014-11-161-5/+5
| * | Adds cfg_vars to Config.Noufal Ibrahim2014-11-161-2/+7
* | | The Oracle dialect sets "transactional DDL" to False by default,Mike Bayer2014-11-181-1/+1
* | | - Fixed a variety of issues surrounding rendering of Python code thatMike Bayer2014-11-164-30/+99
|/ /
* | 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