-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nathan Catlow wrote:
> ... INTEGER (32 bit in at least mysql) ...
> ... (id BIGINT ...

You seem to be under the impression that SQLite has multiple variable
sized integers.  It doesn't.  The SQLite integer type is 64 bit signed.
 (It will use less than all 64 bits when stored in the file as a storage
space optimisation but that implementation detail is not user visible).

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklFnZAACgkQmOOfHg372QRNbgCeNGO7SOggRVbBFHJCZivXOfAo
ae8AnRrP2OB1idT2nbJs9SclDgzmVpan
=sKtV
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to