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
i created custom dropdown to filter using aganecy name;
in global search it was working but when i added custom filter i get the following error
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'table.name' in 'where clause'
in matter of sql it expected error because Yajra not adding PREFIX to this table,
not sure why , only in where clause the table not getting prefixed
It seems like you are using a self join relationship and it is currently not supported by the package. You need to use join statements for this to work on self joins.
Prefix problem not yet fixed in relationship
i created custom dropdown to filter using aganecy name;
in global search it was working but when i added custom filter i get the following error
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'table.name' in 'where clause'
in matter of sql it expected error because Yajra not adding PREFIX to this table,
not sure why , only in where clause the table not getting prefixed
This is the generated Sql query :
as you can see the table2 is not getting prefixed ,
this is commun problem in yajra
im not sure if there is a solution to this
System details
The text was updated successfully, but these errors were encountered: