Files
sqlitebrowser/src
Martin Kleusberg fcac61da64 Simplify the WITHOUT ROWID code a bit
In the Table class we need to store whether this is a WITHOUT ROWID
table or now. Instead of just storing a boolean flag for that we were
storing a list of the rowid column(s). This is not just more complicated
to handle than a simple flag but also more error-prone because the list
must always be kept equal to the list of primary key columns. Failing to
keep them equal would result in an invalid SQL statement.
2019-04-03 12:19:53 +02:00
..
2019-03-21 22:48:28 +11:00
2019-04-03 12:19:53 +02:00
2017-10-30 21:20:02 +01:00
2018-12-13 11:26:10 +02:00
2018-09-05 22:24:46 +02:00
2018-11-15 15:24:00 +01: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
2019-04-02 20:59:20 +02:00