summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
...
* - [bug] Fixed alteration of column type onMike Bayer2012-01-201-0/+3
| | | | MSSQL to not include the keyword "TYPE".
* - [bug] fix the config.main() function to honorMike Bayer2012-01-201-0/+7
| | | | | | the arguments passed, remove no longer used "scripts/alembic" as setuptools creates this for us. [#22]
* changelogrel_0_1_1Mike Bayer2012-01-041-0/+4
|
* - [bug] Default prefix for autogenerateMike Bayer2012-01-021-0/+8
| | | | | | | | | directives is "op.", matching the mako templates. [#18] - [feature] Add alembic_module_prefix argument to configure() to complement sqlalchemy_module_prefix. [#18]
* - [bug] Fix bug where create_table() didn'tMike Bayer2012-01-011-0/+4
| | | | | handle self-referential foreign key correctly [#17]
* - [bug] Fix autogenerate bug that preventedMike Bayer2011-12-281-0/+5
| | | | | | correct reflection of a foreign-key referenced table in the list of "to remove". [#16]
* - [bug] Fix autogenerate so that "pass" isMike Bayer2011-12-201-3/+7
| | | | | generated between the two comments if no net migrations were present.
* - Python 2.5 is supported, needsMike Bayer2011-12-031-0/+3
| | | | __future__.with_statement
* - Clean up file write operations so thatMike Bayer2011-12-031-0/+7
| | | | | | file handles are closed. - PyPy is supported.
* python 3 works ! near zero changes neededMike Bayer2011-11-291-5/+1
|
* updatesMike Bayer2011-11-281-20/+31
|
* initial MySQL support, good thing we triedMike Bayer2011-11-281-2/+6
| | | | this before releasing
* more changelogMike Bayer2011-11-271-20/+31
|
* note about py3kMike Bayer2011-11-271-1/+7
|
* - docsMike Bayer2011-11-271-0/+7
| | | | | | | - note about unicode - dont need importlater - use correct type_ kw arg - log cols/tables/etc as we autogenerate
* - support for schema types in modify typeMike Bayer2011-11-271-1/+86
| | | | | | | - add known status to CHANGES - google group - sa. prefix on modify type in autogenerate - rename_table
* more crapMike Bayer2011-04-191-0/+1