Bug report #21323
Source Fields returns wrong description of attribute table
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Vectors | ||
Affected QGIS version: | 3.5(master) | Regression?: | No |
Operating System: | Microsoft Windows 7, 64-bit | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 29141 |
Description
1. Create a temporary scratch layer
2. Create a text field with unlimited length
3. Insert this text: string layer path
This is a slightly longer text to check if the string processing by "Processing" works properly. Unfortunately, there are currently problems with the processing of numeric fields - hopefully not even with strings with more than 255 characters. Let's see what happens when we exceed magic limits imposed by the proprietary DBF format in the past.
4. Check_ Layer Properties > Source Fields_: The length of the field is fixed to 255, while the text is much longer.
History
#1 Updated by Giovanni Manghi over 5 years ago
- Category changed from Unknown to Vectors