| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use six.iteritems() | Wouter Bolsterlee | 2016-07-27 | 1 | -2/+7 |
| | | |||||
| * | Port to thriftpy | Wouter Bolsterlee | 2016-03-27 | 1 | -1/+1 |
| | | |||||
| * | Expand docs for the 'wal' arg for Batch.put() and .delete() | Wouter Bolsterlee | 2013-11-03 | 1 | -3/+7 |
| | | |||||
| * | Expose Mutation.writeToWAL in .put(), .delete(), and batch() | Wouter Bolsterlee | 2013-11-03 | 1 | -9/+21 |
| | | | | | | | | | Various data manipulation methods on Table and Batch instances now support a 'wal' argument to influence whether the mutation is written to the Write-Ahead Log. This is only supported in recent HBase version. Fixes issue #36. | ||||
| * | Tiny code comment improvement | Wouter Bolsterlee | 2013-11-03 | 1 | -2/+2 |
| | | |||||
| * | Adapt to API changes in regenerated Thrift API | Wouter Bolsterlee | 2013-11-03 | 1 | -2/+2 |
| | | | | | | Simply pass an empty dictionary to each method that takes an 'attributes' arg in the regenerated Thrift API. | ||||
| * | Also allow 'long' type for 'timestamp' args | Wouter Bolsterlee | 2013-05-22 | 1 | -1/+2 |
| | | | | | Fixes issue #23. | ||||
| * | A few minor PEP8 cleanups | Wouter Bolsterlee | 2013-05-03 | 1 | -1/+2 |
| | | |||||
| * | Always access Thrift client instance through connection | Wouter Bolsterlee | 2013-05-03 | 1 | -3/+3 |
| | | |||||
| * | Split code into separate modules | Wouter Bolsterlee | 2013-05-02 | 1 | -0/+114 |
| Split the monolithic .api module into separate modules implementing the connection, table, and batch parts. The public API is still the same, since all functionality is available from the main 'happybase' namespace, so this is just an internal cleanup. | |||||
