Skip to content

Commit

Permalink
Fix data integrity bug
Browse files Browse the repository at this point in the history
This fix prevents a modification you make in a certain table would end
up in another table
  • Loading branch information
lior-h committed Mar 8, 2015
1 parent 088eea0 commit cff6098
Show file tree
Hide file tree
Showing 5 changed files with 939 additions and 931 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ To get started, begin here:
3. If you have any problems read the [FAQ](https://github.com/NiceSystems/hrider/wiki/FAQ) first.

## News
### 08 March, 2015: Release 1.0.8.4 available
Issues fixed: [#55](https://github.com/NiceSystems/hrider/issues/55)

[Download for hbase 0.94.1 - with dependencies](http://bit.ly/1GeG3sl).

[Download for hbase 0.94.1 - without dependencies](http://bit.ly/1DYh22p).

### 27 April, 2014: Release 1.0.8.3 available
Issues fixed: improved custom type converters framework & some minor bug fixes

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>hbase viewer and editor</description>

<packaging>jar</packaging>
<version>1.0.8.3</version>
<version>1.0.8.4</version>

<repositories>
<repository>
Expand Down
Loading

1 comment on commit cff6098

@OhadR
Copy link
Contributor

@OhadR OhadR commented on cff6098 Mar 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix for #55

Please sign in to comment.