Skip to content

Releases: flightaware/casstcl

Update internal tag

27 Dec 16:28
Compare
Choose a tag to compare

Update tag in configure.in and git tag to match.

Fix decimal 0 {value 0 scale 0}

21 Aug 17:18
Compare
Choose a tag to compare

The mp library's value for 0 was incompatible with Cassandra's varints, have to special case it when writing a decimal to cassandra.

Add duration type to casstcl

03 Aug 17:01
Compare
Choose a tag to compare

Add support for duration type.

Sync tag and configure.in

16 Aug 12:02
Compare
Choose a tag to compare

Update configure.in and tag to match.

Interact improvements and cleanup.

15 Aug 16:20
Compare
Choose a tag to compare
  • Added some introspection commands to interact.
  • Updated README.md to match API.
  • Minor fixes.

Add -withnulls option to "cass select"

16 Nov 17:08
Compare
Choose a tag to compare
  • cass select -withnulls SQL arrayName codeBlock

Support for Cassandra 2.2

08 Nov 20:27
Compare
Choose a tag to compare
  • Support for new ttiny, small int, date and time ypes in Cassandra 2.2.
  • added "whitelist_filtering" method to casstcl cassandra objects.
  • Added "heartbeat_interval" method to casstcl cassandra objects.
  • Added "metrics" method that returns a key-value list of metrics returned at the C level by cass_session_get_metrics.

v2.10

20 Sep 14:26
Compare
Choose a tag to compare

compatibility with cpp-driver 2.1.0