2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated thrift generated code to api version 8.1.0 More... over 14 years ago
a simple interactive shell More... over 14 years ago
Additionally, only add columns that are not None - preventing runtime errors. More... over 14 years ago
Only insert columns which exist in the model object instead of throwing a KeyError on columnfamilymap insert. More... over 14 years ago
Python 2.4 compatibility More... over 14 years ago
remove version from __init__.py More... almost 15 years ago
remove Cassandra version from README More... almost 15 years ago
version 0.3.0 More... almost 15 years ago
convert remove() to batch_mutate(). INCOMPATIBLE CHANGE if using the column keyword argument. More... almost 15 years ago
switch to batch_mutate (requires Cassandra 0.6.0) More... almost 15 years ago
rename and rework the raw_columns feature More... almost 15 years ago
add login() More... almost 15 years ago
update unit tests to new configuration files for 0.6.0 More... almost 15 years ago
update cassandra interface to 0.6.0 More... almost 15 years ago
Option to retrieve all columns, even ones not explicitly defined. Save raw dict to _raw_values on the instance. More... almost 15 years ago
fix for python2.4 More... almost 15 years ago
mention IRC channel for questions More... almost 15 years ago
clarify column_* keyword arguments More... almost 15 years ago
SuperColumn support in ColumnFamilyMap More... almost 15 years ago
discourage use of Int64 and DateTime by removing mentions from the README More... almost 15 years ago
change default write_consistency_level to ONE, following the new Cassandra default in 0.6 More... almost 15 years ago
update timestamp examples in README More... almost 15 years ago
update README to reflect new default timestamp (see Wiki) More... almost 15 years ago
version 0.2.0 More... almost 15 years ago
INCOMPATIBLE CHANGE FOR THE DEFAULT timestamp: The timestamp granularity has been increased to microseconds, and now we truly do use seconds from UTC epoch. More... almost 15 years ago
retry the Cassandra call on all the servers upon a failed connection More... almost 15 years ago
clarify timeouts in README More... almost 15 years ago
reorganize README More... almost 15 years ago
add socket timeouts and document it in README More... almost 15 years ago
document Cassandra's meta API More... almost 15 years ago