| Commit message (Expand) | Author | Age | Files | Lines |
* | Autogenerate now orders tables correctly. Dependency tables now appear befor... | jayd3e | 2012-03-12 | 1 | -19/+88 |
* | - [bug] implement 'tablename' parameter on | Mike Bayer | 2012-02-28 | 2 | -1/+51 |
* | - [feature] Informative error message when op.XYZ | Mike Bayer | 2012-02-13 | 1 | -1/+13 |
* | Added optional onupdate and ondelete params to Operations.create_check_constr... | Giacomo Bagnoli | 2012-02-08 | 1 | -0/+20 |
* | - [bug] Fixed the generation of CHECK constraint, | Mike Bayer | 2012-01-31 | 1 | -1/+3 |
* | cut off the slug length at 20 chars | Mike Bayer | 2012-01-30 | 1 | -0/+9 |
* | - add test coverage for standalone MigrationContext / Operations | Mike Bayer | 2012-01-30 | 2 | -2/+21 |
* | turn alembic.op and alembic.context into real proxy modules, | Mike Bayer | 2012-01-26 | 1 | -0/+1 |
* | - [feature] The naming of revision files can | Mike Bayer | 2012-01-24 | 5 | -86/+201 |
* | this is all tests passing with the refactor, which IMHO is | Mike Bayer | 2012-01-24 | 5 | -50/+71 |
* | - rearrange the internals such that we no longer use global | Mike Bayer | 2012-01-24 | 2 | -16/+17 |
* | the "stamp" command by itself does not set up "starting_rev" | Mike Bayer | 2012-01-24 | 1 | -1/+9 |
* | - [feature] Can create alembic.config.Config | Mike Bayer | 2012-01-20 | 1 | -0/+18 |
* | - [bug] Fixed alteration of column type on | Mike Bayer | 2012-01-20 | 2 | -3/+10 |
* | Column names were not wrapped in quotes when autogenerating a ForeignKeyConst... | Samuel Rayment | 2012-01-04 | 1 | -3/+3 |
* | - [bug] Default prefix for autogenerate | Mike Bayer | 2012-01-02 | 1 | -23/+24 |
* | - [bug] Fix bug where create_table() didn't | Mike Bayer | 2012-01-01 | 1 | -0/+15 |
* | - [bug] Fix autogenerate bug that prevented | Mike Bayer | 2011-12-28 | 1 | -1/+18 |
* | - [bug] Fix autogenerate so that "pass" is | Mike Bayer | 2011-12-20 | 1 | -1/+17 |
* | - Python 2.5 is supported, needs | Mike Bayer | 2011-12-03 | 5 | -2/+7 |
* | - Clean up file write operations so that | Mike Bayer | 2011-12-03 | 6 | -75/+69 |
* | switch to "from alembic import op" as its not | Mike Bayer | 2011-11-30 | 1 | -9/+9 |
* | dont need the const thing now that the batch separator is in use | Mike Bayer | 2011-11-29 | 1 | -11/+4 |
* | - add alter col default for PG/base | Mike Bayer | 2011-11-29 | 3 | -6/+28 |
* | implement server default, nullability for SQL server | Mike Bayer | 2011-11-29 | 1 | -0/+29 |
* | - add mssql_batch_separator for offline mode | Mike Bayer | 2011-11-29 | 2 | -16/+53 |
* | - implement "start migrations" event for impls | Mike Bayer | 2011-11-29 | 1 | -2/+11 |
* | - add begin_transaction() env.py helper. Emits the appropriate | Mike Bayer | 2011-11-29 | 3 | -58/+100 |
* | python 3 works ! near zero changes needed | Mike Bayer | 2011-11-29 | 2 | -10/+17 |
* | - add test for dialect/impl-specific affinity comparison, #5 | Mike Bayer | 2011-11-29 | 1 | -1/+19 |
* | - add version check for at least 06, tests for 07 in selected | Mike Bayer | 2011-11-28 | 4 | -13/+106 |
* | - some test cleanup | Mike Bayer | 2011-11-28 | 8 | -73/+216 |
* | add tests for #7 | Mike Bayer | 2011-11-28 | 1 | -7/+32 |
* | - rename autogenerate_metadata to target_metadata, autogenerate_sqlalchemy_pr... | Mike Bayer | 2011-11-28 | 2 | -3/+15 |
* | - move comparison of types, server default to the context. | Mike Bayer | 2011-11-28 | 1 | -17/+24 |
* | share imports among multi runs in one set | Mike Bayer | 2011-11-28 | 1 | -1/+1 |
* | - rework MySQL + autogenerate so that | Mike Bayer | 2011-11-28 | 2 | -46/+64 |
* | initial MySQL support, good thing we tried | Mike Bayer | 2011-11-28 | 3 | -42/+125 |
* | - use new sa. import in tutorial examples | Mike Bayer | 2011-11-27 | 1 | -6/+15 |
* | pg uses DROP NOT NULL, keep this as the default and move | Mike Bayer | 2011-11-27 | 2 | -2/+17 |
* | - docs | Mike Bayer | 2011-11-27 | 1 | -3/+3 |
* | - support for schema types in modify type | Mike Bayer | 2011-11-27 | 2 | -5/+47 |
* | make sure type gets the prefix in modify type | Mike Bayer | 2011-11-27 | 1 | -7/+13 |
* | more tests and now its sort of working | Mike Bayer | 2011-11-27 | 5 | -34/+105 |
* | OK I did that wrong, not working yet but it will be more like this | Mike Bayer | 2011-11-27 | 1 | -16/+15 |
* | implement autogenerate feature | Mike Bayer | 2011-11-27 | 2 | -21/+165 |
* | - support the constraints generated from SchemaType, honoring conditional | Mike Bayer | 2011-11-23 | 3 | -1/+42 |
* | - drop constraint | Mike Bayer | 2011-11-23 | 1 | -0/+7 |
* | fix | Mike Bayer | 2011-11-23 | 1 | -1/+1 |
* | add rename column support | Mike Bayer | 2011-11-23 | 2 | -0/+23 |