I’ve been reworking the code for the queries I introduced in the first week.
What’s done
- I have worked on value pagination and optimization of announce operations;
- Fixed bugs like #72, #73;
- I’ve split the
Query
intoSelect
andWhere
strcutures. This change was explained here.
What’s still work in progress
- Value pagination;
- Optimizing announce operations;