summaryrefslogtreecommitdiff
path: root/alembic/context.py
Commit message (Expand)AuthorAgeFilesLines
* - squash merge of ticket_302 branchMike Bayer2015-07-031-3/+2
* 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-0/+6
* - rearrange the internals such that we no longer use globalMike Bayer2012-01-241-634/+0
* fix docstringMike Bayer2012-01-021-1/+1
* - [bug] Default prefix for autogenerateMike Bayer2012-01-021-0/+7
* - add alter col default for PG/baseMike Bayer2011-11-291-0/+11
* - add mssql_batch_separator for offline modeMike Bayer2011-11-291-12/+33
* - implement "start migrations" event for implsMike Bayer2011-11-291-0/+1
* - add begin_transaction() env.py helper. Emits the appropriateMike Bayer2011-11-291-2/+65
* - add version check for at least 06, tests for 07 in selectedMike Bayer2011-11-281-1/+1
* - rename autogenerate_metadata to target_metadata, autogenerate_sqlalchemy_pr...Mike Bayer2011-11-281-10/+26
* - move comparison of types, server default to the context.Mike Bayer2011-11-281-30/+122
* more tests and now its sort of workingMike Bayer2011-11-271-2/+8
* implement autogenerate featureMike Bayer2011-11-271-2/+18
* - requires_connection() -> is_offline_mode()Mike Bayer2011-11-161-17/+41
* - add set_main_option to configMike Bayer2011-11-151-1/+4
* - remove add_constraint, this is not the current philosophy of the op packageMike Bayer2011-11-151-31/+5
* more typosMike Bayer2011-11-151-7/+5
* docs docs docs docsMike Bayer2011-11-151-12/+84
* - add argparse to install requiresMike Bayer2011-11-141-10/+32
* tweak. im not really happy how logging is used for status hereMike Bayer2011-11-141-1/+1
* - refactor the migration operations out of context, whichMike Bayer2011-11-141-114/+34
* remove env-only arguments from contextMike Bayer2011-11-141-16/+18
* get env to have all the arguments before and after context is set upMike Bayer2011-11-141-8/+20
* - make start/end arguments available to environmentsMike Bayer2011-11-141-14/+63
* some docsMike Bayer2011-11-111-4/+22
* - get the "stamp" command to work in as_sqlMike Bayer2011-11-111-12/+83
* fix if no revisions occurred, test coverageMike Bayer2011-11-101-5/+6
* clean up the output formatMike Bayer2011-11-081-4/+4
* - tests for SQL scriptMike Bayer2011-11-081-23/+34
* docsMike Bayer2011-11-081-2/+5
* docsMike Bayer2011-11-081-7/+23
* lots of TODOs for straight SQL modeMike Bayer2011-04-221-7/+12
* add a bulk insert feature. probably needs some workMike Bayer2011-04-221-3/+28
* - get more constraint construct to work, etc.Mike Bayer2011-04-211-2/+5
* - implement add_column, drop_column, start thinking about scaling up how we d...Mike Bayer2011-04-211-4/+14
* - move -c / -n arguments to frontMike Bayer2011-04-191-1/+32
* - migrate to ArgParseMike Bayer2011-02-251-7/+19
* - clean up whitespaceMike Bayer2011-02-251-16/+16
* create table construct, does the "metadata" thing as well.Mike Bayer2010-05-011-1/+1
* - sqlite dialectMike Bayer2010-04-301-9/+33
* uiMike Bayer2010-04-291-2/+11
* more commands, can display history + branchpointsMike Bayer2010-04-291-1/+1
* some ui improvementsMike Bayer2010-04-291-5/+11
* upgrade, downgrade motionMike Bayer2010-04-291-5/+12
* this actually ran somethingMike Bayer2010-04-281-5/+7
* beginning to lay out migration flowMike Bayer2010-04-281-4/+35
* illustrate the basic idea of add_xxx(strings), whereby Table/Column/Constrain...Mike Bayer2010-04-261-9/+18