Muhammad Usman
Muhammad Usman
Appreciate the PR Simon, but have you checked it? https://github.com/usmanhalalit/pixie#sub-queries-and-nested-queries
Li, I'm aware of the issue, I'll totally change how responsive tables work in the next version. Till then please use this http://getbootstrap.com/css/#tables-responsive
Thanks Lei, I'll consider.
Thanks for reporting @Napas . Will take a look.
@eL-Prova hehe 😄 . Yep, coming back. Had serious eye surgeries, I had a retinal detachment.
Hi @mtarlac, can you please run this query in your database manually and see what it returns? ``` SELECT orders.*, admins.first_name, admins.last_name FROM orders LEFT JOIN admins ON admins.id=orders.admins_id GROUP...
So when querying manually it returns correct and when querying using Pixie it returns 1? On Sat, Feb 17, 2018, 19:38 mtbl wrote: > Sure but it returns >1 rows...
I'll try to reproduce, thanks!
Sorry for the delay. Can you please show me your code?
This seems like a bug. Cannot give any ETA for the fix.