Gabriel Mainginski
Results
3
issues of
Gabriel Mainginski
The Wherein function of eloquent does not work, and it is now necessary to use repeat structures to emulate this function.
bug
enhancement
**Works**: `Products::from('products as pp')->where('pp.name', 'LIKE', '%e%')->get();` **Doesn't works**: `Products::from('products pp')->where('pp.name', 'LIKE', '%e%')->get();`
bug
enhancement
wontfix