You can bet on that xD
q.
P.S. When you issue a query the Weight actually is shown as a Real number. The example model has a few with weight 1.00 but most being 0.00
Ah, I can now think of a scenario where that might have gone wrong.
- Get the weight value as string "1.00"
- Try to store the same value as Real, messing up the decimal point/comma notation, and end up storing the value 100 instead.
- Get the weight value as string "100.00"
- Try to store the same value as Real, messing up the decimal point/comma notation, and end up storing the value 10000 instead.
- Rinse and repeat
And that indeed checks out with the actual values found. Most of them are round numbers like 5000000000 or 2000000
Geert