You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JayEn84 opened this issue
Jun 19, 2018
· 0 comments
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Activate the checkboxes for "DROP VIEW" and/or "IF NOT EXISTS"
Expected behaviour
I expect a DROP VIEW query prior to the CREATE query when activating the DROP VIEW checkbox.
I did not expect an "IF NOT EXISTS" checkbox as this seems impossible when creating a view.
Actual behaviour
There is no difference in the output no matter if these checkboxes are checked or not.
Suggestion for improvement
Replace the "IF NOT EXISTS" checkbox by something like a "REPLACE" checkbox in order to achieve an output query like "`CREATE OR REPLACE VIEW view_name"
Server configuration
Operating system:
Windows 7
Web server:
Apache 2.4.16
Database:
MySQL 5.6.17
PHP version:
5.6.12
phpMyAdmin version:
Tested with 5.7.7 and 5.8.1
The text was updated successfully, but these errors were encountered:
williamdes
added
Bug
A problem or regression with an existing feature
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
labels
Oct 11, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Steps to reproduce
DROP VIEW" and/or "IF NOT EXISTS"Expected behaviour
DROP VIEWquery prior to theCREATEquery when activating theDROP VIEWcheckbox.IF NOT EXISTS" checkbox as this seems impossible when creating a view.Actual behaviour
There is no difference in the output no matter if these checkboxes are checked or not.
Suggestion for improvement
Replace the "
IF NOT EXISTS" checkbox by something like a "REPLACE" checkbox in order to achieve an output query like "`CREATE OR REPLACE VIEW view_name"Server configuration
Operating system:
Windows 7
Web server:
Apache 2.4.16
Database:
MySQL 5.6.17
PHP version:
5.6.12
phpMyAdmin version:
Tested with 5.7.7 and 5.8.1
The text was updated successfully, but these errors were encountered: