Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Line 980:</p> <pre><code>980 $this-&gt;_table_columns = array_combine($this-&gt;_table_columns, $this-&gt;_table_columns); </code></pre> <p>looks superfluous taken the previous line 979 into account:</p> <pre><code>979 $this-&gt;_table_columns = $this-&gt;list_columns(); </code></pre> <p>Merging two times the same array is useless, especially as the array is this:</p> <pre><code>array(2) { ["id"]=&gt; array(13) { ["type"]=&gt; string(3) "int" ["min"]=&gt; string(11) "-2147483648" ["max"]=&gt; string(10) "2147483647" ["column_name"]=&gt; string(2) "id" ["column_default"]=&gt; NULL ["data_type"]=&gt; string(3) "int" ["is_nullable"]=&gt; bool(false) ["ordinal_position"]=&gt; int(1) ["display"]=&gt; string(2) "11" ["comment"]=&gt; string(0) "" ["extra"]=&gt; string(14) "auto_increment" ["key"]=&gt; string(3) "PRI" ["privileges"]=&gt; string(31) "select,insert,update,references" } ["name"]=&gt; array(12) { ["type"]=&gt; string(6) "string" ["column_name"]=&gt; string(4) "name" ["column_default"]=&gt; NULL ["data_type"]=&gt; string(7) "varchar" ["is_nullable"]=&gt; bool(false) ["ordinal_position"]=&gt; int(2) ["character_maximum_length"]=&gt; string(2) "50" ["collation_name"]=&gt; string(15) "utf8_general_ci" ["comment"]=&gt; string(0) "" ["extra"]=&gt; string(0) "" ["key"]=&gt; string(0) "" ["privileges"]=&gt; string(31) "select,insert,update,references" } } </code></pre> <p>It only contains string keys. You should open a bug report with the kohana framework.</p> <p>Comment line 980 until this get's fixed.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload