-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
177 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## LINQ to DB LINQPad 6 and 7 Driver | ||
|
||
This nuget package is a driver for [LINQPad 6 and 7](http://www.linqpad.net). | ||
|
||
Following databases supported: | ||
|
||
- **DB2** (LUW, z/OS) (only 64-bit version) | ||
- **Firebird** | ||
- **Informix** (only 64-bit version) | ||
- **Microsoft Access** *(supports both OleDb and ODBC)* | ||
- **Microsoft Sql Server** 2005+ *(including **Microsoft Sql Azure**)* | ||
- **Microsoft Sql Server Compact (SqlCe)** | ||
- **MySql/MariaDB** | ||
- **Oracle** | ||
- **PostgreSQL** | ||
- **SQLite** | ||
- **SAP HANA** *(client software must be installed, supports both Native and ODBC providers)* | ||
- **SAP/Sybase ASE** | ||
|
||
### Installation | ||
|
||
- Click "Add connection" in LINQPad. | ||
- In the "Choose Data Context" dialog, press the "View more drivers..." button. | ||
- In the "LINQPad NuGet Manager" dialog, find LINQ To DB driver in list of drivers and click the "Install" button. | ||
- Close "LINQPad NuGet Manager" dialog | ||
- In the "Choose Data Context" dialog, select the "LINQ to DB" driver and click the "Next" button. | ||
- In the "LINQ to DB connection" dialog, supply your connection information. | ||
- You're done. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,42 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="linq2db" Version="3.3.0" /> | ||
|
||
<PackageVersion Include="LINQPad.Reference" Version="1.1.0" /> | ||
<PackageVersion Include="linq2db" Version="3.6.0" /> | ||
|
||
<PackageVersion Include="Humanizer.Core" Version="2.8.26" /> | ||
<PackageVersion Include="CodeJam" Version="3.3.1" /> | ||
<PackageVersion Include="System.ValueTuple" Version="4.5.0" /> | ||
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" /> | ||
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" /> | ||
<PackageVersion Include="System.Memory" Version="4.5.4" /> | ||
<PackageVersion Include="System.Buffers" Version="4.5.1" /> | ||
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="5.0.0" /> | ||
<PackageVersion Include="LINQPad.Reference" Version="1.1.0" /> | ||
|
||
<PackageVersion Include="MySqlConnector" Version="1.3.5" /> | ||
<PackageVersion Include="AdoNetCore.AseClient" Version="0.19.2" /> | ||
<PackageVersion Include="IBM.Data.DB.Provider" Version="11.5.4000.4861" GeneratePathProperty="true" /> | ||
<PackageVersion Include="System.Data.SQLite.Core" Version="1.0.113.7" /> | ||
<PackageVersion Include="System.Data.SqlClient" Version="4.8.2" /> | ||
<PackageVersion Include="Oracle.ManagedDataAccess" Version="19.11.0" /> | ||
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="3.21.1" /> | ||
<PackageVersion Include="System.Data.Odbc" Version="5.0.0" /> | ||
<PackageVersion Include="System.Data.OleDb" Version="5.0.0" /> | ||
<PackageVersion Include="IBM.Data.DB2.Core" Version="3.1.0.400" /> | ||
<PackageVersion Include="dotMorten.Microsoft.SqlServer.Types" Version="1.3.0" /> | ||
<PackageVersion Include="Microsoft.SqlServer.Types" Version="14.0.1016.290" /> | ||
|
||
<!--<PackageVersion Include="linq2db4iSeries" Version="2.9.0" />--> | ||
<PackageVersion Include="Humanizer.Core" Version="2.13.14" /> | ||
<PackageVersion Include="CodeJam" Version="4.0.1" /> | ||
<PackageVersion Include="System.ValueTuple" Version="4.5.0" /> | ||
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" /> | ||
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" /> | ||
<PackageVersion Include="System.Memory" Version="4.5.4" /> | ||
<PackageVersion Include="System.Buffers" Version="4.5.1" /> | ||
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="6.0.0" /> | ||
<PackageVersion Include="MySqlConnector" Version="2.0.0" /> | ||
<PackageVersion Include="AdoNetCore.AseClient" Version="0.19.2" /> | ||
<PackageVersion Include="IBM.Data.DB.Provider" Version="11.5.5010.4" GeneratePathProperty="true" /> | ||
<PackageVersion Include="System.Data.SQLite.Core" Version="1.0.115.5" /> | ||
<PackageVersion Include="System.Data.SqlClient" Version="4.8.3" /> | ||
<PackageVersion Include="Oracle.ManagedDataAccess" Version="19.13.0" /> | ||
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="3.21.4" /> | ||
<PackageVersion Include="System.Data.Odbc" Version="6.0.0" /> | ||
<PackageVersion Include="System.Data.OleDb" Version="6.0.0" /> | ||
<PackageVersion Include="IBM.Data.DB2.Core" Version="3.1.0.500" /> | ||
<PackageVersion Include="dotMorten.Microsoft.SqlServer.Types" Version="1.3.0" /> | ||
<PackageVersion Include="Microsoft.SqlServer.Types" Version="14.0.1016.290" /> | ||
<!--<PackageVersion Include="linq2db4iSeries" Version="2.9.0" />--> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net461'"> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" /> | ||
<PackageVersion Include="Npgsql" Version="4.1.8" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" /> | ||
<PackageVersion Include="Npgsql" Version="4.1.10" /> | ||
<PackageVersion Include="FirebirdSql.Data.FirebirdClient" Version="7.10.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' "> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" /> | ||
<PackageVersion Include="Npgsql" Version="5.0.4" /> | ||
<PackageVersion Include="FirebirdSql.Data.FirebirdClient" Version="8.0.1" /> | ||
<PackageVersion Include="System.Text.Json" Version="5.0.2" /> | ||
<ItemGroup Condition=" '$(TargetFramework)' != 'net461' "> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" /> | ||
<PackageVersion Include="Npgsql" Version="6.0.0" /> | ||
<PackageVersion Include="FirebirdSql.Data.FirebirdClient" Version="8.5.4" /> | ||
<PackageVersion Include="System.Text.Json" Version="6.0.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.