AirScout/ScoutBase
Alexander Kurpiers 61a9d160fa StationDB - hack to force QRV database update despite "correct" timestamp
Currently the time stamps of the input files used for updates of the
database are stored in Settings.Default. If the database is cleared
or the stations.db3 file is deleted, the time stamps survive, as they are
stored separately.

That triggers a subtle bug: the location table is updated first and
updates the DB status.
The qrv table than checks the DB status - which is "up-to-date" - and
the timestamp - which may still be set correctly from previous updates.
The qrv table then will never be updated.

Work-around: delete QRV_Update_TimeStamp key in user.config

Hack here: make sure to fill the table if it is empty.

Correct way moving forward: the time stamp needs to go into the database
instead of Settings.Default
2024-05-01 18:57:14 +02:00
..
ScoutBase.CAT V1.4.2.0 2023-01-30 07:00:58 +01:00
ScoutBase.Core V1.4.2.0 2023-01-30 07:00:58 +01:00
ScoutBase.Data Iniital upload 2019-03-19 22:09:03 +01:00
ScoutBase.Database V1.4.1.0 2022-08-27 14:13:47 +02:00
ScoutBase.Elevation V1.4.1.0 2022-08-27 14:13:47 +02:00
ScoutBase.Maps V1.4.1.0 2022-08-27 14:13:47 +02:00
ScoutBase.Propagation V1.4.2.0 2023-01-30 07:00:58 +01:00
ScoutBase.Stations StationDB - hack to force QRV database update despite "correct" timestamp 2024-05-01 18:57:14 +02:00