summaryrefslogtreecommitdiff
path: root/libopie/pim/otodoaccesssql.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-13OPimAccessBackend nothing tried a isDirty()const ... but removed itzecke1-1/+2
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-0/+3
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-07Sorted works enough in the SQL backend let's commit itzecke1-3/+3
2002-10-07First SQL backend Resourcezecke1-0/+46
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