summaryrefslogtreecommitdiff
path: root/tests/test_mssql.py
Commit message (Expand)AuthorAgeFilesLines
* - [bug] implement 'tablename' parameter onMike Bayer2012-02-281-0/+6
* - [bug] Fixed alteration of column type onMike Bayer2012-01-201-0/+7
* - Python 2.5 is supported, needsMike Bayer2011-12-031-1/+1
* - Clean up file write operations so thatMike Bayer2011-12-031-2/+2
* dont need the const thing now that the batch separator is in useMike Bayer2011-11-291-11/+4
* - add alter col default for PG/baseMike Bayer2011-11-291-2/+2
* implement server default, nullability for SQL serverMike Bayer2011-11-291-0/+29
* - add mssql_batch_separator for offline modeMike Bayer2011-11-291-8/+44
* - implement "start migrations" event for implsMike Bayer2011-11-291-2/+11
* - add begin_transaction() env.py helper. Emits the appropriateMike Bayer2011-11-291-53/+76
* - some test cleanupMike Bayer2011-11-281-9/+9
* pg uses DROP NOT NULL, keep this as the default and moveMike Bayer2011-11-271-0/+14
* - support the constraints generated from SchemaType, honoring conditionalMike Bayer2011-11-231-0/+13
* add rename column supportMike Bayer2011-11-231-0/+16
* - refactor the migration operations out of context, whichMike Bayer2011-11-141-0/+17