Hi,

I agree with you,

The thing is, at least for sqlite, the data are cached *as text* in a C++
structure.
I would have liked to call for instance the function column_int when the
user retrieves an int. Also to avoid the cost of copying the resultset in
memory... (at least to minimize the copy to the fetch number)

I am not sure if it is possible to do it in another way that it is actually
implemented, but storing everything as text is also not ideal as we
transform text<->int/double/int64 all the time.

Best regards,
Sylvain
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to