singlestore-labs / singlestoredb-laravel-driver

The official SingleStore Laravel driver.
https://github.com/singlestore-labs/singlestore-laravel-driver
Apache License 2.0
223 stars 22 forks source link

Fix issue #71 with combining union(), orderBy() and paginate() #72

Closed rzv-me closed 9 months ago

rzv-me commented 9 months ago

Fix issue #71 with combining union(), orderBy() and paginate()

AdalbertMemSQL commented 9 months ago

I checked that the test fails because of the update in the Laravel which tries to replace parameters with actual values when pretend is used. (See this commit: https://github.com/laravel/framework/commit/4e43ca0c8433f69a18c983ccd827a4e324e9facf ). Failure is not connected to these changes.