1 | | Yes you're right, I just tested without the patch and the tests I wrote failed. But with the patch, and the {{{order_by}}} argument inside the {{{extra}}} instead of as an additional call the test for {{{values_list}}} pass. However, the test with the {{{values}}} fails, as the additional ordering column is inserted in the list. |
2 | | Here is the output of the test: |
| 1 | Yes you're right, I just tested without the patch and the tests I wrote failed. With the patch and the {{{order_by}}} argument inside the {{{extra}}} instead of as an additional call, the test for {{{values_list}}} passes. |
| 2 | However, the test with the {{{values}}} fails, as the additional ordering column is inserted in the list. Here is the output of the test: |