Dave Gierok <[EMAIL PROTECTED]> wrote:
> How difficult would it be to change my version of Sqlite such that it uses =
> 32-bit floats instead of doubles for REAL values in memory?  Could you poin=
> t me in the right direction?  We are in a real shortage for RAM in our game=
> ..

The routines you'd need to modify are

   sqlite3VdbeSerialGet()
   sqlite3VdbeSerialPut()
   sqlite3VdbeSerialTypeLen()

All found in vdbeaux.c.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to