View Issue Details

IDProjectCategoryView StatusLast Update
0025166mantisbtuipublic2020-09-15 11:42
Reportercproensa Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0025166: Debug log in screen is easily overflowed due to sql queries
Description

When displaying the debug log in screen, the content is often overflowed outside on the table.
The usual reason is that many sql queries that use "IN (...)" results in strings that can't be wrapped.

TagsNo tags attached.
Attached Files
Selección_314.png (137,977 bytes)   
Selección_314.png (137,977 bytes)   

Relationships

related to 0022132 acknowledged Some tables gets off screen and cant be scrolled conveniently 

Activities

cproensa

cproensa

2019-01-07 12:16

developer   ~0061158

I can replace the code to be built as "x, y, z", as having spaces will allow the strings to wrap.
Or, already having to go through them, i can upgrade them with the new DBQuery syntax, that manages the IN clauses as parameters.

dregad

dregad

2020-08-09 19:19

developer   ~0064252

Maybe 0027114 will help ? If not,

upgrade them with the new DBQuery syntax, that manages the IN clauses as parameters.

is probably the best approach.