We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no reason to allocate a whole object for this simple container.
The text was updated successfully, but these errors were encountered:
There is a race condition in SortExpression. It assumes that SortExpression will never be reused so it makes hidden changes.
SortExpression
Obviously this is bad, but we don't want to make BuildOrderByClause allocate more memory if we can avoid it.
BuildOrderByClause
Sorry, something went wrong.
That was stupid. It never actually used the hidden field.
Adding support for "columnName DESC" while we're here.
"columnName DESC"
SortExpression should be a struct, not a class #331
982dc49
Merge pull request #337 from docevaad/SortExpression-331
1ba3c0d
Grauenwolf
No branches or pull requests
There is no reason to allocate a whole object for this simple container.
The text was updated successfully, but these errors were encountered: