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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Garuda.Data" Version="0.7.6138.31287" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Garuda.Data --version 0.7.6138.31287
#r "nuget: Garuda.Data, 0.7.6138.31287"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,540 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