Issue 69 in migratordotnet: DbType.XML for MS SQL Server 2005.

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 19, 2008, 8:18:15 AM9/19/08
to migratordo...@googlegroups.com
Issue 69: DbType.XML for MS SQL Server 2005.
http://code.google.com/p/migratordotnet/issues/detail?id=69

New issue report by oscar.finnsson:
What steps will reproduce the problem?
1. Add a column of type DbType.XML to a MS SQL Server 2005.

What is the expected output? What do you see instead?
I expect the column to get added. Instead I get the error:
"Dialect does not support DbType.XML".

What version of the product are you using? On what operating system? With
what .NET implementation/version?
From SVN (120).

What database and version are you seeing this issue on?
MS SQL Server 2005 Express.

Please provide any additional information below.
A simple workaround (that works for me) is to add:
RegisterColumnType(DbType.Xml, "XML");
to the file Migrator.Providers\Impl\SqlServer\SqlServerDialect.cs

I hope this information helps you.

PS. Great framework you got here. Really useful and easy to work with.


Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply all
Reply to author
Forward
0 new messages