summaryrefslogtreecommitdiff
path: root/alembic/environment.py
Commit message (Expand)AuthorAgeFilesLines
* - The ``render_as_batch`` flag was inadvertently hardcoded to ``True``,Mike Bayer2014-12-031-1/+1
* - name the include_object hook "foreign_key_constraint"Mike Bayer2014-11-301-2/+7
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-15/+29
* - add support for autogenerate to include "batch"Mike Bayer2014-11-061-0/+12
* - Indexes and unique constraints are now included in theMike Bayer2014-11-021-3/+10
* - the original rationale for defaulting the user-defined namespaceMike Bayer2014-10-211-4/+12
* - fix long lines within packageMike Bayer2014-09-091-11/+16
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-33/+32
* Add EnvironmentContext and Config to MigrationContextMarc Abramowitz2014-05-191-0/+1
* - Added new feature :paramref:`.EnvironmentContext.configure.transaction_per_...Mike Bayer2014-05-021-19/+13
* - Fixed bug where :meth:`.EnvironmentContext.get_x_argument`Mike Bayer2014-04-041-1/+4
* more doc fixes and updatesMike Bayer2014-02-011-10/+33
* move this seealsoMike Bayer2014-02-011-2/+4
* - Added new argumentMike Bayer2014-02-011-22/+26
* Update documentationMaarten van Schaik2013-08-281-2/+2
* Added new kw argument to :meth:`.EnvironmentContext.configure`Mike Bayer2013-07-111-9/+70
* - add docs and links and stuff for the -x option, which apparentlyMike Bayer2013-06-061-1/+54
* Use relative importsHong Minhee2013-04-111-7/+9
* doc fixesMike Bayer2013-04-041-1/+4
* - changelogMike Bayer2013-04-041-3/+4
* Added ``output_encoding`` option toMike Bayer2013-04-041-0/+8
* - The rendering of any construct during autogenerateMike Bayer2013-03-041-0/+30
* update sqla links for 0.8 docsMike Bayer2012-12-091-8/+8
* - [feature] Support for tables in alternate schemasMike Bayer2012-09-301-3/+30
* - [feature] Added include_symbol option torel_0_3_6Mike Bayer2012-08-151-0/+17
* whitespace removalMike Bayer2012-08-151-130/+130
* - [feature] New config argumentrel_0_3_3Mike Bayer2012-06-021-0/+9
* Make version table name configurable.Jeff Dairiki2012-05-031-1/+3
* - [feature] Basic support for Oracle added,rel_0_3_2Mike Bayer2012-04-301-7/+9
* - move to 0.3 as we are changing APIrel_0_3_0Mike Bayer2012-04-051-1/+53
* - [bug] implement 'tablename' parameter onMike Bayer2012-02-281-2/+3
* fix long linesMike Bayer2012-01-301-66/+102
* turn alembic.op and alembic.context into real proxy modules,Mike Bayer2012-01-261-19/+14
* - tried it out in my work project, and realized the "op" and "context" namesp...Mike Bayer2012-01-241-2/+2
* documentation including an API diagramMike Bayer2012-01-241-11/+23
* documentation updates for 0.2Mike Bayer2012-01-241-10/+24
* this is all tests passing with the refactor, which IMHO isMike Bayer2012-01-241-25/+17
* - rearrange the internals such that we no longer use globalMike Bayer2012-01-241-0/+448