]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
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
2011-11-16  Mike Bayer- requires_connection() -> is_offline_mode()
2011-11-15  Mike Bayer- add API support for inline literals
2011-11-15  Mike Bayer- add set_main_option to config
2011-11-15  Mike Bayer- remove add_constraint, this is not the current philos...
2011-11-15  Mike Bayermore typos
2011-11-15  Mike Bayerdocs docs docs docs
2011-11-15  Mike Bayer- add argparse to install requires
2011-11-15  Mike Bayertweak. im not really happy how logging is used for...
2011-11-15  Mike Bayer- refactor the migration operations out of context...
2011-11-14  Mike Bayerremove env-only arguments from context
2011-11-14  Mike Bayerget env to have all the arguments before and after...
2011-11-14  Mike Bayer- make start/end arguments available to environments
2011-11-11  Mike Bayersome docs
2011-11-11  Mike Bayer- get the "stamp" command to work in as_sql
2011-11-10  Mike Bayerfix if no revisions occurred, test coverage
2011-11-09  Mike Bayerclean up the output format
2011-11-09  Mike Bayer- tests for SQL script
2011-11-08  Mike Bayerblurb on auto gen
2011-11-08  Mike Bayerdocs
2011-11-08  Mike Bayerdocs
2011-11-08  Mike Bayerdocs
2011-10-03  Mike Bayerfix up the README and put it into the pypi register
2011-06-28  Mike Bayerformat to 79 char
2011-06-28  Mike Bayerwrite the README
2011-04-22  Mike Bayerlots of TODOs for straight SQL mode
2011-04-22  Mike Bayeradd a bulk insert feature. probably needs some work
2011-04-21  Mike Bayer- get more constraint construct to work, etc.
2011-04-21  Mike Bayer- implement add_column, drop_column, start thinking...
2011-04-19  Mike Bayerhere's what im doing with pylons at the moment
2011-04-19  Mike Bayeradd a stamp command
2011-04-19  Mike Bayer- move -c / -n arguments to front
2011-04-19  Mike Bayermore crap
2011-04-19  Mike Bayerdo "find the templates" identically to how sphinx does it
2011-04-19  Mike Bayerimport sys
2011-02-25  Mike Bayer- pep3147-compatible version of locating .pyc
2011-02-25  Mike Bayeranother file call
2011-02-25  Mike Bayer- use open()
2011-02-25  Mike Bayer- migrate to ArgParse
2011-02-25  Mike Bayeruse public foreign keys collection
next