Skip to content

Commit

Permalink
Merge pull request pycassa#223 from a13x/patch-1
Browse files Browse the repository at this point in the history
remove returns timestamp
  • Loading branch information
thobbs committed Jan 10, 2014
2 parents 803ef57 + 3605299 commit 4a45070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycassa/contrib/stubs.py
Expand Up @@ -232,6 +232,7 @@ def remove(self, key, columns=None):
del self.rows[key][c]
if not self.rows[key]:
del self.rows[key]
return gm_timestamp()


def get_range(self, include_timestamp=False, columns=None, **kwargs):
Expand Down

0 comments on commit 4a45070

Please sign in to comment.