Skip to content

Commit

Permalink
Removed exception in table validation. Now only printing a warning if…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
albar965 committed Jan 27, 2022
1 parent d49e8bb commit 8ec5725
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions resources/config/navdatareader.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ec5725

Please sign in to comment.