? Pending

User tests: Successful: Unsuccessful:

avatar richard67
richard67
30 May 2020

Pull Request for Issue # .

Summary of Changes

  • The schema checker's change item class for PostgreSQL doesn't understand "varchar", it need "character vayring".
  • In PostgreSQL you change the "NOT NULL" contrsaint for a column or the default value with a separate statement, or at least our schema checker expects it like this for PostgreSQL.

Testing Instructions

Can be merged by review.

Expected result

Update from current 3.10-dev suceeds.

Actual result

ERROR: syntax error at or near "VARCHAR" at character 52
STATEMENT: ALTER TABLE "j3ux0_history" ALTER COLUMN "item_id" VARCHAR(50) NOT NULL DEFAULT "";

Documentation Changes Required

avatar richard67 richard67 - open - 30 May 2020
avatar richard67 richard67 - change - 30 May 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 May 2020
Category Postgresql SQL Administration com_admin
avatar wilsonge wilsonge - change - 30 May 2020
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-05-30 18:40:20
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 30 May 2020
avatar wilsonge wilsonge - merge - 30 May 2020
avatar wilsonge
wilsonge - comment - 30 May 2020

Thanks!

Add a Comment

Login with GitHub to post a comment