Garuda.Data
0.7.6138.31287
dotnet add package Garuda.Data --version 0.7.6138.31287
NuGet\Install-Package Garuda.Data -Version 0.7.6138.31287
<PackageReference Include="Garuda.Data" Version="0.7.6138.31287" />
paket add Garuda.Data --version 0.7.6138.31287
#r "nuget: Garuda.Data, 0.7.6138.31287"
// Install Garuda.Data as a Cake Addin #addin nuget:?package=Garuda.Data&version=0.7.6138.31287 // Install Garuda.Data as a Cake Tool #tool nuget:?package=Garuda.Data&version=0.7.6138.31287
A .NET Framework System.Data implementation for Apache Phoenix including IDbConnection, IDbCommand, IDbTransaction and IDataReader.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EnterpriseLibrary.TransientFaultHandling (>= 6.0.1304)
- Google.ProtoBuf (>= 3.0.0)
- Microsoft.Phoenix.Client (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.6138.31287 | 1,584 | 10/21/2016 |
* Upgraded to Microsoft.Phoenix.Client 1.1 and Google Protocol Buffer 3.0 released versions
* Phoenix table and index meta data classes added to assembly.
* ConnectionString enhanced to better handle HDInsight Gateway mode.
* Tested (briefly) with Azure HDInsight Hbase Cluster 3.4 and Gateway mode connection
* PhoenixConnection broken connection state handling
* PhoenixDataReader::FieldCount and HasRows handle no result set gracefully
* PhoenixDataReader:RecordsAffected available when ExecuteDataReader used for UPSERT statements.
* PhoenixCommand::Explain, PhoenixConnection::GetTables methods added
* Fixed GetSchemaTable column data types, compatible with DataGridView
* Tested against Hortonworks HDP 2.4 (HBASE 1.1.2 / Phoenix 4.4)
* Improved async handling with UI threads.
* PhoenixDataReader::GetSchemaTable and support for DataTable::Load
* Bulk copy functionality introduced
* Prepared commands
* Parameterized queries for string, int, long and float parameters data types
* Initial support for transactions via PhoenixTransaction class
* Improved data type handling in PhoenixDataReader
* PhoenixDataReader now fetching next row set automatically once initial row set has been read.
Please submit issues to the project repo: https://github.com/dwdii/GarudaUtil/issues