Skip to content
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

update gluesql to 0.16 #230

Merged
merged 1 commit into from
Jan 9, 2025
Merged

update gluesql to 0.16 #230

merged 1 commit into from
Jan 9, 2025

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Jan 9, 2025

No description provided.

@@ -149,7 +149,7 @@ impl SimpleQueryHandler for GluesqlProcessor {
}
Payload::Create => Ok(Response::Execution(Tag::new("CREATE TABLE"))),
Payload::AlterTable => Ok(Response::Execution(Tag::new("ALTER TABLE"))),
Payload::DropTable => Ok(Response::Execution(Tag::new("DROP TABLE"))),
Payload::DropTable(_) => Ok(Response::Execution(Tag::new("DROP TABLE"))),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused param is total number of tables dropped

@sunng87
Copy link
Owner

sunng87 commented Jan 9, 2025

@serprex Thank you! It's weird dependabot stopped prompting for this type of updates.

@sunng87 sunng87 merged commit 525444e into sunng87:master Jan 9, 2025
6 checks passed
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.

2 participants