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 notice when i sort a column the query is the next
SELECT*FROM"report_course_users"LEFT JOIN"users"AS"users_0"ON"report_course_users"."user_id"="users_0"."id"WHERE"users"."deleted_at" IS NULLAND"report_course_users"."deleted_at" IS NULL
ORDER BY "users_0"."username"ASCLIMIT10 offset 0
in the line WHERE "users"."deleted_at" IS NULL users lost the alias 🤔
System details
Operating System: debian
PHP Version: 7.2.16
Laravel Version: 5.8
Laravel-Datatables Version: 9
The text was updated successfully, but these errors were encountered:
Summary of problem or feature request
Problem with aliases in query on the order.
Code snippet of problem
I notice when i sort a column the query is the next
in the line
WHERE "users"."deleted_at" IS NULL
users lost the alias 🤔System details
The text was updated successfully, but these errors were encountered: