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 60b32c0 commit 4a291edCopy full SHA for 4a291ed
src/utilities/ntrace/TracePluginImpl.cpp
@@ -1586,7 +1586,7 @@ void TracePluginImpl::register_sql_statement(ITraceSQLStatement* statement)
1586
stmt_data.description = FB_NEW_POOL(*getDefaultMemoryPool()) string(*getDefaultMemoryPool());
1587
1588
if (stmt_data.id) {
1589
- stmt_data.description->printf(NEWLINE "Statement %d:", stmt_data.id);
+ stmt_data.description->printf(NEWLINE "Statement %" SQUADFORMAT":", stmt_data.id);
1590
}
1591
1592
string temp(*getDefaultMemoryPool());
0 commit comments