User tests: Successful: Unsuccessful:
Pull Request for Issue #13510 and probably other issues relating ucm_content table in more strict db systems (which in joomla 4.0 mysql will be also).
Normalize the #__ucm_content
table across db systems.
Only tested in mysql.
@waader please check mssql
@alikon please also check postgresql and mssql.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | SQL Administration com_admin Postgresql MS SQL Installation |
Labels |
Added:
?
|
"text" removed - copy paste error . sorry
I have tested this item
Works with mssql and postgres.
Thanks!
I have tested this item
Milestone |
Added: |
||
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-10 13:58:41 |
Closed_By | ⇒ | rdeutz | |
Labels |
Works for mssql and postgres apart from the update file for postgres. I deleted "TEXT" in the following lines and then it worked:
ALTER TABLE "#__ucm_content" ALTER COLUMN "core_body" SET DEFAULT '';
ALTER TABLE "#__ucm_content" ALTER COLUMN "core_params" SET DEFAULT '';
ALTER TABLE "#__ucm_content" ALTER COLUMN "core_metadata" SET DEFAULT '';
ALTER TABLE "#__ucm_content" ALTER COLUMN "core_images" SET DEFAULT '';
ALTER TABLE "#__ucm_content" ALTER COLUMN "core_urls" SET DEFAULT '';
ALTER TABLE "#__ucm_content" ALTER COLUMN "core_metakey" SET DEFAULT '';
ALTER TABLE "#__ucm_content" ALTER COLUMN "core_metadesc" SET DEFAULT '';