We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Visual Foxpro allows starting field names with _.
Trying to alter a table with such a field name causes the following errors:
/tables.py:3845: FieldNameWarning: '_F' invalid: field names should start with a letter, and only contain letters, digits, and _ bkup = Table( /home/michael/miniconda3/envs/patents_llm_update/lib/python3.13/site-packages/dbf/tables.py:3845: FieldNameWarning: '_F_WHY' invalid: field names should start with a letter, and only contain letters, digits, and _ bkup = Table( /home/michael/miniconda3/envs/patents_llm_update/lib/python3.13/site-packages/dbf/tables.py:3845: FieldNameWarning: '_F_WHY_DTL' invalid: field names should start with a letter, and only contain letters, digits, and _
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Visual Foxpro allows starting field names with _.
Trying to alter a table with such a field name causes the following errors:
The text was updated successfully, but these errors were encountered: