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
Not sure if it is a bug. If we pass an empty string to toTagsArray function the result is Array ( [0] => ) and incorrect SQL code is generated: ...AND tag0.name = ''...
Not sure if it is a bug. If we pass an empty string to toTagsArray function the result is Array ( [0] => ) and incorrect SQL code is generated: ...AND tag0.
name= ''...