-
-
Notifications
You must be signed in to change notification settings - Fork 206
Fix OrderBy multiple columns #241
New issue
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
Fix OrderBy multiple columns #241
Conversation
OrderBy is not working any more and when OrderBy is just one query don't show and know error shows. |
var queryBuilder = QueryBuilder(User(null, null,null)) I have done everything and is still not work. |
@pastordee print(User.keyOnline);print(User.keyLastSeen); |
hi thanks for your quick reply I remove this two lines |
@pastordee |
@RodrigoSMarques |
@pastordee |
@pastordee |
@RodrigoSMarques |
* fix some issues * Update README.md * Fix OrderBy multiple columns
Fix OrderBy multiple columns