-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add ORDER BY to array queries #169
Labels
Comments
p-a-s-c-a-l
added a commit
that referenced
this issue
Jun 2, 2016
Possibilities for ordering n-m arrays (ObjectFactory: 685)
|
Possibilities for ordering n-m arrays (ObjectFactory: 799)
|
p-a-s-c-a-l
added a commit
that referenced
this issue
Jun 6, 2016
p-a-s-c-a-l
added a commit
that referenced
this issue
Jun 6, 2016
p-a-s-c-a-l
added a commit
that referenced
this issue
Jun 6, 2016
done |
p-a-s-c-a-l
added a commit
that referenced
this issue
Jun 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add ORDER BY clause to all queries dealing with arrays to make sure that the order of array items is always the same among recurring requests to the same meta object. See e.g. ObjectFactory:799
From the documentation of SELECT:
"If the ORDER BY clause is specified, the returned rows are sorted in the specified order. If ORDER BY is not given, the rows are returned in whatever order the system finds fastest to produce."
The text was updated successfully, but these errors were encountered: