If I get it correctly, currently SQLite only supports REALS only as Double,
requiring 8 byte per number, which is for many applications quite expensive.

What are the chances to get Single support in a future release? What is the
appropriate way to propose such a feature?

I understand that there might be problems with type affinity, specifically
in determining loss-less conversion between Double and Single; so this might
have to be a compile option or something - which might be just fine for many
practical purposes ...

But it would still make many large .sqlite files considerably smaller!

Thanks for your help!           Stefan


-- 
View this message in context: 
http://old.nabble.com/Single-Support-tp29946932p29946932.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to