Skip to content

Added ADO.NET importing/exporting functionality to DataFrame #5975

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sql db test fix
  • Loading branch information
michaelgsharp committed May 8, 2023
commit 9bbeed2b034d56af80bdda3c9f1283af938a1f8d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<ProjectReference Include="..\..\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj" />
<ProjectReference Include="..\..\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj" />
<ProjectReference Include="..\..\src\Microsoft.ML\Microsoft.ML.csproj" />
<ProjectReference Include="..\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj" />
<ProjectReference Include="..\Microsoft.ML.TestFramework\Microsoft.ML.TestFramework.csproj" />
<Compile Include="..\..\src\Microsoft.Data.Analysis\TextFieldParser.cs" />
</ItemGroup>

Expand All @@ -32,12 +34,12 @@

<ItemGroup>
<Compile Include="../../src/Microsoft.Data.Analysis/Strings.Designer.cs" />
<EmbeddedResource Include="../../src/Microsoft.Data.Analysis/Strings.resx" LogicalName="Microsoft.Data.Analysis.Strings.resources"/>
<EmbeddedResource Include="../../src/Microsoft.Data.Analysis/Strings.resx" LogicalName="Microsoft.Data.Analysis.Strings.resources" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Data.SQLite" Version="$(SystemDataSQLiteCoreVersion)" />
<PackageReference Include="System.Data.SQLite.Core" Version="$(SystemDataSQLiteCoreVersion)" PrivateAssets="none"/>
<PackageReference Include="System.Data.SQLite.Core" Version="$(SystemDataSQLiteCoreVersion)" PrivateAssets="none" />

</ItemGroup>

Expand Down