Skip to content

Commit

Permalink
Store the caller's details in the SQL log
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Nov 20, 2024
1 parent d90eb33 commit 5392bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -13438,7 +13438,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
lastTraceid = steps[steps.length - 1]
}

yz.uiDb.sqlui("INSERT INTO ui_table_debug_sql_log ( debug_tracer_id , sql_statement , fk_parent_debug_trace_log_id , debug_tick , file_name , line_number ) VALUES (?,?,?,?,?,?)",
yz.uiDb.sqlui("INSERT INTO ui_table_debug_sql_log ( debug_tracer_id , sql_statement , fk_parent_debug_trace_log_id , debug_tick , caller_file_name , caller_line_number ) VALUES (?,?,?,?,?,?)",
[
dbgCode,
sql,
Expand Down

0 comments on commit 5392bcc

Please sign in to comment.