-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CASSGO-1 CASSGO-30 Native Protocol 5 Support #1822
base: trunk
Are you sure you want to change the base?
CASSGO-1 CASSGO-30 Native Protocol 5 Support #1822
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbdaa2b - Browse repository at this point
Copy the full SHA fbdaa2bView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93fb4ad - Browse repository at this point
Copy the full SHA 93fb4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d926108 - Browse repository at this point
Copy the full SHA d926108View commit details -
Returned panics on setting keyspace and now_in_seconds field when pro…
…to ver < 5. Using ptr based logic for now_in_seconds field instead of additional flag
Configuration menu - View commit details
-
Copy full SHA for a1baea2 - Browse repository at this point
Copy the full SHA a1baea2View commit details
Commits on Oct 17, 2024
-
Added description for TestLargeSizeQuery and TestQueryCompressionNotW…
…orthIt integration tests
Configuration menu - View commit details
-
Copy full SHA for b77aa18 - Browse repository at this point
Copy the full SHA b77aa18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 465332b - Browse repository at this point
Copy the full SHA 465332bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f613eaa - Browse repository at this point
Copy the full SHA f613eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 380d660 - Browse repository at this point
Copy the full SHA 380d660View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b7e64b - Browse repository at this point
Copy the full SHA 8b7e64bView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2eb3fbe - Browse repository at this point
Copy the full SHA 2eb3fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a210f2 - Browse repository at this point
Copy the full SHA 7a210f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ab2fa - Browse repository at this point
Copy the full SHA d8ab2faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34db5ed - Browse repository at this point
Copy the full SHA 34db5edView commit details -
Configuration menu - View commit details
-
Copy full SHA for df5adc0 - Browse repository at this point
Copy the full SHA df5adc0View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a79c985 - Browse repository at this point
Copy the full SHA a79c985View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86130c0 - Browse repository at this point
Copy the full SHA 86130c0View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1343003 - Browse repository at this point
Copy the full SHA 1343003View commit details -
Updating prepared stmt metadata result set and result_metadata_id whe…
…n METADATA_CHANGED is presented in ROWS/RESULT only if the prepared stmt is presented in the cache
Configuration menu - View commit details
-
Copy full SHA for 98e37c1 - Browse repository at this point
Copy the full SHA 98e37c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d10f9 - Browse repository at this point
Copy the full SHA 31d10f9View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a5056d - Browse repository at this point
Copy the full SHA 2a5056dView commit details
Commits on Oct 30, 2024
-
1. Updating info to ensure the code looking at the updated prepared stmt
2. The driver should relly on No_metadata flag instead of Skip_metadata when handling RESULT/ROWS responses from C*
Configuration menu - View commit details
-
Copy full SHA for bf0d7fa - Browse repository at this point
Copy the full SHA bf0d7faView commit details -
1. Updated TestPrepareExecuteMetadataChangedFlag to validate Metadata…
…_changed handling logic by forcing the driver to execute queries with old metadata 2. Added checking of integrity of the result to the test
Configuration menu - View commit details
-
Copy full SHA for 0592a90 - Browse repository at this point
Copy the full SHA 0592a90View commit details
Commits on Oct 31, 2024
-
1. Updated the way how the driver constructs stmt cache keys. The cur…
…rent code base uses initial keyspace provided by the user to construct the keys. Since proto v5 we also should account for keyspace bounding for a specific query, so the driver should use the bounded keyspace instead of the initial to construct the key. 2. Changed the way how routing key cache keys are constructed to account the keyspace overriding as well.
Configuration menu - View commit details
-
Copy full SHA for 0298a00 - Browse repository at this point
Copy the full SHA 0298a00View commit details -
Added skip for TestStmtCacheUsesOverriddenKeyspace and TestRoutingKey…
…CacheUsesOverriddenKeyspace integration tests when running on proto < 5 because they requires overridding keyspace feature that is available for proto 5 and higher
Configuration menu - View commit details
-
Copy full SHA for a1a613c - Browse repository at this point
Copy the full SHA a1a613cView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e779e73 - Browse repository at this point
Copy the full SHA e779e73View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ca5382 - Browse repository at this point
Copy the full SHA 5ca5382View commit details