mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Fix statement ID output format in the trace
This commit is contained in:
parent
e2a6b2ef1c
commit
b034205268
@ -1538,7 +1538,7 @@ void TracePluginImpl::register_sql_statement(ITraceSQLStatement* statement)
|
|||||||
stmt_data.description = FB_NEW_POOL(*getDefaultMemoryPool()) string(*getDefaultMemoryPool());
|
stmt_data.description = FB_NEW_POOL(*getDefaultMemoryPool()) string(*getDefaultMemoryPool());
|
||||||
|
|
||||||
if (stmt_data.id) {
|
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());
|
string temp(*getDefaultMemoryPool());
|
||||||
|
Loading…
Reference in New Issue
Block a user