Skip to content

Fix library>DATABASEFNS DUMPDB to use get the FILEDATES correctly#2593

Merged
rmkaplan merged 2 commits intomasterfrom
mth70--Fix_DATABASEFNS_DUMPDB_use_correct_FILEDATES
May 7, 2026
Merged

Fix library>DATABASEFNS DUMPDB to use get the FILEDATES correctly#2593
rmkaplan merged 2 commits intomasterfrom
mth70--Fix_DATABASEFNS_DUMPDB_use_correct_FILEDATES

Conversation

@MattHeffron
Copy link
Copy Markdown
Member

DUMPDB in library>DATABASEFNS didn't get the FILEDATES correctly if the actual code file name was not U-CASE.
Because of this, the attempt to match .DATABASE version with code file failed, as the .DATABASE file had NIL as the FILEDATES information.
Fixed to use ROOTFILENAME instead of NAMEFIELD.

@MattHeffron MattHeffron requested a review from masinter May 7, 2026 01:09
@MattHeffron MattHeffron self-assigned this May 7, 2026
@MattHeffron MattHeffron added the bug Something isn't working (as per documentation) label May 7, 2026
Copy link
Copy Markdown
Contributor

@rmkaplan rmkaplan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pamoroso
Copy link
Copy Markdown
Member

pamoroso commented May 7, 2026

On Linux Mint 22.1 Cinnamon it builds and works with no apparent issues.

@rmkaplan rmkaplan merged commit 4de89a6 into master May 7, 2026
@rmkaplan rmkaplan deleted the mth70--Fix_DATABASEFNS_DUMPDB_use_correct_FILEDATES branch May 7, 2026 19:33
@github-project-automation github-project-automation Bot moved this to Done in system May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working (as per documentation)

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants