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-08-14 17:44:55 +02:00
2015-05-18 19:09:30 +02:00
2016-09-06 15:40:16 +02:00
2014-05-11 12:31:51 +02:00
2016-09-19 12:38:18 +03:00
2015-05-23 10:27:15 +02:00
2014-07-31 21:32:58 +02:00
2016-07-17 01:12:26 +03:00
2016-08-11 19:31:39 +01:00
2016-09-03 22:30:55 +03:00
2014-07-31 21:32:58 +02:00
2015-05-20 10:17:52 -03:00
2015-05-20 10:17:52 -03:00
2016-08-29 11:11:16 +02:00
2016-04-21 17:51:12 +01:00
2015-07-06 18:28:30 +02:00
2015-07-06 18:28:30 +02:00
2016-08-05 14:04:19 +01:00
2014-07-31 21:32:58 +02:00
2016-08-05 14:04:19 +01: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-25 23:02:40 +02:00
2016-09-03 22:30:55 +03:00
2016-08-19 14:39:50 +03:00
2016-08-13 16:34:07 +01:00
2016-09-09 01:03:46 +03:00
2016-08-19 14:39:50 +03:00
2016-08-20 17:37:59 +02:00
2016-09-03 22:30:55 +03:00
2016-08-25 23:12:36 +02:00
2016-08-25 23:12:36 +02:00
2016-04-23 20:32:08 +02:00
2016-03-30 09:56:57 -06:00
2016-05-25 00:27:42 +01:00
2016-09-30 15:24:18 +03:00
2016-08-07 06:01:07 +03:00
2016-09-03 22:30:55 +03:00
2016-01-27 23:02:30 +01:00
2016-09-03 22:30:55 +03:00
2015-10-15 11:42:59 +02:00
2016-08-02 17:49:51 +01:00
2015-09-11 13:30:24 +02:00
2015-01-27 23:03:30 +01:00
2014-12-05 09:20:29 +00:00
2014-05-11 12:31:51 +02:00
2015-10-14 22:22:07 +02:00
2016-08-19 14:39:50 +03:00
2016-07-26 17:45:48 +01:00
2014-05-14 02:45:45 +01:00
2014-05-15 17:52:00 +02:00
2016-10-01 21:43:22 +03:00
2016-09-28 13:59:41 +01:00
2016-09-28 13:59:41 +01:00
2014-12-05 09:20:29 +00:00
2016-09-28 13:59:41 +01:00
2016-09-03 22:30:55 +03:00
2016-09-28 13:59:41 +01:00
2016-09-28 13:59:41 +01:00
2016-09-03 22:30:55 +03:00
2016-09-03 22:30:55 +03:00
2016-04-26 00:16:30 +02:00
2016-07-26 17:45:48 +01:00
2016-08-29 15:43:20 +01:00
2016-09-06 15:40:16 +02:00
2016-08-30 20:01:51 +02:00
2016-09-09 10:22:00 +01:00
2016-05-24 19:47:09 +02:00
2016-09-06 16:19:10 +02:00
2016-09-06 15:40:16 +02:00
2016-09-03 22:30:55 +03:00
2015-06-22 12:38:50 +02:00
2015-05-20 10:17:52 -03:00
2015-04-23 19:51:54 +02:00
2016-09-06 17:07:06 +02:00
2015-10-14 22:22:07 +02:00
2014-07-31 21:32:58 +02:00
2013-05-21 22:32:05 +02:00
2016-08-11 19:31:39 +01:00
2012-01-25 21:14:26 +01:00