Files
sqlitebrowser/src
Martin Kleusberg fa203c4c61 Fix multiple problems in 0f6946c19d
Fix multiple problems which were introduced in commit
0f6946c19d. They all are about detection
of transaction statements. First it turned out that the commit slightly
changed the behaviour of the dirty parameter which, although there did
not seem to be any consequences of this, was turned back into the old
behaviour. Then the detection of transaction statements depended on the
structure updated flag which is totally wrong and needed to be fixed.
Next, it turned out that SQLite executed ";COMMIT;" as one statement
instead of two. This means we need to skip until after the first
semicolon and not until before it. And finally, after skipping until
after the semicolon we should perform the check for transaction
statements again before blindly giving the next statement to SQLite.

See issue #1777.
2019-03-03 12:04:56 +01:00
..
2018-11-29 04:14:42 +02:00
2019-03-01 16:26:29 +01:00
2019-02-09 13:33:56 +01:00
2017-10-30 21:20:02 +01:00
2018-10-22 23:03:19 +02:00
2018-11-08 23:00:30 +01:00
2018-12-13 11:26:10 +02:00
2018-11-08 23:00:30 +01:00
2018-11-08 23:00:30 +01:00
2018-09-05 22:24:46 +02:00
2014-12-05 09:20:29 +00:00
2018-11-15 15:24:00 +01:00
2014-12-05 09:20:29 +00:00
2018-11-20 23:11:25 +01:00
2018-11-15 14:16:05 +01:00
2018-06-08 22:46:47 +02:00
2018-12-27 11:55:21 +01:00
2019-01-14 20:03:15 +01:00