summaryrefslogtreecommitdiff
path: root/tests/test_mssql.py
Commit message (Expand)AuthorAgeFilesLines
* - move pretty much all of sqlalchemy.testing over for now, as we'dMike Bayer2014-09-141-2/+3
* devMike Bayer2014-09-131-6/+8
* - finish flake8 on testsMike Bayer2014-09-091-11/+23
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-6/+7
* more test fixesŁukasz Bołdys2014-09-091-1/+1
* fixed testŁukasz Bołdys2014-09-091-1/+1
* MS SQL is using sp_rename instead of Alter table to rename tableŁukasz Bołdys2014-09-091-0/+5
* - Added quoting to the table name when the special EXEC is run toMike Bayer2014-03-251-0/+6
* - add test for drop defaultMike Bayer2014-03-161-0/+10
* - Added new argument ``mssql_drop_foreign_key`` toMike Bayer2013-12-061-0/+6
* - test adjustments to account for SQLAlchemy pullreq #7, MSSQL DROP INDEX syntaxMike Bayer2013-12-061-1/+1
* Ensure a commit is followed by a GOdonkopotamus2013-11-281-3/+4
* - will call this 0.6Mike Bayer2013-04-121-1/+0
* Use relative importsHong Minhee2013-04-111-4/+7
* Fixed bug whereby double quoting would be appliedMike Bayer2013-04-041-2/+9
* Remove unused importsHong Minhee2013-03-311-3/+1
* - move to 0.5.0 as we are making some slight naming changesMike Bayer2013-02-111-2/+3
* - [bug] Fixes made to the constraints created/droppedMike Bayer2012-07-281-2/+10
* - [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