Fix wrong quoting in PostgreSQL update files#10792
Fix wrong quoting in PostgreSQL update files#10792wilsonge merged 1 commit intojoomla:stagingfrom mbabker:pgsql-quoting
Conversation
|
I have tested this item ✅ successfully on c21374d This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10792. |
|
Hmm. If I hadn't looked any further I would have said that I tested this succesfully. Because that is what seems to be the case. Until I take a look at Extensions > Manage > Database. See attachments. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10792. |
|
Those are unrelated to this PR. The syntax errors causing the fatal error On Saturday, June 11, 2016, slibbe notifications@github.com wrote:
|
|
I have tested this item ✅ successfully on c21374d This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10792. |
|
@slibbe Tested the statements you reported with pgAdmin, they are correct. Suggest to verify logs/joomla_update.php to see what went wrong with your update! This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10792. |
|
@sovainfo logs/joomla_update.php doesn't give a clue as to what went wrong. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10792. |
|
@slibbe Considering it is unrelated to this PR, suggest you post on forum.joomla.org (migration board). Include joomla_update.php. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10792. |
Pull Request for Issue #10790
Summary of Changes
Incorrect quoting is used in the PostgreSQL update files resulting in the inability for all ~250 users of this database engine to upgrade to 3.6.
Testing Instructions
Review the modified files in accordance with the PostgreSQL specification.