We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8711d1 commit 3b598d6Copy full SHA for 3b598d6
examples/logging.rs
@@ -19,7 +19,6 @@ async fn main() -> Result<()> {
19
let session: Session = SessionBuilder::new().known_node(uri).build().await?;
20
session.query("CREATE KEYSPACE IF NOT EXISTS ks WITH REPLICATION = {'class' : 'SimpleStrategy', 'replication_factor' : 1}", &[]).await?;
21
22
- // This query should generate a warning message
23
session.query("USE ks", &[]).await?;
24
25
Ok(())
0 commit comments