Why is my data not being returned in date order?
- Dominant language
- Elixir
- Stars
- 15
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I have a table which I am getting all of the information on (using `.all`). **I need to order this data by date** as it is currently not being displayed in date order. I can't work out what is determining the order but it's not date. I took a look at the `.all` code and noticed that it looks like it should already be being returned in descending date order which is exactly what I need:
https://github.com/dwyl/alog/blob/4cbf9d7f3399a665a9b59c5ed0cb96a0e27afc59/lib/alog.ex#L187
Does anyone know why my data is not being returned in date order?
My code is literally just: `Venue.all()`, no other manipulating of the data.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.