'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" <mdipie...@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...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to