Re: Sort order not always kept when querying the database

2019-10-15 Thread cilz
Hello Alex, Thanks for this message. Le 09/10/2019 à 21:08, Alexander Burger a écrit : 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 n

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). So

Sort order not always kept when querying the database

2019-10-09 Thread cilz
Gear Guys, This mail is a kind of follow-up to the thread started here: https://www.mail-archive.com/picolisp@software-lab.de/msg09124.html . Based on Alex's tips I have set up my database like this: (class +Agenda +Entity) (rel id    (+Key +Number)) (rel date  (+Ref +Date)) (rel mag