Update
This commit is contained in:
@@ -88,7 +88,7 @@ bool DBHandler::createVeranstaltung(const std::string& name, const std::string&
|
|||||||
"INSERT INTO Veranstaltung (name, ort, raum, dauer) VALUES ({}, {}, {}, {})",
|
"INSERT INTO Veranstaltung (name, ort, raum, dauer) VALUES ({}, {}, {}, {})",
|
||||||
W.quote(name), W.quote(cmp), W.quote(raum), W.quote(dauer)
|
W.quote(name), W.quote(cmp), W.quote(raum), W.quote(dauer)
|
||||||
);
|
);
|
||||||
fmt::println(query);
|
fmt::print(query);
|
||||||
W.exec(query);
|
W.exec(query);
|
||||||
W.commit( );
|
W.commit( );
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user