SQL/Parser.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 13 Feb 2011 14:57:48 +0000 (22:57 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 13 Feb 2011 14:57:48 +0000 (22:57 +0800)
SQL/Parser.php

index f1f7316..69c9909 100755 (executable)
@@ -1373,7 +1373,7 @@ class SQL_Parser
 
         while (true) {
             $this->getTok();
-            $set['column'] = $this->parseIdentifier();
+            $set['name'] = $this->parseIdentifier();
 
             if ($this->token != '=') {
                 $this->raiseError('Expected =');