Skip to content

chore(deps): Bump scylla to version 1#226

Draft
DanielVoogsgerd wants to merge 1 commit intomainfrom
dep-scylla
Draft

chore(deps): Bump scylla to version 1#226
DanielVoogsgerd wants to merge 1 commit intomainfrom
dep-scylla

Conversation

@DanielVoogsgerd
Copy link
Collaborator

This upgrade has been split from the other major versions because it will need significant changes to the code

let mut packages: Vec<Package> = vec![];
if let Some(rows) = scylla.query(query, &(like,)).await?.rows {
if let Ok(rows_result) = scylla.query_unpaged(query, &(like,)).await?.into_rows_result() {
// FIXME: We are going to need to bubble these different errors up

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant