Sort order not always kept when querying the database

2019-10-09 Thread cilz
) ) So far my main use of the data is to query the database to see what happen during one week and I do it this way: (agendaShowAll (reverse (collect 'year '+Agenda (2019 41 with this result for the week 41: 20191007  737645   mag150  2019   10 October    41 7   Monday F

Re: Sort order not always kept when querying the database

2019-10-09 Thread Alexander Burger
Hi Eric, thanks for sharing your code! As far I could see on a first scan, it looks very good. > The result starts with "Wednesday" instead of > "Monday" as for the week 41 or other weeks! The values have no inherent ordering, as they all have the same key (the combination of year and day).