We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a6b2e commit b034205Copy full SHA for b034205
src/utilities/ntrace/TracePluginImpl.cpp
@@ -1538,7 +1538,7 @@ void TracePluginImpl::register_sql_statement(ITraceSQLStatement* statement)
1538
stmt_data.description = FB_NEW_POOL(*getDefaultMemoryPool()) string(*getDefaultMemoryPool());
1539
1540
if (stmt_data.id) {
1541
- stmt_data.description->printf(NEWLINE "Statement %d:", stmt_data.id);
+ stmt_data.description->printf(NEWLINE "Statement %" SQUADFORMAT":", stmt_data.id);
1542
}
1543
1544
string temp(*getDefaultMemoryPool());
0 commit comments