mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
Misc fixes for compatibility with existing XML queries and schemas
This commit is contained in:
parent
fa220fb1e1
commit
85df901924
7 changed files with 68 additions and 31 deletions
|
|
@ -355,7 +355,7 @@ class Debug
|
|||
'query_id' => $query['query_id'],
|
||||
'query_connection' => $query['connection'],
|
||||
'query_string' => $query['query'],
|
||||
'query_time' => $query['elapsed_time'],
|
||||
'query_time' => floatval($query['elapsed_time']),
|
||||
'file' => $query['called_file'],
|
||||
'line' => $query['called_line'],
|
||||
'method' => $query['called_method'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue