? Pending

User tests: Successful: Unsuccessful:

avatar csthomas
csthomas
30 Nov 2018

Summary of Changes

Clean up the update files for the ms sql server.

  • add missing ; at the end of sql query
  • replace quote [] by double quote
  • add missing SET IDENTITY_INSERT "..." ON;
  • replace INSERT INTO ... SELECT ... by INSERT INTO ... VALUES (...)
  • add a white space after table name on line CREATE TABLE ... to fix the error on backend -> extension -> manage -> database fix
  • replace a backtick "`" by double quote, the backtick does not work on the SQL Server.
  • delete the default value before deleting the column: 3.9.0-2018-10-20.sql
  • remove useless SET QUOTED_IDENTIFIER ON;

Testing Instructions

Code review.
Unit tests should pass.

I tested with postupdate.php.
Note: remove a line from code, which requires toolbar.php.

Expected result

Joomla on the SQL server should update correctly (from version 3.8.13).

Actual result

The Joomla update on the SQL server will fail.

Documentation Changes Required

No

avatar csthomas csthomas - open - 30 Nov 2018
avatar csthomas csthomas - change - 30 Nov 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 Nov 2018
Category MS SQL SQL Administration com_admin Libraries
avatar alikon
alikon - comment - 2 Dec 2018

I have tested this item successfully on d0ad452

review


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23210.

avatar alikon alikon - test_item - 2 Dec 2018 - Tested successfully
avatar csthomas
csthomas - comment - 5 Dec 2018

Since this is only related to the MSSQL database, I am asking for RTC

avatar bonzani
bonzani - comment - 18 Jan 2019

I have tested this item successfully on d0ad452


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23210.

avatar bonzani bonzani - test_item - 18 Jan 2019 - Tested successfully
avatar Quy Quy - change - 18 Jan 2019
Status Pending Ready to Commit
avatar Quy
Quy - comment - 18 Jan 2019

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23210.

avatar rdeutz rdeutz - change - 19 Jan 2019
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-01-19 11:45:48
Closed_By rdeutz
Labels Added: ?
avatar rdeutz rdeutz - close - 19 Jan 2019
avatar rdeutz rdeutz - merge - 19 Jan 2019

Add a Comment

Login with GitHub to post a comment