Bug #15906 DEFAULT values not migrated from SQLServer
Submitted: 21 Dec 2005 13:17 Modified: 8 Feb 2006 19:48
Reporter: Mark Leith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Migration Toolkit Severity:S1 (Critical)
Version:Current SVN OS:Windows (Windows)
Assigned to: CPU Architecture:Any

[21 Dec 2005 13:17] Mark Leith
Description:
Currently DEFAULT values are not migrated from SQLServer. 

Whilst we do select them, they are not applied correctly.

How to repeat:
Migrate a table with default values from SQLServer to MySQL.
[3 Jan 2006 21:22] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html
[13 Jan 2006 22:08] Mark Leith
DEFAULT values are now picked up, but are migrated as "DEFAULT (0)". The parenthesis are not allowed within MySQL

We now need to strip parenthesis here.
[5 Nov 2007 1:31] Eval User
Still persists in version 1.1.12.

DEFAULT values are now picked up, but are migrated as "DEFAULT (0)". The parenthesis are not allowed within MySQL