You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adrian Crum <ad...@yahoo.com> on 2009/06/23 05:08:08 UTC

Odd WorkEffort data types

I've been working with the WorkEffort entity for years and I never noticed this before:

Why are the milliseconds fields mapped to Java Double data types? Do we really expect to have a fraction of a millisecond? A Long Java data type would be more appropriate.

Just an observation.

-Adrian