If I set maxLen=1000 still truncate is set to 150.
"SELECT products.ids as ids,products.type as type,products.sku as sku,products.EAN as EAN,products.producer_id as `produce ... " (1699)
Maybe the problem is here
https://github.com/nette/tracy/blob/master/src/Tracy/assets/BlueScreen/bluescreen.phtml#L136
that no options of truncate is set.
If I set maxLen=1000 still truncate is set to 150.
"SELECT
products.idsasids,products.typeastype,products.skuassku,products.EANasEAN,products.producer_idas `produce ... " (1699)Maybe the problem is here
https://github.com/nette/tracy/blob/master/src/Tracy/assets/BlueScreen/bluescreen.phtml#L136
that no options of truncate is set.