On Thursday 07 February 2008 15:58:37 Oleg Broytmann wrote:
>    Alas! There were two wiki sites but both are dead now. The lack of
> resources on the admin site, and probably the lack of interest on the user
> side.

Strange... isn't there supposed to be some renaissance of interest in ORM 
tools happening now? (Web 2.0 etc. etc.)

Anyway, if you're not tired of answering questions yet...  what about 
SQLObject's mapping of DecimalCol to sqlite?  I don't really understand the 
sqlite docs:

"""A column with NUMERIC affinity may contain values using all five storage 
classes. When text data is inserted into a NUMERIC column, an attempt is made 
to convert it to an integer or real number before it is stored. If the 
conversion is successful, then the value is stored using the INTEGER or REAL 
storage class. If the conversion cannot be performed the value is stored 
using the TEXT storage class. No attempt is made to convert NULL or blob 
values."""

Does that mean my fixed-point data will be converted to floating point??
No, no, no!
Have you had any experience with sqlite's storage fidelity for decimal #s?

I will test this, but it's worth asking first.

TIA,
cs

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to