<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/happybase.git/happybase/batch.py, branch dev</title>
<subtitle>github.com: wbolster/happybase.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/'/>
<entry>
<title>Port to thriftpy</title>
<updated>2016-03-20T18:33:23+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2016-03-19T22:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=72cdccf8965735a77d5a72c31f4ebc2d4d36682a'/>
<id>72cdccf8965735a77d5a72c31f4ebc2d4d36682a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand docs for the 'wal' arg for Batch.put() and .delete()</title>
<updated>2013-11-03T16:26:50+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-11-03T16:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=4d5390e0b96fbb9d297ef5e7584baa69b32fb136'/>
<id>4d5390e0b96fbb9d297ef5e7584baa69b32fb136</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose Mutation.writeToWAL in .put(), .delete(), and batch()</title>
<updated>2013-11-03T16:17:37+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-11-03T16:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=7cfb9ee3096f553f699b706dc18e6b01303d3f49'/>
<id>7cfb9ee3096f553f699b706dc18e6b01303d3f49</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tiny code comment improvement</title>
<updated>2013-11-03T15:53:58+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-11-03T15:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=d7fc7502d0ecd57a263440a5d377bdc7b4bf4446'/>
<id>d7fc7502d0ecd57a263440a5d377bdc7b4bf4446</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to API changes in regenerated Thrift API</title>
<updated>2013-11-03T15:38:48+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-11-03T15:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=019059a449dfccf7884344a72fdfa8f66a294309'/>
<id>019059a449dfccf7884344a72fdfa8f66a294309</id>
<content type='text'>
Simply pass an empty dictionary to each method that takes an
'attributes' arg in the regenerated Thrift API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simply pass an empty dictionary to each method that takes an
'attributes' arg in the regenerated Thrift API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Also allow 'long' type for 'timestamp' args</title>
<updated>2013-05-22T18:11:58+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-05-22T18:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=e5419f8daba7b8420d4e00f5f9233d77aeadd394'/>
<id>e5419f8daba7b8420d4e00f5f9233d77aeadd394</id>
<content type='text'>
Fixes issue #23.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue #23.
</pre>
</div>
</content>
</entry>
<entry>
<title>A few minor PEP8 cleanups</title>
<updated>2013-05-03T18:33:07+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-05-03T18:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=7a6ed23969a8db0e5d8fd9b8cbc04aac4de57371'/>
<id>7a6ed23969a8db0e5d8fd9b8cbc04aac4de57371</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always access Thrift client instance through connection</title>
<updated>2013-05-03T18:18:58+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-05-03T18:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=173d35dfcea076eedbdeb45fcc100b25be4260e9'/>
<id>173d35dfcea076eedbdeb45fcc100b25be4260e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split code into separate modules</title>
<updated>2013-05-02T21:37:08+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>uws@xs4all.nl</email>
</author>
<published>2013-05-02T21:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/happybase.git/commit/?id=92715a2e2422f878831a828cf70a8d57bce10863'/>
<id>92715a2e2422f878831a828cf70a8d57bce10863</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
