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
Recently added feature, specifying additional conditions for table joins (joinWhere method) is not working correctly with table aliases and chains not beginning with ":".
SqlBuilder is not including parameters, so SqlDriver is giving exception:
SQLSTATE[HY093]: Invalid parameter number: no parameters were bound
Recently added feature, specifying additional conditions for table joins (joinWhere method) is not working correctly with table aliases and chains not beginning with ":".
SqlBuilder is not including parameters, so SqlDriver is giving exception:
Simple test:
These both are giving Exception...
The text was updated successfully, but these errors were encountered: