summaryrefslogtreecommitdiff
path: root/tests/test_mssql.py
Commit message (Expand)AuthorAgeFilesLines
* restore drop_index.table_name, drop_constraint.type_ as positionalMike Bayer2023-05-161-0/+6
* keyword only arguments in opsMike Bayer2023-05-111-1/+1
* Escape sql server constriant namesCaselIT2023-02-281-8/+65
* Add epoch as an option for file_templateCaio Carvalho2022-05-061-0/+1
* Prevent alter_column() from changing nullabilityGord Thompson2022-02-041-22/+93
* Adjust mssql accommodate existing_type and typeMike Bayer2021-03-041-3/+20
* Add support identity columns.CaselIT2020-12-151-0/+73
* Removed of old deprecated code:CaselIT2020-10-271-1/+1
* Remove typo in _exec_drop_col_fk_constraintOleg Shigorin2020-07-251-2/+2
* Add support for computed columnsCaselIT2020-01-011-0/+11
* Support schemas for MSSQL drop server default + FK constraintMike Bayer2019-11-121-0/+45
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-4/+1
* zimports runMike Bayer2019-01-061-15/+15
* pure black run + flake8Mike Bayer2019-01-061-117/+125
* Check for mssql_include is NoneMike Bayer2018-11-141-0/+9
* Add special handling for SQL Server create_index mssql_includesMike Bayer2018-10-191-0/+9
* Drop support for all SQLAlchemy < 0.9Mike Bayer2018-07-131-4/+0
* Don't use schema with second argument, SQL Server sp_renameMike Bayer2017-05-181-7/+27
* - repair the previous commit that put the decorators in the wrong placeMike Bayer2016-03-161-2/+3
* - exclude 0.7.9 hereMike Bayer2016-03-161-0/+2
* Fixed mssql_* kwargs in batch_op.drop_column().Michal Petrucha2016-01-211-0/+26
* - turn on the mssql legacy_schema_aliasing flag to removeMike Bayer2015-05-261-1/+5
* - Fixed bug where the mssql DROP COLUMN directive failed to includeMike Bayer2015-03-111-0/+5
* - 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