summaryrefslogtreecommitdiff
path: root/alembic/ddl
Commit message (Expand)AuthorAgeFilesLines
...
| * Render the default value in the way it correctly reflects the type of the ori...Moriyoshi Koizumi2012-07-251-2/+8
* | whitespace removalMike Bayer2012-08-156-39/+39
|/
* - [bug] Added "type" argument to op.drop_constraint(),Mike Bayer2012-05-011-0/+19
* - [feature] Basic support for Oracle added,rel_0_3_2Mike Bayer2012-04-304-5/+83
* - [bug] bulk_insert() fixes:rel_0_3_1Mike Bayer2012-04-071-2/+9
* copy immutabledict here to remove dependency on sqla 0.7, [#36]rel_0_2_2Mike Bayer2012-03-121-2/+1
* - [bug] implement 'tablename' parameter onMike Bayer2012-02-281-5/+11
* documentation updates for 0.2Mike Bayer2012-01-241-3/+3
* - [bug] Fixed alteration of column type onMike Bayer2012-01-201-1/+8
* dont need the const thing now that the batch separator is in useMike Bayer2011-11-291-15/+4
* - add alter col default for PG/baseMike Bayer2011-11-293-12/+20
* implement server default, nullability for SQL serverMike Bayer2011-11-293-8/+48
* - add mssql_batch_separator for offline modeMike Bayer2011-11-292-3/+53
* - implement "start migrations" event for implsMike Bayer2011-11-292-9/+31
* - add begin_transaction() env.py helper. Emits the appropriateMike Bayer2011-11-292-0/+22
* - add version check for at least 06, tests for 07 in selectedMike Bayer2011-11-281-1/+16
* - some test cleanupMike Bayer2011-11-281-1/+1
* - move comparison of types, server default to the context.Mike Bayer2011-11-282-0/+74
* - rework MySQL + autogenerate so thatMike Bayer2011-11-281-42/+55
* initial MySQL support, good thing we triedMike Bayer2011-11-284-17/+113
* pg uses DROP NOT NULL, keep this as the default and moveMike Bayer2011-11-272-2/+10
* - support for schema types in modify typeMike Bayer2011-11-272-0/+25
* - support the constraints generated from SchemaType, honoring conditionalMike Bayer2011-11-232-2/+34
* - drop constraintMike Bayer2011-11-231-0/+3
* fixMike Bayer2011-11-231-2/+2
* add rename column supportMike Bayer2011-11-233-3/+24
* - remove add_constraint, this is not the current philosophy of the op packageMike Bayer2011-11-151-0/+6
* - refactor the migration operations out of context, whichMike Bayer2011-11-146-11/+145
* add a bulk insert feature. probably needs some workMike Bayer2011-04-222-1/+20
* - get more constraint construct to work, etc.Mike Bayer2011-04-211-1/+1
* - implement add_column, drop_column, start thinking about scaling up how we d...Mike Bayer2011-04-211-0/+12
* - clean up whitespaceMike Bayer2011-02-253-6/+5
* create table construct, does the "metadata" thing as well.Mike Bayer2010-05-011-1/+1
* - sqlite dialectMike Bayer2010-04-301-0/+5
* uiMike Bayer2010-04-292-2/+2
* - figuring out script formatMike Bayer2010-04-243-15/+11
* thinking about layoutMike Bayer2010-04-242-12/+13
* - basic DDL methodologyMike Bayer2010-04-243-0/+103
* work in progressMike Bayer2010-04-223-0/+1