Skip to content

Commit

Permalink
Fix DROP VIEW statement is not constructed properly by the parser, Is…
Browse files Browse the repository at this point in the history
…sue #36

Signed-off-by: Durgesh <007durgesh219@gmail.com>
  • Loading branch information
007durgesh219 committed Feb 26, 2016
1 parent cf246a3 commit af27794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Statements/DropStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class DropStatement extends Statement
'SCHEMA' => 1,
'SERVER' => 1,
'TABLE' => 1,
'VIEW' => 1,
'TABLESPACE' => 1,
'TRIGGER' => 1,

Expand Down

0 comments on commit af27794

Please sign in to comment.