mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 15:29:36 -06:00
drivers mysql added Q_ASSERT()
This commit is contained in:
@@ -103,6 +103,7 @@ bool MySqlResultPrivate::bindResultValues()
|
||||
in mysql_stmt_bind_result() -> setup_one_fetch_function(), these assert-s
|
||||
of course kick-in in Debug builds only. */
|
||||
resultBind.buffer_length = field.fieldValueSize = fieldInfo->length;
|
||||
Q_ASSERT(resultBind.buffer_length);
|
||||
hasBlobs = true;
|
||||
}
|
||||
else if (MySqlUtils::isTimeOrDate(fieldInfo->type))
|
||||
|
||||
Reference in New Issue
Block a user