summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* - move resolution of "starting rev" for --sql mode intoMike Bayer2015-02-031-0/+18
* - Added a new feature :attr:`.Config.attributes`, to help with the useMike Bayer2015-01-234-13/+116
* fix missing changelog directiveMike Bayer2015-01-231-0/+1
* - Added support for "alembic stamp" to work when given "heads" as anMike Bayer2015-01-231-0/+9
* - 0.7.4rel_0_7_4Mike Bayer2015-01-121-1/+2
* - happy new yearMike Bayer2015-01-121-1/+1
* changelog for #241, fixes #241Mike Bayer2015-01-121-0/+11
* - The rendering of a :class:`~sqlalchemy.schema.ForeignKeyConstraint`Mike Bayer2015-01-101-0/+13
* - Fixed bug in foreign key autogenerate where if the in-Python tableMike Bayer2015-01-101-0/+13
* - changelog: Fixed issue in autogenerate type rendering where types that belongMike Bayer2015-01-091-0/+13
* 0.7.3rel_0_7_3Mike Bayer2014-12-301-0/+1
* - Fixed regression in new versioning system where upgrade / historyMike Bayer2014-12-301-0/+11
* - put sqlalchemy master here as SQLA issue https://bitbucket.org/zzzeek/sqlal...Mike Bayer2014-12-191-0/+1
* 0.7.2rel_0_7_2Mike Bayer2014-12-181-0/+1
* - Adjusted the SQLite backend regarding autogen of unique constraintsMike Bayer2014-12-141-0/+7
* - Fixed bug in batch where if the target table contained multipleMike Bayer2014-12-131-0/+9
* -Repaired a regression in both the MSSQL and Oracle dialects wherebyMike Bayer2014-12-121-0/+8
* - adjust test here so that it applies to all backendsMike Bayer2014-12-041-0/+13
* 0.7.1rel_0_7_1Mike Bayer2014-12-031-0/+1
* - The ``render_as_batch`` flag was inadvertently hardcoded to ``True``,Mike Bayer2014-12-031-0/+7
* - naming convention limited to SQLA 0.9.4 or greaterMike Bayer2014-11-301-0/+3
* - reword the first paragraph about offline mode to better flowMike Bayer2014-11-301-5/+7
* - Added :paramref:`~.Operations.batch_alter_table.naming_convention`Mike Bayer2014-11-302-28/+105
* - name the include_object hook "foreign_key_constraint"Mike Bayer2014-11-302-1/+15
* - Fixed bug where the "source_schema" argument was not correctly passedMike Bayer2014-11-301-0/+8
* - Repaired the inspection, copying and rendering of CHECK constraintsMike Bayer2014-11-292-1/+79
* fix symbolMike Bayer2014-11-261-1/+1
* 0.7.0rel_0_7_0Mike Bayer2014-11-241-0/+1
* - The ``alembic revision`` command accepts the ``--sql`` option toMike Bayer2014-11-231-0/+13
* - Relative revision identifiers as used with ``alembic upgrade``,Mike Bayer2014-11-233-11/+32
* yikes forgot batch modeMike Bayer2014-11-221-0/+1
* - spiff up autogenerate docs a bitMike Bayer2014-11-221-83/+138
* tuple form as wellMike Bayer2014-11-221-1/+9
* - now that branching is an enormous chapter, break out the docs intoMike Bayer2014-11-228-1670/+1685
* - add the refMike Bayer2014-11-221-0/+2
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-222-100/+209
* - add more label syntaxesMike Bayer2014-11-211-0/+20
* - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-211-0/+10
* - A change in the ordering when columns and constraints are dropped;Mike Bayer2014-11-211-0/+9
* make the three way merge thing a separate section, we don't reallyMike Bayer2014-11-201-13/+16
* - typoMike Bayer2014-11-201-2/+2
* put the sqlite thing near the top as it's the other big featureMike Bayer2014-11-201-30/+30
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-203-70/+732
* - changelog + some polishMike Bayer2014-11-201-1/+10
* The Oracle dialect sets "transactional DDL" to False by default,Mike Bayer2014-11-181-0/+7
* - Fixed a variety of issues surrounding rendering of Python code thatMike Bayer2014-11-161-0/+13
* - changelog for pr bitbucket:29, fixes #174Mike Bayer2014-11-101-0/+10
* - editMike Bayer2014-11-101-2/+4
* - changelogbatch_alterMike Bayer2014-11-092-1/+31
* - test fixupMike Bayer2014-11-091-41/+53