Kitzunu
2021-01-10 14:27:55 +01:00
committed by GitHub
parent 7cf097eab2
commit da4edd547d
315 changed files with 3 additions and 729 deletions

View File

@@ -18,7 +18,6 @@ class Field
friend class PreparedResultSet;
public:
[[nodiscard]] bool GetBool() const // Wrapper, actually gets integer
{
return (GetUInt8() == 1);
@@ -224,7 +223,6 @@ public:
}
#endif
return static_cast<char const*>(data.value);
}
[[nodiscard]] std::string GetString() const