This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
ADO.NET Data Provider for Cassandra
- 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