Skip to content

Commit

Permalink
Create or replace view query not working issue solved
Browse files Browse the repository at this point in the history
Signed-off-by: Aswani Prakash <aswani15prakash@gmail.com>
  • Loading branch information
aswaniprakash committed Jul 3, 2018
1 parent 4ab8ce3 commit a829e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Statements/CreateStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CreateStatement extends Statement
'TEMPORARY' => 1,

// CREATE VIEW
'OR REPLACE' => array(2, 'var='),
'OR REPLACE' => 2,
'ALGORITHM' => array(3, 'var='),
// `DEFINER` is also used for `CREATE FUNCTION / PROCEDURE`
'DEFINER' => array(4, 'expr='),
Expand Down

0 comments on commit a829e1e

Please sign in to comment.