Skip to content

Adds mysql DropIndex#48

Merged
belchior merged 1 commit into
mysqlfrom
mysql-drop-index
Apr 5, 2025
Merged

Adds mysql DropIndex#48
belchior merged 1 commit into
mysqlfrom
mysql-drop-index

Conversation

@belchior
Copy link
Copy Markdown
Owner

@belchior belchior commented Mar 16, 2025

Builder API

let query = sql::DropIndex::new()
  .drop_index("users_name_idx")
  .as_string();

let expected_query = "DROP INDEX users_name_idx";

assert_eq!(expected_query, query);
DROP INDEX users_name_idx

Reference

@belchior belchior self-assigned this Mar 16, 2025
@belchior belchior changed the base branch from main to mysql March 16, 2025 21:12
@belchior belchior added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 16, 2025
@belchior belchior moved this to In Progress in SQL Query Builder Roadmap Mar 16, 2025
@belchior belchior linked an issue Mar 16, 2025 that may be closed by this pull request
@belchior belchior changed the title Mysql drop index Adds mysql DropIndex Apr 5, 2025
@belchior belchior merged commit 824ea78 into mysql Apr 5, 2025
@github-project-automation github-project-automation Bot moved this from In Progress to Done in SQL Query Builder Roadmap Apr 5, 2025
@belchior belchior deleted the mysql-drop-index branch April 12, 2025 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

Add MySQL syntax

1 participant