You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the method evaluates to false, the field is not added to the SQL query, even though it is a required and non nullable field, according to the definition of the relation:
Checking the equality of the data fails because of an SQL error.
I think it's a bit related to a design decision in the code, so I'm not quite sure how to fix it.
SQL Error:
It looks like the immediate cause is here:
Znuny-Search/Kernel/System/Search/Admin/Reindexation.pm
Lines 361 to 364 in 14ca672
This query is made across the entire file.
Since the method evaluates to false, the field is not added to the SQL query, even though it is a required and non nullable field, according to the definition of the relation:
Znuny-Search/Znuny-Search.sopm
Line 165 in 14ca672
Is there a reasonable reason why this if-query is set as a condition for the field?
The text was updated successfully, but these errors were encountered: