Files
sqlitebrowser/src
Martin Kleusberg 14c82ea817 Fix alterTable() function
Fix a few issues in the alterTable() code. One type of issue would
happen if there are any keys or constraints in the table. Because the
check whether more changes are needed did not work as expected, we would
try to edit the table again, even though it is already correct. The
second type of issue (which can be triggered independently but which can
also be a follow-up issue to the first one) tries to access the table by
its old name even though it might already have been renamed.

See issue #1725.
2019-02-15 17:05:53 +01:00
..
2018-11-29 04:14:42 +02:00
2019-02-15 17:05:53 +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
2019-02-09 19:03:42 +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 15:24:00 +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
2018-11-20 23:57:00 +01:00
2019-02-15 17:05:53 +01:00
2018-12-08 14:39:34 +11:00