There is a comment on uservoice about decimal.
DAL already has support for decimal although it is not documented in
the book. On SQLite it is mapped into "double" because SQLite does not
have native "decimal" but it works well on other databases.
Field('money','decimal(10,3)') for 3 decimals.
I did not delete the comment but somebody perhaps should or edit it
since it may give the wrong impression to new users.
There are other comments with wishes that have already been granted or
are not clear. This confuses new users. Who should we deal with them?
Massimo
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.