mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 15:23:03 +01:00
Fix statement ID output format in the trace
This commit is contained in:
parent
0e0386afba
commit
387d8ad16a
@ -1818,7 +1818,7 @@ void TracePluginImpl::register_sql_statement(ITraceSQLStatement* statement)
|
||||
stmt_data.description = FB_NEW_POOL(*getDefaultMemoryPool()) string(*getDefaultMemoryPool());
|
||||
|
||||
if (stmt_data.id) {
|
||||
stmt_data.description->printf(NEWLINE "Statement %d:", stmt_data.id);
|
||||
stmt_data.description->printf(NEWLINE "Statement %" SQUADFORMAT":", stmt_data.id);
|
||||
}
|
||||
|
||||
string temp(*getDefaultMemoryPool());
|
||||
|
Loading…
Reference in New Issue
Block a user