Files
sqlitebrowser/src
Iulian Onofrei 531eddbd6c Fix executing current SQL running incorrect line
Previously, it was running the query at the current cursor position, but that
proved to be confusing. Now, it runs the SQL that contains the start of the
current line. So having:

SELECT * FROM table1;
SELECT * FROM table2;

and the cursor either before the first semicolon, either after it, the first
SQL will be run, and not the second one as before.
2016-10-01 21:43:22 +03:00
..
2016-09-19 12:38:18 +03:00
2016-08-11 19:31:39 +01:00
2015-05-20 10:17:52 -03:00
2015-05-20 10:17:52 -03:00
2015-07-06 22:48:18 +02:00
2015-05-20 14:03:59 -03:00
2016-09-29 22:17:46 +02:00
2016-08-19 14:39:50 +03:00
2014-12-05 09:20:29 +00:00
2014-12-05 09:20:29 +00:00
2016-08-30 20:01:51 +02:00
2016-09-06 16:19:10 +02:00
2015-05-20 10:17:52 -03:00
2016-09-06 17:07:06 +02:00
2016-08-11 19:31:39 +01:00