malyshev / yii-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.

Home Page:http://www.yiiframework.com/extension/yii-debug-toolbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Page Broken for MSSQL

damiandennis opened this issue · comments

line 207 of YiiDebugToolbarPanelSql.php

original:
$lines = explode(' ', $serverInfo);

had to change to:
$lines = $serverInfo;