aishee / sqlalchemy-migrate

Automatically exported from code.google.com/p/sqlalchemy-migrate
MIT License
0 stars 0 forks source link

MS-SQL Support #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Basic support for mssql.
This patch allow to alter columns, except for their default value and
sequences.

Note that applying patch 1021 on sqlalchemy solve issues on altering not
autoincremented integer primary keys
(http://www.sqlalchemy.org/trac/ticket/1021)

Original issue reported on code.google.com by cdevie...@gmail.com on 5 May 2008 at 2:39

Attachments:

GoogleCodeExporter commented 9 years ago
Some basic support for MSSQL is available in a separate branch at
http://sqlalchemy-migrate.googlecode.com/svn/branches/mssql_support/. MSSQL 
support
will not be committed to trunk before *ALL* unit tests pass with MSSQL.

Original comment by jan.ditt...@gmail.com on 24 Aug 2008 at 3:48

GoogleCodeExporter commented 9 years ago
Autoincrement was fixed in 0.4

I would love to see this ticket advancing, but really have no idea how to setup 
MSSQL 
with hudson or even how to setup MSSQL at all.

Original comment by iElect...@gmail.com on 12 Feb 2010 at 4:10

GoogleCodeExporter commented 9 years ago
You will need a Windows machine, a proprietary MS-SQL-Server license and than 
you
need connectivity between the Hudson instance and this machine if you don't run
Hudson on the same Windows machine.

Original comment by jan.ditt...@gmail.com on 14 Feb 2010 at 11:07

GoogleCodeExporter commented 9 years ago
Myself and others at my company might start helping out on this in the near 
future as MSSQL support is important to us and our main product is probably 
going to be moving to a full SQLAlchemy+Migrate architecture in the near 
future. Will keep you update...

Original comment by adam.jor...@gmail.com on 24 Nov 2010 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by jan.ditt...@gmail.com on 14 Feb 2011 at 7:06

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
To modify Jan's comment a bit you will need a Windows VM.  The express version 
of MS SQL is a free download (limitations are in number of connections and 
database sizes fwir, both above what you would need to do some fairly good 
testing).

Looking at the patch pointed to above it looks pretty old.  Any feel for how 
much work it will take to catch it up?

Original comment by tahoe...@gmail.com on 17 Feb 2011 at 10:03

GoogleCodeExporter commented 9 years ago
I have check in the changes to support MS SQL 2005/8
They have passed unit test except for console scripts, currently failing 
without my changes.

Please download and use...

Link:
http://code.google.com/r/jeffryratcliff-mssql-server/source/browse

Original comment by jeffryRa...@gmail.com on 25 Feb 2011 at 8:52

GoogleCodeExporter commented 9 years ago
This ticket seems to be dead in the water...

Original comment by adam.jor...@gmail.com on 2 Jul 2012 at 5:20

GoogleCodeExporter commented 9 years ago
Hi guys, any progress with MSSQL support?

Thanks,

Alessandro 

Original comment by alexv...@gmail.com on 6 Sep 2012 at 9:12

shompol commented 7 years ago

the referenced link http://sqlalchemy-migrate.googlecode.com/svn/branches/mssql_support/.MSSQL support does not seem to exist. What is the new home of the MSSQL branch?