summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/otodoaccesssql.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-13Add a vCal Resourcezecke1-4/+5
Play a bit with cahce sizes The idea is to have the current page and the prior page cached... still looking how to do that
2002-10-13OPimAccessBackend nothing tried a isDirty()const ... but removed itzecke1-9/+22
ORecordList uidAt(uint index ) added Speed Improvements at the SQL backend do not load the list of uids until it's really needed do not reload the uid list until it's really needed we got a bitfield m_dirty there...
2002-10-10Implement read ahead on the XML resource...zecke1-6/+75
Scrolling is now noticeable faster with 10.000 items but not as fast the XML backend... OPimCache can be tuned and Query->OTodo too
2002-10-07Fix sorted SQL queryzecke1-2/+5
2002-10-07Sorted works enough in the SQL backend let's commit itzecke1-2/+59
2002-10-07First SQL backend Resourcezecke1-0/+397
The DB layout is not fully what we've in mind but for example I do lack the Categories infrastructure for that I've to implement sorted lists and then I'll make Todolist fast