Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

CQLSharp - An ADO.NET Data Provider for Cassandra

Compare
Choose a tag to compare
@reuzel reuzel released this 20 Jan 20:21
· 3 commits to master since this release

Array support and Node restart fixes

  • Fix: Solve issue where CqlSharp can't reconnect when a Cassandra node is restarted
  • Improved type system: support for arrays in value conversion (from/to list types)
  • adding IsEqual to CqlColumnInfo to compare column values of two entities