Revision 50481ce...

Go back to digest for 29th July 2012

Optimization in KDE-PIM

Volker Krause committed changes in [akonadi] server/src/storage/datastore.cpp:

Avoid a whole bunch of queries in cleanupCollection().

If we have working foreign key constraints, the database will automatically
clean up all child tables for us. The only thing we have to handle manually
is deleting external parts.

File Changes

Modified 1 files
  • server/src/storage/datastore.cpp
1 files changed in total