You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often times, especially with mock / test data, it is handy to ORDER BY rand() or SELECT rand() AS someName.
We have already implemented this functionality for MySQL's rand() function and would do it for others if we are certain of their syntax, etc.
We can submit a pull request for this feature, but it is dependent on some of our other pull requests that have not been merged yet, so please let me know how to proceed.
The text was updated successfully, but these errors were encountered:
Hi @orangy It's been a while and we've now made many improvements to squash that have not been merged in, plus many more sitting in our repo, but I want to get your thoughts on how best to support the project going further given the time that has past. I suspect you have been incredibly busy with the Kotlin project and we will be taking Squash further regardless, but wish to share our improvements with others in a way that most benefits the community and the fact that you and the Jetbrains team initiated this effort which puts a lot of weight behind it's usage.
If you have a moment to catch up, please let me know the best way to communicate.
Often times, especially with mock / test data, it is handy to
ORDER BY rand()
orSELECT rand() AS someName
.We have already implemented this functionality for MySQL's rand() function and would do it for others if we are certain of their syntax, etc.
We can submit a pull request for this feature, but it is dependent on some of our other pull requests that have not been merged yet, so please let me know how to proceed.
The text was updated successfully, but these errors were encountered: