Fix everything necessary for working build
This commit is contained in:
@@ -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> { };
|
||||
|
||||
Reference in New Issue
Block a user