User tests: Successful: Unsuccessful:
Pull Request resolves # .
fix the update for postgres
While MySQL passively accepts table aliases in SET clauses (SET t.links = ...), PostgreSQL follows strict ANSI SQL syntax, requiring the column name in SET to be unqualified.
index some content with postgresql
index complete successfully
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
if this pr will be merged for 5.4 pay attention before to upmerge to 6.x cause the Index button has been changed meanwhile, so this line
should be changed with something like
cy.get('#toolbar-indexing-group > button').click();
// Click the "Index" button
cy.get('#indexing-group-children-index > button', { force: true }).click();| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_finder |
| Labels |
Added:
PR-5.4-dev
|
||
| Category | Administration com_finder | ⇒ | Administration com_finder JavaScript Unit Tests |
| Labels |
Added:
Unit/System Tests
|
||