You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added DataRecordExtensions class which provides a .TryParse<T>("Column") method which can be used to make parsing the results of an ITransformationProvider.ExecuteQuery easier.
Added quick readme to explain what this fork of Migrator.Net is about.
This project is a fork of "ye olde trusty" Migrator.Net - the original project can be found [here on google code][1], and has since [moved to github][2]
7
+
8
+
What's different in the fork
9
+
----------------------------
10
+
11
+
In this fork the main changes are:
12
+
13
+
* Now targets .Net Framework 3.5 instead of 2.0
14
+
* Support for reserved words
15
+
* Support for guid types across all databases.
16
+
* Utility classes for removing all tables etc. from a database (to support migration integration tests)
17
+
* Warnings in Oracle when attempting to create column/table/key names that are over-length.
18
+
19
+
Downloads/Releases
20
+
------------------
21
+
22
+
You can download releases from the [google code site][14].
thrownewMigrationException(string.Format("Invalid cast exception of value: {0} of type: {1} to type: {2} (field name: {3})",value,value.GetType(),typeof(T),name),ex);
0 commit comments