ea4k / klog

KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
https://www.klog.xyz
GNU General Public License v3.0
75 stars 25 forks source link

Fix iota being incorrectly saved as my_iota #621

Closed boryszef closed 11 months ago

boryszef commented 1 year ago

Currently, if IOTA index is not empty, it is stored in SQLite database as "iota" and "my_iota". As a consequence, the incorrect my_iota appears in the exported ADIF file for example. This fix rectifies the bug.