Bug report #5966
Adding values in a field of type "real" in a MSSQL table
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Tamas Szekeres | ||
Category: | Data Provider/MSSQL | ||
Affected QGIS version: | 1.8.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15385 |
Description
Hi,
It seems there be a confusion between scale and size for real fields in Quantum GIS.
For example : When we specify a field in MSSQL of type :
- Decimal
- Size/Precision : 10
- Scale : 2
We can adding values like {xxxxxxxx,xx}
This same field appears in Quantum GIS like :
- Decimal
- Length : 12
- Precision : 10
We can adding values like {xx,xxxxxxxxxx}
Associated revisions
History
#1 Updated by Paolo Cavallini about 12 years ago
- Target version changed from Version 1.8.0 to Version 2.0.0
#2 Updated by Nathan Woodrow almost 12 years ago
- Priority changed from Normal to High
- Assignee set to Tamas Szekeres
#3 Updated by Jürgen Fischer over 11 years ago
- Status changed from Open to Closed
Fixed in changeset b1efd47961260f58e3536f1916dab196f3ed8d15.