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

ADO.NET Data Provider for Cassandra

Compare
Choose a tag to compare
@reuzel reuzel released this 11 Mar 00:09
· 91 commits to master since this release
  • Improved state management of transactions
  • Adding Reset to CqlBatchTransaction, allowing reuse of transaction objects
  • Adding CqlError class, to expose Cql error details (including trace ids) as LastQueryResult on CqlCommand
  • Fixing issue where nill guids were inserted as null values
  • Adding TimeGuid.Default to get a nill guid with time version flags set.
  • Fixing race condition issues when using prepared queries in a transaction