Open RomainLanz opened 8 months ago
Hey there! 👋🏻
This PR adds a orderByRandom method to retrieve records in a random order. It defines the right keyword for each dialect.
orderByRandom
The test may be flaky, I have set it up to run 3 times in case it fails.
A seed can be pass when using MySQL (same as Laravel implementation).
seed
I am not sure how to deal with the mssql error. We are not passing multiple NEWID() to the order by clause. 🤔
mssql
NEWID()
Hey there! 👋🏻
This PR adds a
orderByRandom
method to retrieve records in a random order. It defines the right keyword for each dialect.The test may be flaky, I have set it up to run 3 times in case it fails.
A
seed
can be pass when using MySQL (same as Laravel implementation).