Ryan Mitchell
Ryan Mitchell
What about adding a check for the table alias... something like: ``` protected function column($column) { if (! is_string($column)) { return $column; } $table = Str::contains($column, '.') ? Str::before($column, '.')...
Simpler yes but it wouldn’t work the same. Stick with what I did :) > On 5 Sep 2022, at 14:49, maxwkf ***@***.***> wrote: > > > What about...
Leave it open :)
Update: I've tapped into laravel core builder methods to cast the order as a real field which seems to do the trick.
If you can supply a sample repository with clear steps to reproduce the issue then I can look into it further. > On 16 Sep 2022, at 15:28, Enes Polat...
That shouldnt be necessary as `updated_at` should come from the laravel model timestamps.
@enespolat24 can you create a sample repository so I can look into this further?
@jasonvarga this is good to merge from our testing and the feedback from others
What’s the support for that on SQLite, Postgres and MySQL?
Ok. I ran some quick tests and it seems ok to switch to that. > On 28 Sep 2022, at 16:02, Enes Polat ***@***.***> wrote: > > > I checked...