From 8ec5725653289c9a8306bcd24b38d95e2daee55c Mon Sep 17 00:00:00 2001 From: Alexander Barthel Date: Thu, 27 Jan 2022 13:55:04 +0100 Subject: [PATCH] Removed exception in table validation. Now only printing a warning if table count does not match. This ensures a complete database even if validation finds issues. Now keeping indexes when finishing DFD database. This avoids the `preparing database` message in Little Navmap when loading the database the first time. --- CHANGELOG.txt | 8 ++++++-- resources/config/navdatareader.cfg | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b8687f3..1aec063 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,8 +5,12 @@ For example: albar965/littlenavmap#3 is https://github.com/albar965/littlenavmap # Version 1.0.27 -* Adapted validation to new row numbers for DFD in cycle 2201. -* This fixes the idx_boundary_file_id already exists. +* Adapted validation to new row numbers for DFD in cycle 2201. This fixes the `idx_boundary_file_id + already exists` issue. +* Removed exception in table validation. Now only printing a warning if table count does not match. + This ensures a complete database even if validation finds issues. +* Now keeping indexes when finishing DFD database. This avoids the `preparing database` message in + Little Navmap when loading the database the first time. # Version 1.0.26 diff --git a/resources/config/navdatareader.cfg b/resources/config/navdatareader.cfg index 96d3d8b..a90fbc4 100644 --- a/resources/config/navdatareader.cfg +++ b/resources/config/navdatareader.cfg @@ -44,7 +44,7 @@ Autocommit=false Deduplicate=true # Drops all indexes and creates a database preparation SQL script in table "script" for the client to add them again -DropAllIndexes=true +DropAllIndexes=false # Vaccuum database VacuumDatabase=true @@ -83,7 +83,7 @@ DFD.ndb=3000 DFD.runway=15000 DFD.runway_end=30000 DFD.scenery_area=1 -DFD.script=150 +DFD.script=0 DFD.transition=80000 DFD.transition_leg=240000 DFD.vor=3000