Sha256: 0c7d697f52dd437a763a77f9569933184635c23264983a092bb80fef6af07b6f

Contents?: true

Size: 897 Bytes

Versions: 2

Compression:

Stored size: 897 Bytes

Contents

# RBHive changelog

Versioning prior to 0.5.3 was not tracked, so this changelog only lists changes introduced after 0.5.3.

## 1.0.1

Introduces a way to add "IF NOT EXISTS" condition to create table statement.

## 0.6.0

0.6.0 introduces one backwards-incompatible change:

* Behaviour change: RBHive will no longer coerce the strings "NULL" or "null" to the Ruby `nil`; the rationale
  for this change is that it introduces hard to trace bugs and does not seem to make sense from a logical
  perspective (Hive's "NULL" is a very different thing to Ruby's `nil`).

0.6.0 introduces support for Hive 0.13, and for the Hive 0.11 version shipped with CDH5 Beta 1 and Beta 2:

* Thrift protocol bindings updated to include all the protocols shipped with the Hive 0.13 release.
* Allow the user to choose a protocol explicitly; provided helper symbols / lookups for common protocols (e.g. CDH4, CDH5)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbhive-u2i-1.0.2 CHANGELOG.md
rbhive-u2i-1.0.1 CHANGELOG.md