?
Pending
User tests:
Successful:
Unsuccessful:
There is a file in the /administrator/components/com_admin/sql/updates/mysql that does not match the schema parser expected format.
Summary of Changes
- Removed "COLUMN" from ALTER TABLE ... CHANGE
- Moved each statement on one line
alexandraciobica
-
open
-
27 Jun 2018
alexandraciobica
-
change
-
27 Jun 2018
joomla-cms-bot
-
change
-
27 Jun 2018
Category |
|
⇒ |
SQL
Administration
com_admin
|
wilsonge
-
close
-
2 Jul 2018
wilsonge
-
merge
-
2 Jul 2018
wilsonge
-
change
-
2 Jul 2018
Status |
Pending |
⇒ |
Fixed in Code Base |
Closed_Date |
0000-00-00 00:00:00 |
⇒ |
2018-07-02 03:22:03 |
Closed_By |
|
⇒ |
wilsonge |
Labels |
Added:
?
|
Add a Comment
Login with GitHub to post a comment
I would not force "Moved each statement on one line" for
ALTER TABLE ...
.If joomla does not understand it then parser should be fixed. Take a look at PR #19707 for PostgreSQL database.