added feature to register team

This commit is contained in:
2023-02-05 23:14:12 +09:00
parent e349bd5037
commit bfb1d6d3e8
8 changed files with 185 additions and 38 deletions

View File

@@ -156,7 +156,6 @@ fn search(index: i64) -> SearchResult {
};
learnset.push(row_result)
}
println!("Get Thing2");
let query = "SELECT * FROM pokemon WHERE id = ?";
for row in connection
.prepare(query)