summaryrefslogtreecommitdiff
path: root/alembic/op.py
Commit message (Expand)AuthorAgeFilesLines
* Use relative importsHong Minhee2013-04-111-2/+2
* whitespace removalMike Bayer2012-08-151-1/+1
* turn alembic.op and alembic.context into real proxy modules,Mike Bayer2012-01-261-15/+2
* - tried it out in my work project, and realized the "op" and "context" namesp...Mike Bayer2012-01-241-0/+19
* - rearrange the internals such that we no longer use globalMike Bayer2012-01-241-603/+0
* fix #20Mike Bayer2012-01-031-2/+3
* - [bug] Fix bug where create_table() didn'tMike Bayer2012-01-011-1/+1
* - Python 2.5 is supported, needsMike Bayer2011-12-031-1/+2
* another detail re: sql server hereMike Bayer2011-11-301-2/+4
* - add version check for at least 06, tests for 07 in selectedMike Bayer2011-11-281-1/+10
* - rename autogenerate_metadata to target_metadata, autogenerate_sqlalchemy_pr...Mike Bayer2011-11-281-1/+49
* some docsMike Bayer2011-11-281-17/+40
* initial MySQL support, good thing we triedMike Bayer2011-11-281-8/+22
* - docsMike Bayer2011-11-271-2/+0
* - support for schema types in modify typeMike Bayer2011-11-271-2/+54
* - support the constraints generated from SchemaType, honoring conditionalMike Bayer2011-11-231-4/+19
* - drop constraintMike Bayer2011-11-231-1/+13
* - add API support for inline literalsMike Bayer2011-11-151-14/+78
* - remove add_constraint, this is not the current philosophy of the op packageMike Bayer2011-11-151-30/+158
* - refactor the migration operations out of context, whichMike Bayer2011-11-141-13/+13
* docsMike Bayer2011-11-081-1/+3
* docsMike Bayer2011-11-081-5/+91
* lots of TODOs for straight SQL modeMike Bayer2011-04-221-0/+1
* add a bulk insert feature. probably needs some workMike Bayer2011-04-221-0/+3
* - get more constraint construct to work, etc.Mike Bayer2011-04-211-6/+24
* - implement add_column, drop_column, start thinking about scaling up how we d...Mike Bayer2011-04-211-16/+36
* - move -c / -n arguments to frontMike Bayer2011-04-191-1/+13
* - use open()Mike Bayer2011-02-251-2/+2
* - migrate to ArgParseMike Bayer2011-02-251-1/+2
* use public foreign keys collectionMike Bayer2011-02-251-1/+1
* - clean up whitespaceMike Bayer2011-02-251-3/+3
* create table construct, does the "metadata" thing as well.Mike Bayer2010-05-011-0/+34
* some ui improvementsMike Bayer2010-04-291-1/+5
* upgrade, downgrade motionMike Bayer2010-04-291-4/+5
* this actually ran somethingMike Bayer2010-04-281-0/+3
* we're making revision files....Mike Bayer2010-04-271-1/+1
* illustrate the basic idea of add_xxx(strings), whereby Table/Column/Constrain...Mike Bayer2010-04-261-6/+39
* thinking about layoutMike Bayer2010-04-241-2/+7
* - basic DDL methodologyMike Bayer2010-04-241-0/+13