Revision 1190641

Go back to digest for 31st October 2010

Bug Fixes in Development Tools

Marco Mentasti committed changes in /trunk/KDE/kdesdk/kate/plugins/katesql:

Fixed a bug that clear all displayed sql results when removing connection, even if the connection is not related to the current resultset.

Now, to avoid query resource leaks, the displayed resultset is emptied if the associated db connection is removed, otherwise, data persists...

Added "clear resultset" button. this is particularly useful if you want to release a table.
Fixed a tableview rendering bug when cleaning resultsets.

File Changes

Modified 7 files
  • /trunk/KDE/kdesdk/kate/plugins/katesql
  •   /dataoutputmodel.cpp
  •   /dataoutputmodel.h
  •   /dataoutputwidget.cpp
  •   /katesqlview.cpp
  •   /katesqlview.h
  •   /sqlmanager.cpp
  •   /sqlmanager.h
7 files changed in total