Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
36ddd71
Initial DDEX support (Entity Model)
Oct 4, 2013
aad9d04
DDEX: Remove NpgsqlDataObjectSelector, use default one, no longer nee…
Oct 10, 2013
ea1f9f2
DDEX: TableForeignKeyColumn ReferencedColumn not support yet, have to…
Oct 10, 2013
8e9f0c2
Make NpgsqlConnectionBuilder to throw the inner exception instead of …
Oct 27, 2013
cc3853a
Start working on VS2013 Pro.
kenjiuno Dec 7, 2013
83908f6
Fix null reference exception.
kenjiuno Dec 10, 2013
5d4e99f
Fix GetSchemata so that simple users can query schema list.
kenjiuno Dec 12, 2013
a0af66d
Accepts keyword INTEGRATEDSECURITY.
kenjiuno Apr 15, 2014
e70c665
Implement TryGetValue so that DDEX works.
kenjiuno Apr 15, 2014
033d61c
Added InstallationTargets for various environments.
kenjiuno Apr 15, 2014
dc7bf20
Correct GetConstraints and GetConstraintColumns : use of "as" keyword…
samy5115 Apr 23, 2014
1d13273
Merge pull request #1 from samy2/wwindcloud-patch-on-master
kenjiuno Apr 23, 2014
0ed183b
Added NpgsqlDdexProvider to Vs2010/Vs2012/Vs2013.
kenjiuno May 3, 2014
eec3fce
Version set to 1.0
kenjiuno May 11, 2014
dd6bb0a
Installed missing DLLs.
kenjiuno May 19, 2014
98547ca
Step #1: Put Visual Studio SDK targets/tasks in source control
kenjiuno May 19, 2014
7eda0f9
Step #3: Manually set the VsSDKInstall locations
kenjiuno May 19, 2014
a8c7cde
Fix: Step #3: Manually set the VsSDKInstall locations
kenjiuno May 19, 2014
4ced51d
Step #8: Add the VSIXManifestSchema.xsd to allow VsixManifest validat…
kenjiuno May 19, 2014
5c99cd4
Fix: Step #3: Manually set the VsSDKInstall locations
kenjiuno May 19, 2014
1be3377
Step #9: Disable deployment to the Experimental Instance
kenjiuno May 19, 2014
8b6612c
Add missing Microsoft.VisualStudio.Settings.dll
kenjiuno May 19, 2014
b687584
Fix: Step #9: Disable deployment to the Experimental Instance
kenjiuno May 19, 2014
8833a3c
(VS2013, v12) Installed missing packages.
kenjiuno May 19, 2014
d94ff72
Fix reference: Microsoft.VisualStudio.OLE.Interop
kenjiuno May 20, 2014
e34b572
Fix reference: Microsoft.VisualStudio.Shell.Interop
kenjiuno May 20, 2014
2ce2a03
Fix references.
kenjiuno May 20, 2014
9b7f6e5
Fix references: envdte, envdte100, envdte80, envdte90, stdole
kenjiuno May 20, 2014
a35a624
Step #1: Put Visual Studio SDK targets/tasks in source control
kenjiuno May 20, 2014
0f4c0da
Step #3: Manually set the VsSDKInstall locations
kenjiuno May 20, 2014
0cae953
Add bin folders of vssdk_tools and vssdk12_tools
kenjiuno May 20, 2014
c47ef08
Step #4: Set VsSDKToolsPath as an Environment Variable
kenjiuno May 21, 2014
1a43d9f
Trying fix: Step #4: Set VsSDKToolsPath as an Environment Variable
kenjiuno May 21, 2014
79f2046
More trying fix: Step #4: Set VsSDKToolsPath as an Environment Variable
kenjiuno May 21, 2014
22e197c
Step #7: Add Microsoft.VisualStudio.Shell.Immutable.10.0.dll to the t…
kenjiuno May 21, 2014
72f7922
Fix: Step #7: Add Microsoft.VisualStudio.Shell.Immutable.10.0.dll to …
kenjiuno May 21, 2014
8403574
Step #8: Add the VSIXManifestSchema.xsd to allow VsixManifest validat…
kenjiuno May 21, 2014
d97e8d6
Step #9: Disable deployment to the Experimental Instance
kenjiuno May 21, 2014
7eb378e
Tweak build configuration.
kenjiuno May 21, 2014
933b9db
Tweak project configuration.
kenjiuno May 22, 2014
28bea68
Deleted 'Mixed Platforms'
kenjiuno May 29, 2014
a8e3923
Tweak Npgsql2012.sln build configuration.
kenjiuno May 29, 2014
027bae0
Deleted "Any CPU" from Npgsql2013.sln
kenjiuno May 30, 2014
3220759
Removed redundant references from NpgsqlDdexProvider2013.csproj
kenjiuno Jun 1, 2014
4a49ea2
Testing BuildOnlyMSBuild.
kenjiuno Jun 3, 2014
9508440
Revert "Testing BuildOnlyMSBuild."
kenjiuno Jun 7, 2014
39bba1a
Delete contents from packages.
kenjiuno Jun 19, 2014
933519c
repositories.config restored.
kenjiuno Jun 22, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion Npgsql.EntityFramework/Npgsql.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<ItemGroup>
<EmbeddedResource Include="NpgsqlSchema.msl" />
<EmbeddedResource Include="NpgsqlSchema.ssdl" />
<EmbeddedResource Include="NpgsqlSchemaV3.ssdl" />
<EmbeddedResource Include="NpgsqlProviderManifest.Manifest.xml" />
<None Include="packages.config" />
</ItemGroup>
Expand Down Expand Up @@ -124,4 +125,4 @@
<AL LinkResources="PublisherPolicy.config" OutputAssembly="$(OutputPath)\policy.2.0.$(AssemblyName).dll" KeyFile="..\Npgsql.snk" />
</Target>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
1 change: 1 addition & 0 deletions Npgsql.EntityFramework/Npgsql.EntityFrameworkLegacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<ItemGroup>
<EmbeddedResource Include="NpgsqlSchema.msl" />
<EmbeddedResource Include="NpgsqlSchema.ssdl" />
<EmbeddedResource Include="NpgsqlSchemaV3.ssdl" />
<EmbeddedResource Include="NpgsqlProviderManifest.Manifest.xml" />
<None Include="packages.config" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions Npgsql.EntityFramework/NpgsqlProviderManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ protected override XmlReader GetDbInformation(string informationType)
{
xmlReader = CreateXmlReaderForResource("Npgsql.NpgsqlSchema.ssdl");
}
#if NET45
else if (informationType == StoreSchemaDefinitionVersion3)
{
xmlReader = CreateXmlReaderForResource("Npgsql.NpgsqlSchemaV3.ssdl");
}
#endif
else if (informationType == StoreSchemaMapping)
{
xmlReader = CreateXmlReaderForResource("Npgsql.NpgsqlSchema.msl");
Expand Down
Loading