Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADIF import fails if QTH is larger than 64 chars. #3236

Closed
john-terrell opened this issue Dec 6, 2024 · 1 comment
Closed

ADIF import fails if QTH is larger than 64 chars. #3236

john-terrell opened this issue Dec 6, 2024 · 1 comment

Comments

@john-terrell
Copy link

This is for reporting bugs with the code, if this issue is regarding setting up on your local server please use the forum see readme for details

Describe the bug
When importing an ADIF file where a QTH field has more than 64 characters, the import stops and fails with an error message. The ADIF spec says the QTH field is a regular string without a fixed length (that I could find in the spec). Some QTH's I've received have more than 100 characters. Looking at the database SQL, the COL_QTH field is restricted to 64 characters (either input should be trimmed to fit or the field should be changed to a non-length limited string type).

Desktop (please complete the following information):

  • OS: MacOS
  • Browser Safari, Chrome
magicbug added a commit that referenced this issue Jan 7, 2025
@magicbug
Copy link
Owner

magicbug commented Jan 7, 2025

Now resolved in dev branch

@magicbug magicbug closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants