Quote:
Originally Posted by ownedbycats
Also, a question/possible bug report: I found that in single-field edit if a template produced a number like 91.66666666666666, it failed to update my integer column. It worked if I used the round() function. Is this intended or a bug?
|
It is intended. 91.666 is not an integer so can't be assigned to an integer column.