1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for on the items in issue 13. More... over 14 years ago
Added support for retrieving long types in a get operation. More... over 14 years ago
Added support for insert int64_t types for columns with LongType comparators. More... over 14 years ago
Type on column name in unit test. More... over 14 years ago
Added unit test for queries on secondary indexes. More... over 14 years ago
Support for executing get_indexed_slices through libcassandra is now completed. Next to add unit tests. More... over 14 years ago
Updated function name to be more descriptive. More... over 14 years ago
Moved helper functions from Cassandra client class into util functions. Began implementing execute method in IndexedSlicesQuery. Still just stubbing it out, needs to be expanded on. More... over 14 years ago
Adding beginning of functionality to support queries on secondary indexes. More... over 14 years ago
Add ability to specify index type and name in column metadata for a column family. More... over 14 years ago
Beginning to recognize column metadata when creating column families. More... over 14 years ago
Tiny formatting fixes. More... over 14 years ago
ttl now really works More... over 14 years ago
add support for expiring columns (ttl) More... over 14 years ago
Updated unit tests to use new ping functionality in libcassandra to check if server is running on localhost. More... over 14 years ago
Added utility function to ping a cassandra server to see if it is up. More... over 14 years ago
Updated some comments. More... over 14 years ago
Update ChangeLog More... over 14 years ago
Update README More... over 14 years ago
Updated examples based on new api. More... over 14 years ago
Correct the GetKeyspaces unit test. More... over 14 years ago
Inserting/deleting super-columns unit tests now pass. More... over 14 years ago
Inserting/deleting columns now works correctly. More... over 14 years ago
Added login function to main client class. More... over 14 years ago
Creating column family now works correctly. Needed to add function for setting the keyspace for the current session. More... over 14 years ago
Small additions so that createKeyspace works correctly. createColumnFamily still not working as expected. More... over 14 years ago
Added functions to check if optional parameters in a ColumnFamilyDefinition are set or not. More... over 14 years ago
Added setters for all fields in ColumnFamilyDefinition class. Also started expanding utiliy function for creating thrift CfDef object from ColumnFamilyDefinition class. More... over 14 years ago
Added helper functions for creating certain thrift objects from libcassandra versions of those objects. More... over 14 years ago
Added initial version of functions to create/drop keyspaces. Error checking and unit tests are needed. More... over 14 years ago