User tests: Successful: Unsuccessful:
Pull Request for Issue #13222 .
Currently, the assigned category ids are stored as a coma separated string into the #__fields table.
As Hannes pointed out in the referenced issue that is not optimal.
This PR removes that data field from the #__fields table and moves it to a cross-reference table #__fields_categories.
None
Status | New | ⇒ | Pending |
Category | ⇒ | SQL Administration com_admin Postgresql com_fields Installation |
Labels |
Added:
?
|
I have tested this item
So GROUP_CONCAT doesn't work in PostgreSQL? That's interesting since we already use it in the content search plugin. I guess that one doesn't work as well then?
I have to see if we really need that assigned_cat_ids or if we can do that in a different way. Maybe an own query is better anyway.
It would appear not. Just tried search and that fails, too.
Can you open a new issue for the search? I will try to solve it here in a different way then.
Yep, will do.
I have tested this item
Test OK
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-19 16:33:05 |
Closed_By | ⇒ | rdeutz |
Milestone |
Added: |
we need to do a couple of fix for postgres
This should also remove the need to port "FIND_IN_SET" to non-MySQL databases like done in #12642