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

Format change from .db to .bustub #722

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Format change from .db to .bustub #722

merged 3 commits into from
Aug 20, 2024

Conversation

prashanthduvvada
Copy link
Contributor

Changed from ".db" to ".bustub" as per given requests.

Copy link
Member

@connortsui20 connortsui20 left a comment

Choose a reason for hiding this comment

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

lgtm!

Also, are we are not changing the names in the tools folder?

│❯ rg "\.db\"" ./tools                                                                                                                                                                         │
│./tools/wasm-bpt-printer/wasm-bpt-printer.cpp                                                                                                                                                 │
│60:  auto *disk_manager = new DiskManager("test.db");                                                                                                                                         │
│                                                                                                                                                                                              │
│./tools/b_plus_tree_printer/b_plus_tree_printer.cpp                                                                                                                                           │
│75:  auto *disk_manager = new DiskManager("test.db");                                                                                                                                         │
│139:  remove("test.db");                                                                                                                                                                      │
│                                                                                                                                                                                              │
│./tools/shell/shell.cpp                                                                                                                                                                       │
│32:  auto bustub = std::make_unique<bustub::BustubInstance>("test.db");                                                                                                                       │
│                                                                                                                                                                                              │
│./tools/sqllogictest/sqllogictest.cpp                                                                                                                                                         │
│260:    bustub = std::make_unique<bustub::BustubInstance>("test.db");

@prashanthduvvada prashanthduvvada merged commit 3adc1c0 into master Aug 20, 2024
4 checks passed
@prashanthduvvada prashanthduvvada deleted the format-type branch August 20, 2024 23:58
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