nodejs-driver
nodejs-driver copied to clipboard
DataStax Node.js Driver for Apache Cassandra
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....
Will add more tests
The tinkerpop problem for DSE-6.9 is pending to be fixed.
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...
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...