Skip to content

Type guessing doesn't allow usage of TimeUUID

In integration test should guess known types

https://github.com/scylladb-zpp-2024-javascript-driver/scylladb-javascript-driver/blob/16128e96b1774945b9443d42d7efa7b8a15ea234/test/integration/supported/client-execute-tests.js#L225-L242

It's expected that TimeUUID is properly type guessed. This is not the case in the current state of the driver.

To tests for proper type guessing, a reduced version of this test has been added. See: !236 (merged)