Errors when appending column name to table name

Issue #15 on hold
Former user created an issue

So I was building a query with two joins and where clause. In where clause I wanted to check if event.status = 1. Apparently, when you pass table_name.column_name to ->where() it treats everything as column name : 'table_name.column_name' instead of 'table_name'.'column_name'.

Comments (1)

  1. Vivek N repo owner

    Hi Can you remove the single quotes from the line 347 and try running the query ? Please let me know if this works

  2. Log in to comment