Files
sqlitebrowser/src
Martin Kleusberg efe87a4b6e Clear result view in Execute SQL tab when running a PRAGMA statement
Clear the result table view in the Execute SQL tab of the main window
when a PRAGMA statement was executed that didn't return any rows. Before
this, running e.g. 'PRAGMA table_info(test)' and then 'PRAGMA
table_info(tset)' would still present the result from the first query
even though the second should have cleared the view.

See issue #151.
2014-11-11 19:14:58 +01:00
..
2014-10-27 09:17:25 +08:00
2014-09-04 19:07:12 +02:00
2013-09-19 22:55:35 +02:00