Fix everything necessary for working build

This commit is contained in:
2026-01-26 00:00:39 +01:00
parent b34be18992
commit 8373597509
3 changed files with 8 additions and 0 deletions

View File

@@ -207,3 +207,5 @@ std::string MySQLPreparedStatement::getQueryString() const
return queryString;
}
template<> struct MySQLType<long long> : std::integral_constant<enum_field_types, MYSQL_TYPE_LONGLONG> { };