If I decide to stay with web2py, then I'd like to make this decision for
a bit longer term so I really need some info, coz i need to start
project :)
Michal
--
Kuba
'If you really need to store Decimals values, and do some op on them in the database, just do *not* use SQLite'
This is a quote from an sqlalchemy group..
We need an exception, an error occuring when trying to use decimal on sqlite or we implement decimal as float in sqlite(sqlalchemy default when not customized????) with a big red warning somewhere about loosing precision... like Michal said, nobody uses sqlite for financial modules/apps in production. Eventually the string solution but for sqlite only..
? Note that this is all AFAIK and I might be mistaken..
On May 27, 2009 6:24 PM, "mdipierro" <mdip...@cs.depaul.edu> wrote:
it would help if somebody explains to me how sqlalchemy handles it
with sqlite and systems that does not support it.
On May 27, 9:16 am, Michal Jursa <mic...@jursa.cz> wrote: > +1 !! exactly ;) > > Kuba Kucharski wro...