nodejs-driver icon indicating copy to clipboard operation
nodejs-driver copied to clipboard

DataStax Node.js Driver for Apache Cassandra

Results 29 nodejs-driver issues
Sort by recently updated
recently updated
newest added

Currently tests are failing and I think most (if not all) are related to cassandra.yml setting renaming that happened in C* 4.1. This is happening with other drivers as well....

Problem: While processing `parseFqTypeName()`, `typeName` for vector field ( `vector` ) contains tailing whitespace like "org.apache.cassandra.db.marshal.FloatType ". ``` TypeError: Not a valid type "org.apache.cassandra.db.marshal.FloatType " ❯ parseFqTypeName node_modules/.pnpm/[email protected]/node_modules/cassandra-driver/lib/encoder.js:1372:13 ❯ Encoder.parseVectorTypeArgs...

cla-missing

Hello @absurdfarce, There is an issue with timestamps generated by timestamp generators in `DefaultExecutionOptions`. No matter if the request is prepared or not, any retry, including speculative execution, will generate...

Massive refactoring. Changes can be broken down into the following parts: 1. Rename files from `.js` to `.ts`. 2. Update import/export syntax to ESM syntax - some index files have...

Store timeout, used to schedule refresh call, and clear it on shutdown. Even though refresh call has check if shutdown was called, timeout itself may prevent nodejs process from shutting...