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 4a67617 commit b736613Copy full SHA for b736613
src/utilities/ntrace/TracePluginImpl.cpp
@@ -1818,7 +1818,7 @@ void TracePluginImpl::register_sql_statement(ITraceSQLStatement* statement)
1818
stmt_data.description = FB_NEW_POOL(*getDefaultMemoryPool()) string(*getDefaultMemoryPool());
1819
1820
if (stmt_data.id) {
1821
- stmt_data.description->printf(NEWLINE "Statement %d:", stmt_data.id);
+ stmt_data.description->printf(NEWLINE "Statement %" SQUADFORMAT":", stmt_data.id);
1822
}
1823
1824
string temp(*getDefaultMemoryPool());
0 commit comments