]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2012-02-08  Mike Bayerchangelog
2012-02-08  Giacomo BagnoliAdded optional onupdate and ondelete params to Operatio...
2012-02-08  Mike Bayer- [feature] script_location can be interpreted
2012-02-03  Mike Bayer- update version + CHANGES for rff49b7fe01b4
2012-02-03  Mike BayerMerged in aodag/alembic/fix.argparse (pull request #4)
2012-02-03  aodagfix for unneccesary require to argparse
2012-02-03  aodagbranch for argparse
2012-01-31  Mike BayerAdded tag rel_0_2_1 for changeset 87ab39a74dcf49dd7cabe...
2012-01-31  Mike Bayer- forgot to push the tag rel_0_2_1
2012-01-31  Mike Bayer- [bug] Fixed the generation of CHECK constraint,
2012-01-30  Mike BayerAdded tag rel_0_2_0 for changeset 0bf3fe8f6f089f6023f39...
2012-01-30  Mike Bayerfix docstring references rel_0_2_0
2012-01-30  Mike Bayerfix long lines
2012-01-30  Mike Bayermerge this together
2012-01-30  Mike Bayercut off the slug length at 20 chars
2012-01-30  Mike Bayerlets put a doc note here for now since everyone is...
2012-01-30  Mike Bayeradd docs for the standalone ops use case
2012-01-30  Mike Bayer- add test coverage for standalone MigrationContext...
2012-01-26  Mike Bayerturn alembic.op and alembic.context into real proxy...
2012-01-26  Mike Bayer- [bug] env.py templates call
2012-01-24  Mike Bayermerge whatever
2012-01-24  Mike Bayeruse newer url
2012-01-24  Mike Bayermore fixes for rev ids
2012-01-24  Mike Bayerremove erroneous pdb
2012-01-24  Mike Bayer- tried it out in my work project, and realized the...
2012-01-24  Mike Bayerdocumentation including an API diagram
2012-01-24  Mike Bayerdocumentation updates for 0.2
2012-01-24  Mike Bayer- [feature] The naming of revision files can
2012-01-24  Mike Bayerthis is all tests passing with the refactor, which...
2012-01-24  Mike Bayer- rearrange the internals such that we no longer use...
2012-01-24  Mike Bayerthe "stamp" command by itself does not set up "starting...
2012-01-20  Mike Bayer- [feature] Can create alembic.config.Config
2012-01-20  Mike Bayer- [bug] Fixed alteration of column type on
2012-01-20  Mike Bayer- [bug] fix the config.main() function to honor
2012-01-08  Mike Bayermore manifest
2012-01-08  Mike Bayerneed to include the .rst files in the manifest
2012-01-05  Mike Bayernew year
2012-01-05  Mike BayerAdded tag rel_0_1_1 for changeset d76a1bea49a2982200025...
2012-01-05  Mike Bayerchangelog rel_0_1_1
2012-01-04  Samuel RaymentColumn names were not wrapped in quotes when autogenera...
2012-01-03  Mike Bayerfix #20
2012-01-02  Mike Bayerfix docstring
2012-01-02  Mike Bayer- [bug] Default prefix for autogenerate
2012-01-01  Mike Bayer- [bug] Fix bug where create_table() didn't
2011-12-28  Mike Bayer- [bug] Fix autogenerate bug that prevented
2011-12-23  Mike Bayergo back to readthedocs
2011-12-20  Mike Bayer- [bug] Fix autogenerate so that "pass" is
2011-12-03  Mike Bayer- Python 2.5 is supported, needs
2011-12-03  Mike Bayermerge tag
2011-12-03  Mike Bayer- Clean up file write operations so that
2011-11-30  Mike BayerAdded tag rel_0_1_0 for changeset 3bf28d1fc3e665ae81baa...
2011-11-30  Mike Bayermore manifest fix rel_0_1_0
2011-11-30  Mike Bayeradd test.cfg
2011-11-30  Mike Bayeranother detail re: sql server here
2011-11-30  Mike Bayeranother doc bug
2011-11-30  Mike Bayerfixups
2011-11-30  Mike Bayerswitch to "from alembic import op" as its not
2011-11-30  Mike Bayerdont need the const thing now that the batch separator...
2011-11-30  Mike Bayer- add alter col default for PG/base
2011-11-30  Mike Bayerimplement server default, nullability for SQL server
2011-11-29  Mike Bayer- add mssql_batch_separator for offline mode
2011-11-29  Mike Bayer- implement "start migrations" event for impls
2011-11-29  Mike Bayer- add begin_transaction() env.py helper. Emits the...
2011-11-29  Mike Bayer- fix some more file()->open() in docs
2011-11-29  Mike Bayerlink ourselves to the sqla project.
2011-11-29  Mike Bayerreadme updates
2011-11-29  Mike Bayerpython 3 works ! near zero changes needed
2011-11-29  Mike Bayer- add test for dialect/impl-specific affinity compariso...
2011-11-29  Mike Bayerreport full path for env.py
2011-11-29  melnychukenabled automatic script creation (for windows)
2011-11-29  Mike Bayerdependencies
2011-11-29  Mike Bayertypo
2011-11-29  Mike Bayer- add version check for at least 06, tests for 07 in...
2011-11-28  Mike Bayer- some test cleanup
2011-11-28  Mike Bayeradd tests for #7
2011-11-28  Mike Bayer- rename autogenerate_metadata to target_metadata,...
2011-11-28  Mike Bayerupdates
2011-11-28  Mike Bayer- move comparison of types, server default to the context.
2011-11-28  Mike Bayershare imports among multi runs in one set
2011-11-28  Mike Bayersome docs
2011-11-28  Mike Bayer- rework MySQL + autogenerate so that
2011-11-28  Mike Bayerinitial MySQL support, good thing we tried
2011-11-28  Mike Bayer- add more caveats to autogen docs
2011-11-28  Mike Bayer- use new sa. import in tutorial examples
2011-11-28  Mike Bayermore changelog
2011-11-28  Mike Bayernote about py3k
2011-11-28  Mike Bayerpg uses DROP NOT NULL, keep this as the default and...
2011-11-28  Mike Bayer- docs
2011-11-28  Mike Bayer- support for schema types in modify type
2011-11-27  Mike Bayermake sure type gets the prefix in modify type
2011-11-27  Mike Bayermore tests and now its sort of working
2011-11-27  Mike BayerOK I did that wrong, not working yet but it will be...
2011-11-27  Mike Bayerimplement autogenerate feature
2011-11-24  Mike Bayer- support the constraints generated from SchemaType...
2011-11-23  Mike Bayer- drop constraint
2011-11-23  Mike Bayerfix
2011-11-23  Mike Bayeradd rename column support
2011-11-21  Mike Bayeradd front matter
2011-11-17  Mike Bayergo along with sphinx and put the init params in the...
2011-11-17  Mike Bayer- new doc theme
next