Shane Burrell
Shane Burrell
I'm using laravel 9 with no issue. Have you updated your composer and packages?
That breaks many other database types. Someone has started doing proper database typing but I don't believe it was ever finished.
What DB in the backend?
There is a pull request started by someone else where they were trying to do proper database detection. Right now it doesn't do a great job with different databases or...
@nikitabuida I have some corrections for this in my fork. The dbtype needed to be passed into the sort function. Feel free to try my forked package for testing or...
@saulens22 I have fixed a few of these in my fork (not maintained just so I could get something deployable). You are welcome to take a look at those mods,...