OpenSource » Database Migrator » Migrator2
Clone URL:  

Migrator Updated lib dll except for nmock.
Could not verify test for MySQL and PostgreSQL

Changeset bd14ef9c10fc

Parent a840be35eb11

by Kiran Kafle

Changes to 15 files · Browse files at bd14ef9c10fc Showing diff from parent a840be35eb11 Diff from another changeset...

 
35
36
37
 
38
39
40
 
46
47
48
49
 
 
 
 
 
 
 
 
50
51
 
 
 
 
52
53
54
55
56
 
 
57
58
 
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
 
35
36
37
38
39
40
41
 
47
48
49
 
50
51
52
53
54
55
56
57
58
 
59
60
61
62
63
64
65
 
 
66
67
68
 
69
70
71
72
73
 
 
 
 
 
 
 
 
 
 
 
 
 
74
75
76
@@ -35,6 +35,7 @@
  <ErrorReport>prompt</ErrorReport>   <WarningLevel>4</WarningLevel>   <DocumentationFile>bin\Migrator\Debug\Migrator.XML</DocumentationFile> + <PlatformTarget>AnyCPU</PlatformTarget>   </PropertyGroup>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">   <DebugType>pdbonly</DebugType> @@ -46,33 +47,30 @@
  <DocumentationFile>bin\Migrator\Release\Migrator.XML</DocumentationFile>   </PropertyGroup>   <ItemGroup> - <Reference Include="MySql.Data, Version=5.0.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> + <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\lib\log4net.dll</HintPath> + </Reference> + <Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> + <HintPath>..\..\lib\Npgsql\net-4.0\Mono.Security.dll</HintPath> + </Reference> + <Reference Include="MySql.Data">   <HintPath>..\..\lib\MySql.Data.dll</HintPath> - <Private>True</Private> + </Reference> + <Reference Include="Npgsql, Version=2.0.12.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\lib\Npgsql\net-4.0\Npgsql.dll</HintPath>   </Reference>   <Reference Include="System" />   <Reference Include="System.Data" /> - <Reference Include="System.Data.SQLite"> - <HintPath>..\..\lib\System.Data.SQLite.DLL</HintPath> + <Reference Include="System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86"> + <HintPath>..\..\lib\System.Data.SQLite.dll</HintPath>   </Reference> - <Reference Include="System.Data.SQLite.Linq"> + <Reference Include="System.Data.SQLite.Linq, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">   <HintPath>..\..\lib\System.Data.SQLite.Linq.dll</HintPath>   </Reference>   <Reference Include="System.Web" />   <Reference Include="System.Xml" /> - <Reference Include="log4net"> - <HintPath>..\..\lib\log4net.dll</HintPath> - <SpecificVersion>False</SpecificVersion> - <Private>True</Private> - </Reference> - <Reference Include="Mono.Security"> - <HintPath>..\..\lib\Npgsql\net-2.0\Mono.Security.dll</HintPath> - <SpecificVersion>False</SpecificVersion> - </Reference> - <Reference Include="Npgsql"> - <HintPath>..\..\lib\Npgsql\net-2.0\Npgsql.dll</HintPath> - <SpecificVersion>False</SpecificVersion> - </Reference>   </ItemGroup>   <ItemGroup>   <Compile Include="AssemblyInfo.cs" />
 
 
 
 
 
 
Show Entire File lib/​Npgsql/​net-4.0/​Npgsql.XML Stacked
This file's diff was not loaded because this changeset is very large. Load changes
 
 
Change 1 of 1 Show Entire File lib/​Npgsql/​net-4.0/​policy.2.0.Npgsql.config Stacked
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
@@ -0,0 +1,13 @@
+<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="Npgsql" + publicKeyToken="5d8b90d52f46fda7" + culture="neutral" /> + <bindingRedirect oldVersion="2.0.0.0-2.0.11.94" + newVersion="2.0.12.0"/> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
 
 
 
 
 
 
 
 
Show Entire File lib/​log4net.xml Stacked
This file's diff was not loaded because this changeset is very large. Load changes
 
 
 
47
48
49
50
 
51
52
 
 
 
53
54
55
 
59
60
61
62
63
64
65
66
67
68
 
47
48
49
 
50
51
 
52
53
54
55
56
57
 
61
62
63
 
 
 
 
64
65
66
@@ -47,9 +47,11 @@
  <Reference Include="log4net">   <HintPath>..\lib\log4net.dll</HintPath>   </Reference> - <Reference Include="MySql.Data, Version=5.0.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> + <Reference Include="MySql.Data">   <HintPath>..\lib\MySql.Data.dll</HintPath> - <Private>True</Private> + </Reference> + <Reference Include="nmock"> + <HintPath>..\lib\nmock.dll</HintPath>   </Reference>   <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">   <SpecificVersion>False</SpecificVersion> @@ -59,10 +61,6 @@
  <Reference Include="System.configuration" />   <Reference Include="System.Data" />   <Reference Include="System.Xml" /> - <Reference Include="nmock"> - <HintPath>..\lib\nmock.dll</HintPath> - <SpecificVersion>False</SpecificVersion> - </Reference>   </ItemGroup>   <ItemGroup>   <Compile Include="AssemblyInfo.cs" />
 
21
22
23
24
 
25
26
27
 
 
28
29
30
 
21
22
23
 
24
25
 
 
26
27
28
29
30
@@ -21,10 +21,10 @@
  [Test]   public void Dump()   { - string constr = ConfigurationManager.AppSettings["SqliteServerConnectionString"]; + string constr = ConfigurationManager.AppSettings["SqliteServerConnectionString"];   - if (constr == null) - throw new ArgumentNullException("SqliteServerConnectionString", "No config file"); + if (constr == null) + throw new ArgumentNullException("SqliteServerConnectionString", "No config file");     SchemaDumper dumper = new SchemaDumper("Sqlite", constr);   string output = dumper.Dump();